aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
AgeCommit message (Collapse)Author
2019-05-25GLK: TADS2: Amiga compilation fixPaul Gilbert
2019-05-24GLK: TADS2: Fix more const loss warningsdreammaster
2019-05-24GLK: TADS2: Revert char * statics back to string literalsPaul Gilbert
2019-05-24GLK: TADS2: Fix uninitialized variable warningsPaul Gilbert
2019-05-24GLK: TADS2: Further compilation fixesdreammaster
2019-05-24GLK: TADS2: Fix uninitialized variable warningsPaul Gilbert
2019-05-24GLK: TADS2: Further compilation fixesPaul Gilbert
2019-05-24GLK: TADS2: Compilation fixesdreammaster
2019-05-24GLK: TADS2: Fix os initializationPaul Gilbert
2019-05-24GLK: Fix freeing closed windowsPaul Gilbert
2019-05-24GLK: TADS: Don't support RTLPaul Gilbert
2019-05-24GLK: TADS2: Added plygoPaul Gilbert
2019-05-24GLK: TADS2: Yet more volumous code additionsPaul Gilbert
2019-05-24GLK: TADS2: Soooo much more implementationPaul Gilbert
2019-05-24GLK: TADS2: Added built in functionsPaul Gilbert
2019-05-24GLK: TADS2: More code files implementedPaul Gilbert
2019-05-24GLK: TADS2: Added code for output, run, various miscellaneousPaul Gilbert
2019-05-24GLK: TADS2: Added code for tokenizer & vocabularyPaul Gilbert
2019-05-24GLK: TADS2: Adding headersPaul Gilbert
2019-05-24GLK: TADS: Improved detection to detect TADS versionPaul Gilbert
2019-05-24GLK: HUGO: Move Hugo engine out of RELEASE_BUILD blocksPaul Gilbert
2019-05-15GLK: HUGO: Support loading savegames from launcherPaul Gilbert
2019-05-15GLK: HUGO: Fix reading savegame serialPaul Gilbert
2019-05-15GLK: HUGO: Move savegame codePaul Gilbert
2019-05-15GLK: HUGO: Fix handling of parse errorsPaul 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-15GLK: HUGO: Fix initializing object sizePaul Gilbert
2019-05-15GLK: HUGO: Comment out the DEBUGGER definePaul 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-12GLK: HUGO: Fixes for startup and shutdownPaul Gilbert
2019-05-12GLK: HUGO: Add detection entriesPaul Gilbert
2019-05-12GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-12GLK: HUGO: Added hemedia & heresPaul Gilbert
2019-05-12GLK: HUGO: Removed unneeded method stubsPaul Gilbert
2019-05-12GLK: HUGO: Added hesetPaul Gilbert
2019-05-11GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-11GLK: HUGO: NULL to nullptr, Amiga compilation fixPaul Gilbert
2019-05-11GLK: HUGO: Added herunPaul Gilbert
2019-05-11GLK: HUGO: Add heparsePaul Gilbert
2019-05-11GLK: HUGO: Add heexprPaul Gilbert
2019-05-11GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-11GLK: HUGO: Replace contents of hemiscPaul 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-11GLK: HUGO: Added heobjectPaul Gilbert
2019-05-10GLK: HUGO: Added hemisc, htokens, and stringfn filesPaul Gilbert
2019-05-10GLK: HUGO: Added Glk interface methodsPaul Gilbert
2019-05-10GLK: HUGO: heglk fields & initializationPaul Gilbert
2019-05-10GLK: HUGO: Added engine feildsPaul Gilbert
2019-05-10GLK: HUGO: First detection entryPaul Gilbert
2019-05-10GLK: HUGO: Initial sub-engine skeletonPaul Gilbert
2019-05-07GLK: MAGNETIC: Add game detection entriesPaul Gilbert
2019-05-07GLK: MAGNETIC: Hook up Magnetic sub-enginePaul Gilbert
2019-05-07GLK: MAGNETIC: Added graphics & sound methodsPaul Gilbert