Commit Graph
45 Commits
Author SHA1 Message Date
Eugene Sandulenko 90cc01996a SAGA2: Rename enums in tile.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko a185be3b64 SAGA2: Rename constants in spelvals.h 2022-10-29 14:44:54 +02:00
Eugene Sandulenko 9b049d0afb SAGA2: Rename enums in spelshow.h 2022-10-29 14:41:52 +02:00
Eugene Sandulenko aec2d5afc6 SAGA2: Rename enums in spells.h 2022-10-29 14:39:34 +02:00
Eugene Sandulenko cc93020cb5 SAGA2: Renamed enums in spelbuk.h 2022-10-29 14:33:52 +02:00
Eugene Sandulenko d2e7c34fa4 SAGA2: Rename enums in speldefs.h 2022-10-29 14:29:23 +02:00
Eugene Sandulenko e6aab8c586 SAGA2: Rename enums in objects.h 2022-10-29 13:04:15 +02:00
Eugene Sandulenko 6ccffbfbf8 SAGA2: Rename class variables in spelshow.h 2022-09-27 17:44:55 +02:00
Eugene Sandulenko c68a1a910c SAGA2: Renamed class variables in spellbuk.h 2022-09-27 17:44:55 +02:00
Eugene Sandulenko a68914295d SAGA2: Rename class variables in spelshow.h 2022-09-27 17:44:55 +02:00
Eugene Sandulenko fe4aca8cd2 SAGA2: Rename class variables in effect.h 2022-09-25 21:37:27 +02:00
Eugene Sandulenko f0221d3b8a SAGA2: Renamed class variables in dispnode.h 2022-09-25 21:37:26 +02:00
D G Turner 933c965179 SAGA2: Remove Undefined DEBUG Macro Symbol Usage from Spell Code
This generates a warning if GCC is passed -Wundef.

This will now allow debugging of the Spell behaviour at runtime via
the debug console when code to allow this is added.
2022-07-24 01:25:17 +01:00
D G Turner b3140ad89c SAGA2: Fix Compilation When DEBUG Symbol is Defined 2022-03-30 23:15:09 +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/ b6f4609551 SAGA2: Move gameRunning to Saga2Engine 2021-08-21 02:48:51 +09:00
a/ fb15fce9d6 SAGA2: Fix wild pointer access in iterators 2021-08-15 18:29:20 +09:00
a/ 79d35c92b9 SAGA2: Fix Effectron flags initialization 2021-08-14 03:37:24 +09:00
a/ 578bbea67c SAGA2: Fix global constructor warning in speldata.cpp 2021-07-18 17:38:49 +09:00
a/ 5e17d043ed SAGA2: Fix global constructor warnings 2021-07-18 16:43:03 +09:00
a/ 14e96f0b3d SAGA2: Fix global constructors in dispnode.cpp 2021-07-17 02:55:26 +09:00
Eugene Sandulenko 056d14d0d2 SAGA2: Init Spell-related classes. CID 1457858, 1457923, 1457982 2021-07-11 15:07:06 +02:00
a/ b7ea13750a SAGA2: Clean global constructors in speldata.cpp 2021-07-04 16:35:24 +09:00
a/ f6c8326aa4 SAGA2: Fix more global constructors warnings 2021-07-02 03:33:13 +09:00
Eugene Sandulenko 236130d6af SAGA2: Fix bug in the original, when bouncing was leading to death 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 ce490339db SAGA2: Fix another warning 2021-07-01 01:37:27 +02:00
a/ 2ac1b6f55d SAGA2: Rename more constants in idtypes.h 2021-07-01 01:37:16 +02:00
a/ 500a6ba468 SAGA2: Rename metatile metric constants 2021-07-01 01:37:16 +02:00
a/ cd48eeca19 SAGA2: Rename tile uv-coord constants 2021-07-01 01:37:16 +02:00
a/ 6fe11531b6 SAGA2: Rename platform metric constants 2021-07-01 01:37:15 +02:00
Eugene Sandulenko 97f7a0e529 SAGA2: Drop custom TRUE/FALSE 2021-07-01 01:37:08 +02:00
Eugene Sandulenko 8f19630ded SAGA2: JANITORIAL: Fix code formatting 2021-07-01 01:37:00 +02:00
Eugene Sandulenko 9ba0a2e46c SAGA2: Finish reducing include dependencies 2021-07-01 01:36:57 +02:00
a/ 392690a107 SAGA2: Fix RES_ID calls 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 8d16b5156d SAGA2: Further include dependency reduction 2021-07-01 01:36:54 +02:00
Eugene Sandulenko 177aa92900 SAGA2: Replace custom assert macros 2021-07-01 01:36:49 +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