aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/alan2.cpp
AgeCommit message (Expand)Author
2019-07-07GLK: Fix off-by-one memory readLe Philousophe
2019-07-06GLK: ALAN3: Move Alan3 out of release build ifdefPaul Gilbert
2019-07-06GLK: ALAN3: One final attempt at an openpandora fixPaul Gilbert
2019-07-06GLK: ALAN3: Another attempt at an openpandora fixPaul Gilbert
2019-07-06GLK: ALAN3: Refactoring save code to see if it fixes openpandora gccPaul Gilbert
2019-07-06GLK: ALAN2: Cleanup of unused variablesPaul Gilbert
2019-06-23GLK: ALAN2: Add loading savegames from launcher, deinitialization codePaul Gilbert
2019-06-23GLK: ALAN2: Cleanup of data text file openingPaul Gilbert
2019-06-22GLK: ALAN2: Set up main game loop for restarting gamePaul Gilbert
2019-06-22GLK: ALAN2: Further gcc warning fixesPaul Gilbert
2019-06-22GLK: ALAN2: Change all EOF to EOD that is case to uintPaul Gilbert
2019-06-22GLK: ALAN2: Fixing gcc warningsdreammaster
2019-06-22GLK: ALAN2: astyle formattingdreammaster
2019-06-22GLK: ALAN2: Fix gcc errors for references to packed struct fieldsdreammaster
2019-06-22GLK: ALAN2: Added savegame codePaul Gilbert
2019-06-22GLK: ALAN2: Open text data file on startupPaul Gilbert
2019-06-22GLK: ALAN2: Add Glk window initializationPaul Gilbert
2019-06-22GLK: ALAN2: Fixes to game header loading and validationPaul Gilbert
2019-06-22GLK: ALAN2: Added missing main code file, hooked up to Alan2 engine skeletonPaul Gilbert
2019-06-22GLK: ALAN2: Remove previously added code fragmentsPaul Gilbert
2019-06-16GLK: Further changeover of sub-engines to use new savegame codePaul Gilbert
2019-01-06GLK: ALAN2: Initialize game file nameFilippos Karapetis
2019-01-02GLK: Make a _gameFile field in the base Glk enginePaul Gilbert
2018-12-28GLK: Fix some compilation errorsThierry Crozat
2018-12-28GLK: ALAN2: Formatting fixesFilippos Karapetis
2018-12-28GLK: ALAN2: Initial work on the Alan2 subengineFilippos Karapetis
2018-12-27GLK: ALAN2: Initial skeleton sub-engineFilippos Karapetis