Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-19 | GLK: ADRIFT: Fix Unused Constant Compiler Warning | D G Turner | |
2019-12-19 | GLK: ARCHETYPE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-19 | GLK: FROTZ: Fix Missing Default Switch Case | D G Turner | |
This is flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-18 | GLK: ALAN3: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: LEVEL9: Fix crash in detection code | Cameron Cawley | |
2019-12-17 | GLK: ALAN2: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: AGT: Fix Fallthrough Compiler Warnings | D G Turner | |
One of these was an actal bug which would have caused the score notification to be toggled if the restart verb was unable to be executed due to lack of memory. This is obviously wrong and has been fixed. | |||
2019-12-16 | GLK: AGT: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: ADRIFT: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: MAGNETIC: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: JACL: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: SCOTT: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: QUEST: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-15 | GLK: ARCHETYPE: Fix Unused Const Variable Compiler Warning | D G Turner | |
This is emitted from Clang with -Wunused-const-variable. | |||
2019-12-11 | GLK: Fix Missing Default Switch Cases in Engine Base Code | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-27 | GLK: AGT: Compilation fix | Paul Gilbert | |
2019-11-27 | GLK: AGT: Route savegames through the engine | Paul Gilbert | |
2019-11-27 | GLK: AGT: Move configuration options into AGT class | Paul Gilbert | |
2019-11-27 | GLK: AGT: Remove old license information | Paul Gilbert | |
2019-11-27 | GLK: AGT: Properly exit when game window is closed | Paul Gilbert | |
2019-11-27 | GLK: AGT: Startup fixes | Paul Gilbert | |
2019-11-27 | GLK: AGT: Initialization fixes | Paul Gilbert | |
2019-11-27 | GLK: AGT: Added subengine files | Paul Gilbert | |
2019-11-27 | GLK: AGT: Added detection entries | Paul Gilbert | |
2019-11-27 | GLK: AGT: Skeleton engine | Paul Gilbert | |
2019-11-25 | GLK: Fix Compilation on AmigaOS4 | D G Turner | |
2019-11-24 | GLK: Implement glk_schannel_create_ext | Paul Gilbert | |
2019-11-23 | GLK: MAGNETIC: Even Further Fixes for AmigaOS4 Compilation | D G Turner | |
2019-11-23 | GLK: MAGNETIC: Further Fixes for AmigaOS4 Compilation | D G Turner | |
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-11-17 | GLK: QUEST: Added version | Paul Gilbert | |
2019-11-17 | GLK: SCOTT: Cleanup | Paul Gilbert | |
2019-11-17 | GLK: JACL: Add interpreter version | Paul Gilbert | |
2019-11-17 | GLK: HUGO: Cleanup | Paul Gilbert | |
2019-11-17 | GLK: GLULXE: Cleanup | Paul Gilbert | |
2019-11-17 | GLK: GLULXE: Fix alignment is sensitive to packing warnings in VS | Paul Gilbert | |
2019-11-17 | GLK: ARCHETYPE: Add version | Paul Gilbert | |
2019-11-17 | GLK: ALAN3: Cleanup | Paul Gilbert | |
2019-11-17 | GLK: ALAN2: Cleanup | Paul Gilbert | |
2019-11-17 | GLK: ADVSYS: Cleanup | Paul Gilbert | |
2019-11-17 | GLK: ADRIFT: Cleanup | Paul Gilbert | |
2019-11-17 | GLK: LEVEL9: Stretch images to cover the entire upper window area | Paul Gilbert | |
2019-11-16 | GLK: ARCHETYPE: Allowing savegames from launcher | Paul Gilbert | |