aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/advsys
AgeCommit message (Expand)Author
2019-07-14GLK: ADVSYS: Change detections list to use common GlkDetectionEntryPaul Gilbert
2019-07-06GLK: Change other sub-engines to use GlkDetectedGamePaul Gilbert
2019-06-23GLK: Show unknown variant dialog for unknown detection entriesPaul Gilbert
2019-06-16GLK: ADVSYS: Fix Coverity warningsPaul Gilbert
2019-06-16GLK: ADVSYS: Fix restoring games in-gamePaul Gilbert
2019-06-16GLK: ADVSYS: Fix inputs with indirect objectsPaul Gilbert
2019-06-16GLK: ADVSYS: Fix actions using OP_SENDPaul Gilbert
2019-06-16GLK: ADVSYS: Fixes for get actionPaul Gilbert
2019-06-16GLK: ADVSYS: Do a look action after loading a savegame from launcherPaul Gilbert
2019-06-16GLK: ADVSYS: Fix savegame area setupPaul Gilbert
2019-06-16GLK: ADVSYS: Save/load fixesPaul Gilbert
2019-06-16GLK: Further changeover of sub-engines to use new savegame codePaul Gilbert
2019-06-15GLK: ADVSYS: Fix variable range checksPaul Gilbert
2019-06-15GLK: ADVSYS: Added code for loading savegames from launcherPaul Gilbert
2019-06-15GLK: ADVSYS: Input line processing fixesPaul Gilbert
2019-06-14GLK: ADVSYS: Fix parsing input wordsPaul Gilbert
2019-06-14GLK: ADVSYS: Tweak debug line, added input line prompt characterPaul Gilbert
2019-06-14GLK: ADVSYS: Script interpreter fixesPaul Gilbert
2019-06-13GLK: ADVSYS: Fix data reads from gamefilePaul Gilbert
2019-06-13GLK: ADVSYS: Initialization fixesPaul Gilbert
2019-06-13GLK: ADVSYS: Added readLine methodPaul Gilbert
2019-06-12GLK: ADVSYS: Added singleAction methodPaul Gilbert
2019-06-12GLK: ADVSYS: Remainder of parseInput methodPaul Gilbert
2019-06-12GLK: ADVSYS: Noun/adjectives setup and getNoun methodPaul Gilbert
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