Commit Graph
90 Commits
Author SHA1 Message Date
Eugene Sandulenko a1c5dee320 SAGA2: Renamed some constants 2022-10-29 23:45:59 +02:00
Eugene Sandulenko bd03133ec7 SAGA2: Rename enums in panel.h 2022-10-29 13:41:51 +02:00
Hubert Maier 4a1cc10221 SAGA2: Correct spelling mistake
accomodate -> accommodate
2022-10-27 15:57:26 +02:00
Eugene Sandulenko 78431e8cf3 SAGA2: Rename enums in gamerate.h 2022-10-27 14:44:21 +02:00
Le Philousophe 707c71ecf9 SAGA2: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Eugene Sandulenko 3a49501e20 SAGA2: Rename class variables in fta.h 2022-09-25 21:37:27 +02:00
D G Turner fae75b63fd SAGA2: Remove Now Unused Debug Define Symbols 2022-03-25 09:07:34 +00:00
D G Turner 894813870e SAGA2: Fix Redundant Declaration Warnings
These warnings are generated by GCC if -Wredundant-decls is enabled.
2022-03-07 18:30:58 +00: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
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
a/ 323a345cc7 SAGA2: Remove globals in actor.cpp 2021-08-24 02:43:15 +09:00
a/ d766d8d270 SAGA2: Objectify vpal.cpp 2021-08-22 07:26:40 +09:00
a/ 3d1e511335 SAGA2: Enable RTL 2021-08-21 02:48:51 +09:00
a/ b6f4609551 SAGA2: Move gameRunning to Saga2Engine 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/ 3c730ffa97 SAGA2: Add missed delayMillis calls after updateScreen 2021-08-20 18:03:05 +09:00
a/ fcf56cae45 SAGA2: Fix fade in load from launcher 2021-07-22 00:22:32 +09:00
a/ 04988e6626 SAGA2: Enable loading from launcher 2021-07-21 21:39:07 +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/ 83d9a1f442 SAGA2: Fix global constructor warnings in main.cpp 2021-07-19 08:31:05 +09:00
a/ f439b36bc8 SAGA2: Fix global constructor warning in vwdraw.cpp 2021-07-18 12:14:01 +09:00
a/ 32ac17817f SAGA2: Move G_BASE to Saga2Engine 2021-07-17 07:37:18 +09:00
a/ 7888757dad SAGA2: Move pointer to Saga2Engine 2021-07-17 06:12:11 +09:00
a/ 72ed20db10 SAGA2: Make Globals save size portable 2021-07-14 12:12:07 +09:00
Eugene Sandulenko 9b8635ff80 SAGA2: Rename loadsave.* to saveload.*
In order to be consistent with other engines
2021-07-12 17:11:37 +02:00
Eugene Sandulenko 1d169ee4bf SAGA2: Remove savefile.* 2021-07-12 17:11:37 +02:00
Eugene Sandulenko eb7c7273db SAGA2: Remove old save/load methods 2021-07-12 17:11:37 +02:00
Eugene Sandulenko 1eb0b617f2 SAGA2: Fix frameSmoother initialization. CID 1458020 2021-07-10 00:56:14 +02:00
a/ 6c857c3318 SAGA2: Add more debug output for saveload 2021-07-07 00:13:15 +09:00
Eugene Sandulenko 20a3dd45d2 SAGA2: Cleanup hResMgr 2021-07-06 16:36:31 +02:00
a/ af2d10d01d SAGA2: Fix warning in main.cpp 2021-07-06 08:47:56 +09:00
a/ b0927289ab SAGA2: Implement Globals saving and loading 2021-07-06 08:47:09 +09:00
Eugene Sandulenko 3fd1f5adba SAGA2: Play click sounds 2021-07-05 00:56:08 +02:00
a/ 4048869485 SAGA2: Move mainPort to Saga2Engine 2021-07-01 01:37:44 +02:00
Eugene Sandulenko 307e094d4f SAGA2: Stubbed musicBuffer methods 2021-07-01 01:37:42 +02:00
a/ dab42f94f2 SAGA2: Remove test-purposes code 2021-07-01 01:37:40 +02:00
a/ 596706948d SAGA2: Re-enable audio 2021-07-01 01:37:38 +02:00
Eugene Sandulenko 29ab7ab001 SAGA2: Added more debug output 2021-07-01 01:37:34 +02:00
Eugene Sandulenko 27dd030e94 SAGA2: Fix more gcc warnings 2021-07-01 01:37:32 +02:00
Eugene Sandulenko 2161d9e388 SAGA2: Removed std.h 2021-07-01 01:37:31 +02:00
a/ 54d2e7ac11 SAGA2: Kill rmem and rserver 2021-07-01 01:37:29 +02:00
Eugene Sandulenko 4a71417f5c SAGA2: Replace custom config code with ScummVM 2021-07-01 01:37:28 +02:00
Eugene Sandulenko aa8d7544ab SAGA2: Fix warnings in main.cpp 2021-07-01 01:37:27 +02:00
Eugene Sandulenko d19784fc91 SAGA2: Remove FPS counters 2021-07-01 01:37:22 +02:00
a/ 949904de3a SAGA2: Stub updatePerfStats 2021-07-01 01:37:22 +02:00