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
/
exe.cpp
Age
Commit message (
Collapse
)
Author
2019-09-17
JANITORIAL: Fix whitespaces
Eugene Sandulenko
2019-06-23
GLK: ALAN2: Add loading savegames from launcher, deinitialization code
Paul Gilbert
2019-06-23
GLK: ALAN2: Fixes for restarting in-game
Paul Gilbert
2019-06-22
GLK: ALAN2: Fix quitting in-game
Paul Gilbert
2019-06-22
GLK: ALAN2: Further gcc warning fixes
Paul Gilbert
2019-06-22
GLK: ALAN2: 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: astyle formatting
dreammaster
2019-06-22
GLK: ALAN2: Removing all the existing system specific ifdef blocks
Paul Gilbert
I'm going to be shortly formatting the code and doing refactoring to work around the setjmp calls in the original, so there's little point in keeping the system specific ifdef blocks from the original
2019-06-22
GLK: ALAN2: Remove all prototype ifdef blocks
Paul Gilbert
2019-06-22
GLK: ALAN2: Added shouldQuit checks to break out of game loops
Paul Gilbert
2019-06-22
GLK: ALAN2: Initial import of full set of interpreter files
Paul Gilbert