Eugene Sandulenko
f8d53f6679
SAGA2: Rename class variables in property.h
2022-09-27 12:43:29 +02:00
Eugene Sandulenko
e3e896f18f
SAGA2: Rename class variables in priqueue.h
2022-09-27 12:43:29 +02:00
Eugene Sandulenko
73ed338da0
SAGA2: Rename class variables in player.h
2022-09-27 12:43:28 +02:00
Eugene Sandulenko
f6aab5d9ce
SAGA2: Rename class variables in path.cpp
2022-09-27 12:43:28 +02:00
Eugene Sandulenko
9400519896
SAGA2: Fix compilation
2022-09-26 21:22:49 +02:00
Eugene Sandulenko
ea0d27d496
SAGA2: Rename class variables in panel.h
2022-09-26 19:52:27 +02:00
Eugene Sandulenko
307bd92ea8
SAGA2: Remove non-portable log-related code
2022-09-26 19:52:27 +02:00
Eugene Sandulenko
9834c6e321
SAGA2: Rename class variables in objproto.h
2022-09-26 19:52:27 +02:00
Eugene Sandulenko
4921ae88c2
SAGA2: Rename class variables in objects.h
2022-09-26 19:52:27 +02:00
Eugene Sandulenko
1d5f9486b2
SAGA2: Rename class variables in msgbox.h
2022-09-26 19:52:27 +02:00
Eugene Sandulenko
c2d795f63c
SAGA2: Rename class variables in motion.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
Eugene Sandulenko
9bb65c95fe
SAGA2: Fix class variable names in messager.h
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
f3a751e947
SAGA2: Rename class variables in mapfeatr.h
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
7b69970c82
SAGA2: Fix class variable names in intrface.h
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
56d0d75216
SAGA2: Rename class variables in interp.cpp
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
e39360e667
SAGA2: Rename class variables in imagcach.h
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
1a67f6146b
SAGA2: Rename class variables in gtextbox.h
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
89102aefa8
SAGA2: Rename class variables in grequest.cpp
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
c64a61dbd7
SAGA2: Rename class variables in grabinfo.h
2022-09-26 19:52:26 +02:00
Eugene Sandulenko
b590a8af74
SAGA2: Rename class variables in gpointer.h
2022-09-26 19:52:25 +02:00
Eugene Sandulenko
98ef900668
SAGA2: Rename class variables in gdraw.h
2022-09-26 19:52:25 +02:00
Eugene Sandulenko
ccfe7fae69
SAGA2: Rename class variables in gamerate.h
2022-09-25 21:44:29 +02:00
Eugene Sandulenko
3a49501e20
SAGA2: Rename class variables in fta.h
2022-09-25 21:37:27 +02:00
Eugene Sandulenko
e424669f6d
SAGA2: Fix class member names in floating.h
2022-09-25 21:37:27 +02:00
Eugene Sandulenko
5447e8ce5e
SAGA2: Rename class variables in enchant.h
2022-09-25 21:37:27 +02:00
Eugene Sandulenko
fe4aca8cd2
SAGA2: Rename class variables in effect.h
2022-09-25 21:37:27 +02:00
Eugene Sandulenko
8527a03f0a
SAGA2: Rename class variables in document.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
Eugene Sandulenko
bdb5066b35
SAGA2: Rename class variables in dice.h
2022-09-25 21:37:26 +02:00
Eugene Sandulenko
2aefa6c30f
SAGA2: Rename class members in contain.h
2022-09-25 21:37:26 +02:00
Eugene Sandulenko
40d9d2e9b9
SAGA2: Use class copy constuctor instead of memcpy()
2022-09-25 21:37:26 +02:00
Eugene Sandulenko
ef106cf716
SAGA2: Reanme GameObj class members
2022-09-25 21:37:26 +02:00
Eugene Sandulenko
e281cde4b6
SAGA2: Use portable struct copying
2022-09-25 21:37:26 +02:00
Donovan Watteau
27f9a460b5
JANITORIAL: Fix "the the" and similar typos
2022-07-29 19:36:40 +03:00
D G Turner
69182794c9
SAGA2: Fix Possible Uninitialized Variable in Automap Code
...
Should fix Coverity CID 1490802.
2022-07-25 15:04:42 +01: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
32dbd828dc
SAGA2: Add Automap Cheat to Console Command
2022-07-23 22:56:45 +01:00
Cameron Cawley
f3b094e53f
ENGINES: Change the MetaEngineDetection interface to match MetaEngine
2022-07-23 23:31:58 +02:00
D G Turner
ed2d89fedd
SAGA2: Remove Undefined DEBUG Macro Symbol Usage from Automap
...
This generates a warning if GCC is passed -Wundef.
This will now allow the Automap cheat functionality to be enabled
at runtime via the debug console when code for this is added.
2022-07-18 22:17:28 +01:00
D G Turner
037393a289
SAGA2: Remove Dead / Unused Debug Code from Tile Classes
...
This code was causing various GCC compiler warnings including for
the DEBUG symbol value being implicitly 0 due to not being defined.
2022-06-28 22:53:25 +01:00
Orgad Shaneh
b2322a8c4f
JANITORIAL: Add some long casts to match %ld format
...
Needed on Win64 compilation.
2022-06-12 10:24:34 +02:00
Donovan Watteau
5b1ec56f96
JANITORIAL: Fix some lost or outdated URLs in comments
2022-05-19 07:57:31 +03: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
b3140ad89c
SAGA2: Fix Compilation When DEBUG Symbol is Defined
2022-03-30 23:15:09 +01:00
D G Turner
fae75b63fd
SAGA2: Remove Now Unused Debug Define Symbols
2022-03-25 09:07:34 +00:00
D G Turner
9c9ff6f670
SAGA2: Remove Leftover Compilation Broken Debug Code from Task Class
...
The rest of this code was removed by commit 50868e2 i.e.
"SAGA2: Removed DList from Task and TaskList".
The remaining code fails to build when "#define DEBUG 1" is passed due
to various missing function definitions and other methods from Task
base class.
This was causing GCC Undefined Macro Warnings as well when -Wundef
was passed.
2022-03-22 12:38:18 +00:00
D G Turner
e394071b98
SAGA2: Remove Several Chunks of Dead Code
...
This also removes several of the Undefined Macro GCC warnings emitted
when -Wundef is passed.
2022-03-20 13:06:22 +00:00
D G Turner
351f897d2c
SAGA2: Remove Some Undefined Macro Compiler Warnings
...
Previously some of the Dinotopia specific code for cursor cycling was
hidden behind macros, resulting in some bitrot to the code. This has
been migrated to being more live by removing the macros.
This prevents various GCC warnings when -Wundef is passed.
2022-03-19 14:42:10 +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