Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-23 | GLK: MAGNETIC: Fix Compilation on AmigaOS4 | D G Turner | |
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-22 | GLK: MAGNETIC: Compilation fix | Paul Gilbert | |
2019-11-22 | GLK: MAGNETIC: Hooking up loading/saving games | Paul Gilbert | |
2019-11-22 | GLK: Fixing defines clashes between sub-engines | Paul Gilbert | |
2019-11-22 | GLK: MAGNETIC: Moving local method static variables to class fields | Paul Gilbert | |
2019-11-22 | GLK: MAGNETIC: Making functions all class methods, statics into class fields | Paul Gilbert | |
2019-11-22 | GLK: MAGNETIC: Startup fixes | Paul Gilbert | |
2019-11-22 | GLK: MAGNETIC: Added subengine files | dreammaster | |
2019-07-06 | GLK: Fix various gcc warnings | Paul Gilbert | |
2019-06-16 | GLK: Further changeover of sub-engines to use new savegame code | Paul Gilbert | |
2019-05-07 | GLK: MAGNETIC: General initialization | Paul Gilbert | |
2019-01-02 | GLK: Make a _gameFile field in the base Glk engine | Paul Gilbert | |
2018-12-27 | GLK: MAGNETIC: Initial skeleton sub-engine | Paul Gilbert | |