1077 Commits

Author SHA1 Message Date
a/
4b27f9f6c9 SAGA2: Remove globals in contain.cpp 2021-09-13 09:27:20 +09:00
D G Turner
7ce5a5ecc1 SAGA2: Fix Incorrect Format String for Error Message 2021-09-12 16:53:40 +01:00
Filippos Karapetis
9cf165ebc1 SAGA2: Rework the resource loading code to support multiple targets
Also, set the voice file to be required in the detection entry, as the
current codebase requires it. This allows Dinotopia to progress a bit
further before crashing
2021-09-11 12:23:41 +03: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
Filippos Karapetis
cf0e380517 SAGA2: Update comments in the Shorten decoder 2021-09-11 12:23:41 +03:00
Filippos Karapetis
f360509c1f SAGA2: Remove SAGA1 game file types 2021-09-11 12:23:41 +03:00
Filippos Karapetis
d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
Eugene Sandulenko
7605439c5f
SAGA2: Mark engine as highres 2021-09-03 02:03:26 +02:00
a/
176e81f5d3 SAGA2: Use streams for locateRegion 2021-08-28 23:57:30 +09:00
a/
5fd2ab4794 SAGA2: Rename _containerList 2021-08-28 23:57:30 +09:00
a/
ab60363941 SAGA2: More const correctness in contain.cpp 2021-08-28 23:57:30 +09:00
a/
e6db9ded56 SAGA2: Move calender to Saga2Engine 2021-08-26 04:43:14 +09:00
a/
db33d0ccac SAGA2: Move global variables in beegee.cpp to Deejay class 2021-08-26 04:07:30 +09:00
a/
43945dfe39 SAGA2: Remove some globals in audio.cpp 2021-08-24 02:43:16 +09:00
a/
e14937dd9c SAGA2: Rename constant in assign.cpp 2021-08-24 02:43:15 +09:00
a/
c123a4914c SAGA2: Move _actorList from Saga2Engine to ActorManager 2021-08-24 02:43:15 +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/
e6bb527771 SAGA2: Remove globals/static variables in transit.cpp 2021-08-23 06:16:52 +09:00
Cameron Cawley
644e7354f5 CREDITS: Update credits 2021-08-22 22:25:33 +03:00
a/
713d3813b4 SAGA2: Fix memory leaks in audio.cpp 2021-08-22 20:22:33 +09:00
a/
d766d8d270 SAGA2: Objectify vpal.cpp 2021-08-22 07:26:40 +09:00
a/
e23ba98f05 SAGA2: Fix timer cleanup 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/
3d1e511335 SAGA2: Enable RTL 2021-08-21 02:48:51 +09:00
a/
5cd20d58d5 SAGA2: Move mapFeatures to Saga2Engine 2021-08-21 02:48:51 +09:00
a/
b6f4609551 SAGA2: Move gameRunning to Saga2Engine 2021-08-21 02:48:51 +09:00
a/
0c43f21c80 SAGA2: Remove timer callback on cleanup 2021-08-21 02:48:51 +09:00
a/
21316cc286 SAGA2: Fix various cleanup steps 2021-08-21 02:48:51 +09:00
a/
89b5a59ed0 SAGA2: Fix _nameList cleanup 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/
823dfb393b SAGA2: Unstub shutdownGame 2021-08-21 02:48:51 +09:00
a/
fbe7d40370 SAGA2: Remove memory manager initialization code 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/
3c730ffa97 SAGA2: Add missed delayMillis calls after updateScreen 2021-08-20 18:03:05 +09:00
a/
6cbd517e22 SAGA2: Remove dead code from combat.h 2021-08-20 18:03:05 +09:00
a/
0e3b035d3e SAGA2: Rename class variables in calender.h 2021-08-20 18:03:05 +09:00
a/
5b1872672c SAGA2: Rename constants in calender.h 2021-08-20 18:03:05 +09:00
a/
0ae8d6c307 SAGA2: Rename class variables in button.h 2021-08-20 06:07:30 +09:00
a/
1fcdb25a19 SAGA2: Rename classes in button.h 2021-08-20 06:07:30 +09:00
a/
d4a3dc97c0 SAGA2: Remove bitarray.h 2021-08-20 06:07:30 +09:00
a/
e4aa889834 SAGA2: Rename variables/constants in beegee.h 2021-08-20 06:07:30 +09:00
a/
4758d1734e SAGA2: Rename variables in band.h 2021-08-20 06:07:30 +09:00
a/
5e2fdae329 SAGA2: Rename class variables/constants in automap.h 2021-08-20 01:41:42 +09:00
a/
7bddd59b77 SAGA2: Rename class and typedefs in audio.h 2021-08-20 01:41:41 +09:00
a/
931b31318f SAGA2: Rename variables in assign.h 2021-08-20 01:41:41 +09:00
a/
c225233949 SAGA2: Rename Actor class variables 2021-08-19 06:15:39 +09:00
a/
93c18db9d8 SAGA2: Fix getRandomNumber ranges 2021-08-18 15:54:30 +09:00
a/
994ac18c52 SAGA2: Fix music looping 2021-08-17 02:01:59 +09:00