aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/agt/os_glk.cpp
AgeCommit message (Collapse)Author
2019-12-16GLK: AGT: Fix Fallthrough Compiler WarningsD G Turner
One of these was an actal bug which would have caused the score notification to be toggled if the restart verb was unable to be executed due to lack of memory. This is obviously wrong and has been fixed.
2019-11-27GLK: AGT: Move configuration options into AGT classPaul Gilbert
2019-11-27GLK: AGT: Properly exit when game window is closedPaul Gilbert
2019-11-27GLK: AGT: Initialization fixesPaul Gilbert
2019-11-27GLK: AGT: Added subengine filesPaul Gilbert