Commit Graph
19 Commits
Author SHA1 Message Date
Le Philousophe 6d3a10c631 GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Le Philousophe 93cdbbbf39 GLK: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 0111a08560 GLK: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
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