Commit Graph
77 Commits
Author SHA1 Message Date
Eugene Sandulenko 07cc180374 SAGA2: Implement teleport_place console command 2022-10-30 23:48:15 +01:00
Hubert Maier 019d06bb0f SAGA2: Fix calendar typo (was calender) 2022-10-28 22:37:57 +03:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh f544cb934d SAGA2: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Filippos Karapetis 18ec7c853e SAGA2: More work on Dinotopia 2021-10-17 23:13:55 +03:00
a/ 0ff7c95812 SAGA2: Add command to toggle original status messages 2021-09-14 12:28:10 +09:00
Filippos Karapetis 79b5284a3e SAGA2: Pass game description to the engine
This will be needed to adapt the game and resource loading code for
multiple targets
2021-09-11 12:23:41 +03:00
a/ 5fd2ab4794 SAGA2: Rename _containerList 2021-08-28 23:57:30 +09:00
a/ e6db9ded56 SAGA2: Move calender to Saga2Engine 2021-08-26 04:43:14 +09:00
a/ 323a345cc7 SAGA2: Remove globals in actor.cpp 2021-08-24 02:43:15 +09:00
a/ ebba60f8eb SAGA2: Move currentMapNum to Saga2Engine 2021-08-24 02:43:15 +09:00
a/ d766d8d270 SAGA2: Objectify vpal.cpp 2021-08-22 07:26:40 +09:00
a/ 06de8af3f6 SAGA2: Move some globaL variables to Saga2Engine 2021-08-22 07:26:40 +09:00
a/ 2f3b74e485 SAGA2: Enable subtitle options in GMM 2021-08-21 03:52:58 +09:00
a/ b6f4609551 SAGA2: Move gameRunning to Saga2Engine 2021-08-21 02:48:51 +09:00
a/ 88548d38d3 SAGA2: Fix heap-use-after-free for _containerList 2021-08-21 02:48:51 +09:00
a/ 719039f0e2 SAGA2: Fix game save/loading on GMM 2021-08-21 02:48:51 +09:00
a/ 1064e963a0 SAGA2: Implement teleportOnMap command 2021-08-12 15:05:13 +09:00
Max Horn b7e6d61669 JANITORIAL: Fix compiler warnings about unused code 2021-08-07 10:46:14 +02:00
a/ c2aac871a9 SAGA2: Add command to teleport on click 2021-07-25 05:29:28 +09:00
a/ 3be7db2a9d SAGA2: Save thumbnail before opening menu 2021-07-21 16:23:06 +09:00
a/ 973183fcc1 SAGA2: Implement command to see item stats 2021-07-20 21:33:43 +09:00
a/ 6f14ea793e SAGA2: Implement show position debug command 2021-07-19 21:51:20 +09:00
a/ 1fd0887f82 SAGA2: Add Debug Console 2021-07-19 18:57:58 +09:00
a/ 83d9a1f442 SAGA2: Fix global constructor warnings in main.cpp 2021-07-19 08:31:05 +09:00
a/ 935fe59e6f SAGA2: Fix global constructor warnings in beegee.cpp 2021-07-18 17:10:20 +09:00
a/ a5bcf36816 SAGA2: Fix global constructor warnings in task.cpp 2021-07-18 16:43:03 +09:00
a/ eeef415809 SAGA2: Fix global constructor warnings in tile.cpp 2021-07-18 15:37:57 +09:00
a/ bd93759120 SAGA2: Fix memory leak in Saga2Engine 2021-07-18 14:49:07 +09:00
a/ fa2eedced5 SAGA2: Move tileImageBanks to Saga2Engine 2021-07-18 13:58:33 +09:00
a/ 8b28cb61b3 SAGA2: Fix global constructor warnings in property.cpp 2021-07-17 10:20:19 +09:00
a/ 32ac17817f SAGA2: Move G_BASE to Saga2Engine 2021-07-17 07:37:18 +09:00
a/ cc93ff8ff4 SAGA2: Fix global constructor in object.cpp 2021-07-17 06:53:06 +09:00
a/ 7888757dad SAGA2: Move pointer to Saga2Engine 2021-07-17 06:12:11 +09:00
a/ 14e96f0b3d SAGA2: Fix global constructors in dispnode.cpp 2021-07-17 02:55:26 +09:00
a/ a613db2c9b SAGA2: Move mainDisplayList to SAGA2Engine 2021-07-17 02:55:26 +09:00
Eugene Sandulenko b8c8432a46 SAGA2: Use conventional save names 2021-07-16 01:18:56 +02:00
Eugene Sandulenko 71443dbc7f SAGA2: Properly write offset to the extened save header 2021-07-16 01:18:56 +02:00
a/ e67b33d242 SAGA2: Fix Extended Save compatibility with original 2021-07-16 05:43:27 +09:00
a/ f249786fc7 SAGA2: Add limited Extended Savegame support 2021-07-16 04:25:06 +09:00
a/ 8b460556ac SAGA2: Move _bandList construction to Saga2Engine 2021-07-12 19:23:19 +09:00
Eugene Sandulenko 0ad163f56c SAGA2: Initialize class variables. CID 1457942 2021-07-11 00:56:45 +02:00
a/ 42a2c7bc4b SAGA2: Move mTaskList to Saga2Engine 2021-07-09 12:59:41 +09:00
a/ a4e78598e2 SAGA2: Move _imagaCache constructor to Saga2Engine 2021-07-09 02:17:19 +09:00
Eugene Sandulenko 1ff8ead807 SAGA2: Init Saga2Engine class members. CID 1457993 2021-07-07 01:51:40 +02:00
Eugene Sandulenko 55a9867755 SAGA2: Move globalContainerList to Saga2Engine 2021-07-06 21:34:48 +02:00
Eugene Sandulenko 4a7aa70146 SAGA2: Added music player 2021-07-03 00:39:05 +02:00
a/ 30071b6046 SAGA2: Move ImageCache to Saga2Engine 2021-07-01 01:37:44 +02:00
a/ 85b1c8e842 SAGA2: Move mouseInfo to Saga2Engine 2021-07-01 01:37:44 +02:00
a/ dab42f94f2 SAGA2: Remove test-purposes code 2021-07-01 01:37:40 +02:00