Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | GLK: Fixing some gcc 8 warnings | Paul Gilbert | |
2019-07-21 | JANITORIAL: Glk engine block formatting | Paul Gilbert | |
2019-07-06 | GLK: Fix various gcc warnings | Paul Gilbert | |
2019-07-06 | GLK: Change other sub-engines to use GlkDetectedGame | Paul Gilbert | |
2019-06-23 | GLK: Show unknown variant dialog for unknown detection entries | Paul Gilbert | |
2019-06-16 | GLK: Further changeover of sub-engines to use new savegame code | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Support loading savegames from launcher | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Fix reading savegame serial | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Move savegame code | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Fix handling of parse errors | Paul Gilbert | |
Care will really need to be taken in the future if there's any cleanup of fields to the proper 'bool' type. Hugo inconsistency mixes use of true/false in fields that can take non-bool values, such as for full_buffer | |||
2019-05-15 | GLK: HUGO: Fix initializing object size | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Comment out the DEBUGGER define | Paul Gilbert | |
It's beter, since I don't know how to properly implement all the debugger methods that get called when it's turned on | |||
2019-05-12 | GLK: HUGO: Fixes for startup and shutdown | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Add detection entries | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Compilation fixes | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Added hemedia & heres | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Removed unneeded method stubs | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Added heset | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Compilation fixes | Paul Gilbert | |
2019-05-11 | GLK: HUGO: NULL to nullptr, Amiga compilation fix | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Added herun | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Add heparse | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Add heexpr | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Compilation fixes | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Replace contents of hemisc | Paul Gilbert | |
Unlike initally where I was ripping out parts of the file and making code changes, this version is intended to be more identical to the original, except for the functions being made class methods. This should make it easier to apply any further upstream code changes to the codebase in the future | |||
2019-05-11 | GLK: HUGO: Added heobject | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Added hemisc, htokens, and stringfn files | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Added Glk interface methods | Paul Gilbert | |
2019-05-10 | GLK: HUGO: heglk fields & initialization | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Added engine feilds | Paul Gilbert | |
2019-05-10 | GLK: HUGO: First detection entry | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Initial sub-engine skeleton | Paul Gilbert | |