aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
AgeCommit message (Collapse)Author
2019-11-16GLK: LEVEL9: Fix game Ids for Price of MagikPaul Gilbert
2019-11-15GLK: ARCHETYPE: Fix saving gamesPaul Gilbert
2019-11-12GLK: ARCHETYPE: Hooking up savegame codePaul Gilbert
2019-11-12GLK: ARCHETYPE: Suppress Fallthrough Compiler WarningsD G Turner
Not sure if these fallthroughs are intended, so marked with FIXME comments.
2019-11-11GLK: ARCHETYPE: gcc compilation fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Fixes to correctly parse multi-word inputsPaul Gilbert
2019-11-11GLK: ARCHETYPE: Cleaner exit when game is quitPaul Gilbert
2019-11-11GLK: ARCHETYPE: Fix quitting the gamePaul Gilbert
2019-11-11GLK: ARCHETYPE: Engine fixes for input line processingPaul Gilbert
2019-11-11GLK: ARCHETYPE: Cleanup and fixes for text displayPaul Gilbert
2019-11-11GLK: ARCHETYPE: Script handler fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Further cleanup and debug reroutePaul Gilbert
2019-11-11GLK: ARCHETYPE: Shift debug output to use ScummVM debugPaul Gilbert
2019-11-11GLK: ARCHETYPE: JanitorialPaul Gilbert
2019-11-11GLK: ARCHETYPE: Further array indexing fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Change to use C++ new/deletePaul Gilbert
2019-11-11GLK: ARCHETYPE: Fix array indexing to match original's 1 basedPaul Gilbert
2019-11-11GLK: ARCHETYPE: Switch from original's Debug enum to debug channelsPaul Gilbert
2019-11-11GLK: ARCHETYPE: Adding GLK hookupsPaul Gilbert
2019-11-11GLK: Fix structures using unionsPaul Gilbert
2019-11-11GLK: ARCHETYPE: Fixes for string decryptionPaul Gilbert
2019-11-11GLK: ARCHETYPE: Further loading fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Various startup fixesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Added converted filesPaul Gilbert
2019-11-11GLK: ARCHETYPE: Skeleton enginePaul Gilbert
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
The engine ID identifies which engine should be used to launch the target. Also remove the 'single ID' system. Different games from engines that used that system now have different game IDs. Also-By: Matthew Hoops <clone2727@gmail.com>
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-10-27GLK: SCOTT: Detection table cleanup and name fixesPaul Gilbert
2019-10-26GLK: LEVEL9: Further compilation fixesPaul Gilbert
2019-10-26GLK: LEVEL9: Compilation fixesPaul Gilbert
2019-10-26GLK: LEVEL9: Hook up new detectionPaul Gilbert
2019-10-26GLK: LEVEL9: Move game scanner code to new Scanner classPaul Gilbert
2019-10-26GLK: LEVEL9: Moved pre-existing detection code into separate classPaul Gilbert
2019-10-26GLK: LEVEL9: Allow for future graphic scalingPaul Gilbert
2019-10-26GLK: LEVEL9: Title screen graphics now showingPaul Gilbert
2019-10-26GLK: LEVEL9: Further variable initializationPaul Gilbert
2019-10-26GLK: LEVEL9: Fixes for exiting game by closing windowPaul Gilbert
2019-10-26GLK: LEVEL9: Cleaning up initializationPaul Gilbert
2019-10-26GLK: LEVEL9: Data loading fixes and cleanupPaul Gilbert
2019-10-26GLK: LEVEL9: Hooking up engine class to subengine codePaul Gilbert
2019-10-26GLK: Safer interpreter tag generation for Quetzal save filesPaul Gilbert
2019-10-26GLK: LEVEL9: JanitorialPaul Gilbert
2019-10-26GLK: LEVEL9: Added subengine filesPaul Gilbert
2019-10-26GLK: LEVEL9: Skeleton enginePaul Gilbert
2019-10-22GLK: Squash of GLK sub-engines pull request, unused variable fixPaul Gilbert
See ccawley2011's pull at https://github.com/scummvm/scummvm/pull/1900
2019-10-22GLK: Remove incorrect include. Thanks to ccawley2011Paul Gilbert
2019-10-13GLK: ADRIFT: Correct unicode string typePaul Gilbert
2019-10-11GLK: Revert Amiga compilation fixPaul Gilbert
This reverts commit a14550d7f1893be72a59f3653cf9e69a43b9077a.
2019-10-11GLK: JACL: Move JACL out of RELEASE_BUILD exclusionPaul Gilbert
2019-10-11GLK: JACL: Implement loading saves from the launcherPaul Gilbert