Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-22 | GLK: ALAN2: Fix quitting in-game | Paul Gilbert | |
2019-06-22 | GLK: ALAN2: Remove redundant includes | 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: 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 | |
2019-06-22 | GLK: ALAN2: Remove previously added code fragments | Paul Gilbert | |
2019-05-11 | GLK: HUGO: NULL to nullptr, Amiga compilation fix | Paul Gilbert | |
2019-04-29 | GLK: Fix warnings | Cameron Cawley | |
2019-02-11 | GLK: ALAN2: Fix incorrect string duplication | Paul Gilbert | |
2019-02-10 | GLK: ALAN2: Fix a bunch of comparison warnings | Paul Gilbert | |
2019-01-06 | GLK: ALAN2: Resolve some TODOs. Some cleanup | Filippos Karapetis | |
2018-12-28 | GLK: Fix multiple definitions of litCount variable | Thierry Crozat | |
2018-12-28 | GLK: Fix some compilation errors | Thierry Crozat | |
In-class initialization of members is a c++11 features but several ports use compilers that do not support it. | |||
2018-12-28 | GLK: ALAN2: Move comments to header files | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Indentation fixes | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Formatting fixes | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Initial work on the Alan2 subengine | Filippos Karapetis | |