Commit Graph
42 Commits
Author SHA1 Message Date
Eugene Sandulenko a1c5dee320 SAGA2: Renamed some constants 2022-10-29 23:45:59 +02:00
Eugene Sandulenko d8e24a16de SAGA2: Rename enums in towerwin.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko c070fe7274 SAGA2: Rename class variables in vdraw.h 2022-09-27 17:44:56 +02:00
Eugene Sandulenko 98ef900668 SAGA2: Rename class variables in gdraw.h 2022-09-26 19:52:25 +02:00
Eugene Sandulenko 3a49501e20 SAGA2: Rename class variables in fta.h 2022-09-25 21:37:27 +02: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
Filippos Karapetis d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
a/ d766d8d270 SAGA2: Objectify vpal.cpp 2021-08-22 07:26:40 +09:00
a/ fbe7d40370 SAGA2: Remove memory manager initialization code 2021-08-21 02:48:51 +09:00
a/ 1ce9f5614a SAGA2: Remove displayPage from gDisplayPort 2021-07-18 12:11:11 +09:00
a/ 7888757dad SAGA2: Move pointer to Saga2Engine 2021-07-17 06:12:11 +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
a/ 4048869485 SAGA2: Move mainPort to Saga2Engine 2021-07-01 01:37:44 +02:00
Eugene Sandulenko 46e38b5a5b SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
a/ 596706948d SAGA2: Re-enable audio 2021-07-01 01:37:38 +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 97f7a0e529 SAGA2: Drop custom TRUE/FALSE 2021-07-01 01:37:08 +02:00
Eugene Sandulenko ffc0ed5fd2 SAGA2: Eliminate global objects in weapons.cpp 2021-07-01 01:37:07 +02:00
a/ 57f9908fa4 SAGA2: Fix mainPage initialization 2021-07-01 01:37:05 +02:00
a/ 9642a17a0b SAGA2: Fix drawPage initialization 2021-07-01 01:37:01 +02:00
Eugene Sandulenko 653998e4f1 SAGA2: Cleanup unneeded stubs 2021-07-01 01:37:00 +02:00
Eugene Sandulenko ea35f4728e SAGA2: Load image cursors from .exe, delete images.* 2021-07-01 01:36:58 +02:00
Eugene Sandulenko 9ba0a2e46c SAGA2: Finish reducing include dependencies 2021-07-01 01:36:57 +02:00
Eugene Sandulenko 3e79f9cd1b SAGA2: Remove rmemfta.h 2021-07-01 01:36:55 +02:00
Eugene Sandulenko c571279f1b SAGA2: Reduced header dependency for fta.h 2021-07-01 01:36:55 +02:00
Eugene Sandulenko a24d6c7a1c SAGA2: More work on includes 2021-07-01 01:36:55 +02:00
Eugene Sandulenko 20e0ee7e70 SAGA2: More work on reducing header dependency 2021-07-01 01:36:55 +02:00
a/ 5708989481 SAGA2: Fix display-related system initializations 2021-07-01 01:36:54 +02:00
a/ 08b6aca44b SAGA2: Fix tile initialization 2021-07-01 01:36:52 +02:00
Eugene Sandulenko a6f50cc6e0 SAGA2: Skip videoplayer initialization 2021-07-01 01:36:52 +02:00
Eugene Sandulenko 7a053bf1e3 SAGA2: Remove graphics initializer 2021-07-01 01:36:52 +02:00
Eugene Sandulenko edceb1d824 SAGA2: Remove unneeded messagers and replace them with debugC() 2021-07-01 01:36:47 +02:00
Eugene Sandulenko 04ecb9e275 SAGA2: Remove custom error handling 2021-07-01 01:36:47 +02:00
Eugene Sandulenko e7cfeb8bab SAGA2: Move FORBIDDEN_SYMBOL_ALLOW_ALL to individual files 2021-07-01 01:36:46 +02:00
a/ 055e58738a SAGA2: Rename resource class names according to conventions 2021-07-01 01:36:45 +02:00
a/ 18a51673a2 SAGA2: Kill graphics/audio init in towerfta.cpp 2021-07-01 01:36:45 +02:00
a/ 354713cb36 SAGA2: Kill file checking routines 2021-07-01 01:36:45 +02:00
Eugene Sandulenko 62e5f32dd8 SAGA2: Initial engine commit 2021-07-01 01:36:44 +02:00