Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-06 | GLK: ALAN2: Cleanup of unused variables | Paul Gilbert | |
2019-06-22 | GLK: ALAN2: Fix quitting in-game | Paul Gilbert | |
2019-06-22 | GLK: ALAN2: Create jump context system to replace original setjmp | Paul Gilbert | |
This is basically a simplified version of the ScummVM coroutines, since we just need the ability to consistently break out to the main game loop when a call is made to the error method | |||
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: Fixing gcc warnings | dreammaster | |
2019-06-22 | GLK: ALAN2: astyle formatting | dreammaster | |
2019-06-22 | GLK: ALAN2: Remove all prototype ifdef blocks | 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: Initial import of full set of interpreter files | Paul Gilbert | |