index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
gargoyle
/
scott
Age
Commit message (
Expand
)
Author
2018-12-08
GLK: FROTZ: Skeleton sub-engine for Frotz interpreter
Paul Gilbert
2018-12-08
GLK: gcc compilation fixes
dreammaster
2018-12-08
GLK: SCOTT: Handle negative values in readInts
Paul Gilbert
2018-12-08
GLK: SCOTT: Don't show intro text when loading savegame from launcher
Paul Gilbert
2018-12-08
GLK: astyle formatting
dreammaster
2018-12-08
GLK: SCOTT: Convert comments to single line veresions
Paul Gilbert
2018-12-08
GLK: SCOTT: Fix loading and saving games
Paul Gilbert
2018-12-08
GLK: Add savegame listing
Paul Gilbert
2018-12-08
GLK: SCOTT: Added startup savegame loading
Paul Gilbert
2018-12-08
GLK: SCOTT: Added saveGameState and loadGameState
Paul Gilbert
2018-12-08
GLK: SCOTT: Add custom game Ids for each known Scott Adams game
Paul Gilbert
2018-12-08
GLK: SCOTT: Switch command line options setup to use ConfigMan
Paul Gilbert
2018-12-08
GLK: SCOTT: Camel case method names
Paul Gilbert
2018-12-08
GLK: Prompt for keypress when game is exited
Paul Gilbert
2018-12-08
GLK: SCOTT: Exit game when ScummVM is closed
Paul Gilbert
2018-12-08
GLK: SCOTT: Fix loading game data
Paul Gilbert
2018-12-08
GLK: SCOTT: Add detection for other games
Paul Gilbert
2018-12-08
GLK: Add window creation
Paul Gilbert
2018-12-08
GLK: Add detection logic needed for engine startup
Paul Gilbert
2018-12-08
GLK: SCOTT: Adding game detection code
Paul Gilbert
2018-12-08
GLK: SCOTT: Minor stream and event loop fixes
Paul Gilbert
2018-12-08
GLK: SCOTT: Initial conversion of ScottFree
Paul Gilbert
2018-12-08
GLK: Interpreters now derive from GargoyleEngine via Glk
Paul Gilbert
2018-12-08
GLK: More outer engine structure, and cleanup
Paul Gilbert
2018-12-08
GLK: Refactor Glk to derice from Interpreter
Paul Gilbert
2018-12-08
GLK: Add stub classes for sub-engine components
Paul Gilbert