aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
AgeCommit message (Expand)Author
2019-06-12GLK: ADVSYS: In progress implementing input line parserPaul Gilbert
2019-06-12GLK: ADVSYS: Added input line split up and tokenizingPaul Gilbert
2019-06-12GLK: ADVSYS: Remaining opcode implementationsPaul Gilbert
2019-06-10GLK: ADVSYS: Created dedicated function pointer class, cleanup method opcodesPaul Gilbert
2019-06-10GLK: ADVSYS: More opcodesPaul Gilbert
2019-06-10GLK: ADVSYS: Subroutine call & return opcodesPaul Gilbert
2019-06-10GLK: ADVSYS: String printingPaul Gilbert
2019-06-10GLK: ADVSYS: Adding opcodes and message decodingPaul Gilbert
2019-06-09GLK: ADVSYS: Formatting fixesdreammaster
2019-06-09GLK: ADVSYS: Implementing VM opcodesPaul Gilbert
2019-06-09GLK: ADVSYS: Add overall script execution methodPaul Gilbert
2019-06-09GLK: ADVSYS: Main game loopPaul Gilbert
2019-06-09GLK: ADVSYS: Adding game data access methodsPaul Gilbert
2019-06-09GLK: ADVSYS: Save area and variable codePaul Gilbert
2019-06-09GLK: ADVSYS: Setting up resident data and pointersPaul Gilbert
2019-06-09GLK: ADVSYS: Loading of game dataPaul Gilbert
2019-06-09GLK: ADVSYS: Basic initialization and header loading in-gamePaul Gilbert
2019-06-09GLK: ADVSYS: Added game heder reading and detectionsPaul Gilbert
2019-06-09GLK: ADVSYS: Engine skeletonPaul Gilbert
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
2019-05-15GLK: HUGO: Fix initializing object sizePaul Gilbert
2019-05-15GLK: HUGO: Comment out the DEBUGGER definePaul Gilbert
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