Commit Graph
23 Commits
Author SHA1 Message Date
Eugene Sandulenko a1c5dee320 SAGA2: Renamed some constants 2022-10-29 23:45:59 +02:00
Eugene Sandulenko a748812220 SAGA2: Rename enums in grabinfo.h 2022-10-28 23:52:24 +02:00
Eugene Sandulenko ea0d27d496 SAGA2: Rename class variables in panel.h 2022-09-26 19:52:27 +02:00
Eugene Sandulenko b8632b0a91 SAGA2: Rename class variables in modal.h 2022-09-26 19:52: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 d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
a/ 0ae8d6c307 SAGA2: Rename class variables in button.h 2021-08-20 06:07:30 +09:00
a/ eeef415809 SAGA2: Fix global constructor warnings in tile.cpp 2021-07-18 15:37:57 +09:00
a/ 32ac17817f SAGA2: Move G_BASE to Saga2Engine 2021-07-17 07:37:18 +09:00
Eugene Sandulenko 49d7d7178d SAGA2: Fix ModalWindow instantiation. CID 1458038 2021-07-11 15:07:02 +02:00
a/ f7556980d0 SAGA2: Clean more global constructors in tile.cpp 2021-07-04 15:44:10 +09:00
Eugene Sandulenko d403eab56f SAGA2: Get rid of tileRect 2021-07-01 22:59:44 +02:00
a/ 85b1c8e842 SAGA2: Move mouseInfo to Saga2Engine 2021-07-01 01:37:44 +02:00
Eugene Sandulenko 2161d9e388 SAGA2: Removed std.h 2021-07-01 01:37:31 +02:00
Eugene Sandulenko aa8d7544ab SAGA2: Fix warnings in main.cpp 2021-07-01 01:37:27 +02:00
Eugene Sandulenko 97f7a0e529 SAGA2: Drop custom TRUE/FALSE 2021-07-01 01:37:08 +02:00
a/ 271a27dbdb SAGA2: Fix some initialization steps 2021-07-01 01:37:04 +02:00
Eugene Sandulenko 68bbf3c16c SAGA2: Reduce header dependency 2021-07-01 01:36:57 +02:00
Eugene Sandulenko 65060ab0ca SAGA2: Decrease header dependency 2021-07-01 01:36:54 +02:00
Eugene Sandulenko e7cfeb8bab SAGA2: Move FORBIDDEN_SYMBOL_ALLOW_ALL to individual files 2021-07-01 01:36:46 +02:00
Eugene Sandulenko 62e5f32dd8 SAGA2: Initial engine commit 2021-07-01 01:36:44 +02:00