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
/
glk
/
alan2
/
alan2.cpp
Age
Commit message (
Expand
)
Author
2019-07-07
GLK: Fix off-by-one memory read
Le Philousophe
2019-07-06
GLK: ALAN3: Move Alan3 out of release build ifdef
Paul Gilbert
2019-07-06
GLK: ALAN3: One final attempt at an openpandora fix
Paul Gilbert
2019-07-06
GLK: ALAN3: Another attempt at an openpandora fix
Paul Gilbert
2019-07-06
GLK: ALAN3: Refactoring save code to see if it fixes openpandora gcc
Paul Gilbert
2019-07-06
GLK: ALAN2: Cleanup of unused variables
Paul Gilbert
2019-06-23
GLK: ALAN2: Add loading savegames from launcher, deinitialization code
Paul Gilbert
2019-06-23
GLK: ALAN2: Cleanup of data text file opening
Paul Gilbert
2019-06-22
GLK: ALAN2: Set up main game loop for restarting game
Paul Gilbert
2019-06-22
GLK: ALAN2: Further gcc warning fixes
Paul Gilbert
2019-06-22
GLK: ALAN2: Change all EOF to EOD that is case to uint
Paul Gilbert
2019-06-22
GLK: ALAN2: Fixing gcc warnings
dreammaster
2019-06-22
GLK: ALAN2: astyle formatting
dreammaster
2019-06-22
GLK: ALAN2: Fix gcc errors for references to packed struct fields
dreammaster
2019-06-22
GLK: ALAN2: Added savegame code
Paul Gilbert
2019-06-22
GLK: ALAN2: Open text data file on startup
Paul Gilbert
2019-06-22
GLK: ALAN2: Add Glk window initialization
Paul Gilbert
2019-06-22
GLK: ALAN2: Fixes to game header loading and validation
Paul Gilbert
2019-06-22
GLK: ALAN2: Added missing main code file, hooked up to Alan2 engine skeleton
Paul Gilbert
2019-06-22
GLK: ALAN2: Remove previously added code fragments
Paul Gilbert
2019-06-16
GLK: Further changeover of sub-engines to use new savegame code
Paul Gilbert
2019-01-06
GLK: ALAN2: Initialize game file name
Filippos Karapetis
2019-01-02
GLK: Make a _gameFile field in the base Glk engine
Paul Gilbert
2018-12-28
GLK: Fix some compilation errors
Thierry Crozat
2018-12-28
GLK: ALAN2: Formatting fixes
Filippos Karapetis
2018-12-28
GLK: ALAN2: Initial work on the Alan2 subengine
Filippos Karapetis
2018-12-27
GLK: ALAN2: Initial skeleton sub-engine
Filippos Karapetis