Commit Graph

13 Commits

Author SHA1 Message Date
Orgad Shaneh
cfe8f4889c GLK: Fix unused variable warnings
Reported by Clang.
2021-03-15 18:54:58 -07:00
Paul Gilbert
3e218edde3 GLK: MAGNETIC: Fix image display 2020-08-06 19:50:21 -07:00
D G Turner
2d08e94521 GLK: MAGNETIC: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16 04:49:17 +00:00
D G Turner
d4cc24854d GLK: MAGNETIC: Even Further Fixes for AmigaOS4 Compilation 2019-11-23 13:09:01 +00:00
D G Turner
a33fdd93ec GLK: MAGNETIC: Further Fixes for AmigaOS4 Compilation 2019-11-23 12:57:35 +00:00
D G Turner
84398f85d8 GLK: MAGNETIC: Fix Compilation on AmigaOS4
This seems to be an issue where the initializer for the members called log
get confused for a call to the log() standard library function.

Renaming these members with leading underscores and adding some checks for
nullptr before usage are good practice in any case and should fix this.
2019-11-23 12:38:11 +00:00
Paul Gilbert
09b33cdc86 GLK: MAGNETIC: Compilation fix 2019-11-22 21:15:20 -08:00
Paul Gilbert
852e359277 GLK: MAGNETIC: Hooking up loading/saving games 2019-11-22 18:49:07 -08:00
Paul Gilbert
53d9b6e1c6 GLK: Fixing defines clashes between sub-engines 2019-11-22 18:49:07 -08:00
Paul Gilbert
69f186c665 GLK: MAGNETIC: Moving local method static variables to class fields 2019-11-22 18:49:07 -08:00
Paul Gilbert
9df3c85184 GLK: MAGNETIC: Making functions all class methods, statics into class fields 2019-11-22 18:49:07 -08:00
Paul Gilbert
9af0d15194 GLK: MAGNETIC: Startup fixes 2019-11-22 18:49:07 -08:00
dreammaster
1c67621047 GLK: MAGNETIC: Added subengine files 2019-11-22 18:49:07 -08:00