Commit graph

71 commits

Author SHA1 Message Date
Eugene Sandulenko
2d3173b151
SAGA2: Rename rest of constants in the header files 2022-10-29 23:46:00 +02:00
Eugene Sandulenko
75dcb112c6
SAGA2: Rename enums in uidialog.h 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
Eugene Sandulenko
df6d4b91c4
SAGA2: Rename enums in gdraw.h 2022-10-28 23:43:53 +02:00
Le Philousophe
707c71ecf9 SAGA2: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Le Philousophe
80ee3dddd7 SAGA2: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Eugene Sandulenko
2865f33aa3
SAGA2: Rename class variables in uidialog.h 2022-09-27 17:44:56 +02:00
Eugene Sandulenko
ea0d27d496
SAGA2: Rename class variables in panel.h 2022-09-26 19:52:27 +02:00
Eugene Sandulenko
7b69970c82
SAGA2: Fix class variable names in intrface.h 2022-09-26 19:52:26 +02:00
Eugene Sandulenko
3a49501e20
SAGA2: Rename class variables in fta.h 2022-09-25 21:37:27 +02:00
D G Turner
3eb7a65b0d SAGA2: Remove Unused Version Defines and Simplify About String
This removes a bunch of GCC warnings emitted when -Wundef is set.

This also avoids possible future issues by removing the date / time
define usage from about string used within the program about dialog.

This could be replaced by OSystem getTimeAndDate() or gScummVMBuildDate
if needed.
2022-03-30 23:29:40 +01: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
d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
a/
719039f0e2 SAGA2: Fix game save/loading on GMM 2021-08-21 02:48:51 +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/
7bddd59b77 SAGA2: Rename class and typedefs in audio.h 2021-08-20 01:41:41 +09:00
a/
497e1a1e85 SAGA2: Fix volume quantization 2021-07-29 19:40:14 +09:00
a/
f35039acb0 SAGA2: Properly show saves on savelist 2021-07-23 09:15:14 +09:00
a/
3be7db2a9d SAGA2: Save thumbnail before opening menu 2021-07-21 16:23:06 +09:00
a/
ae1e995ccc SAGA2: Fix global constructor warnings in uidialog.cpp 2021-07-18 12:22:23 +09:00
Eugene Sandulenko
b8c8432a46
SAGA2: Use conventional save names 2021-07-16 01:18:56 +02:00
a/
f249786fc7 SAGA2: Add limited Extended Savegame support 2021-07-16 04:25:06 +09:00
Eugene Sandulenko
a5806ff9e1
SAGA2: Remove pointless checks. CID 1457961, 1458039 2021-07-13 10:30:24 +02: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
7ccea5e57c
SAGA2: Use safer string copy function 2021-07-06 16:48:00 +02:00
a/
eee7be8da6 SAGA2: Fix debug messages 2021-07-06 08:47:09 +09:00
a/
103bcf290e SAGA2: Use Common::String for SaveFileHeader 2021-07-06 08:47:09 +09:00
Eugene Sandulenko
05525eded7
SAGA2: Cleanup audio code 2021-07-06 00:37:07 +02:00
Eugene Sandulenko
628b874335
SAGA2: Properly save Subtitles setting 2021-07-06 00:37:06 +02:00
a/
971dd0f0d3 SAGA2: Merge audiosys.h and audiosmp.h into audio.h 2021-07-03 03:08:56 +09:00
a/
ac1e9837dd SAGA2: Merge SoundQueue with audioInterface 2021-07-02 08:28:58 +09:00
a/
176c81b074
SAGA2: Fix StaticWindow warnings 2021-07-01 01:37:43 +02:00
a/
6f70073b56
SAGA2: Fix initializer list warnings 2021-07-01 01:37:42 +02:00
a/
c586d3c590
SAGA2: Clear global constructor warnings in uidialog.cpp 2021-07-01 01:37:41 +02:00
a/
7fe3baf184
SAGA2: Clear some WindowDecoration global constructor warnings 2021-07-01 01:37:41 +02:00
Eugene Sandulenko
bede93482c
SAGA2: Fix uidialog.cpp static initializers 2021-07-01 01:37:41 +02:00
a/
349028e262
SAGA2: Remove more global constructors 2021-07-01 01:37:38 +02:00
a/
c290115f74
SAGA2: Move some uidialog.cpp constants to idtypes.h 2021-07-01 01:37:38 +02:00
a/
1aad98b3bf
SAGA2: Remove more global constructors 2021-07-01 01:37:37 +02:00
a/
cf7e412b59
SAGA2: Get rid of some global constructors 2021-07-01 01:37:37 +02:00
a/
23953b6d9c
SAGA2: Rename some constants in uidialog.cpp 2021-07-01 01:37:37 +02:00
a/
b210e1691f
SAGA2: Get rid of some global constructors in uidialog.cpp 2021-07-01 01:37:37 +02:00
Eugene Sandulenko
45075d5e0c
SAGA2: Fix remaining trivial gcc warnings 2021-07-01 01:37:33 +02:00
Eugene Sandulenko
2161d9e388
SAGA2: Removed std.h 2021-07-01 01:37:31 +02:00
Eugene Sandulenko
37bd0e9c38
SAGA2: Replace elementsof with ARRAYSIZE 2021-07-01 01:37:31 +02:00
Eugene Sandulenko
4a71417f5c
SAGA2: Replace custom config code with ScummVM 2021-07-01 01:37:28 +02:00