Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: astyle formatting | dreammaster | |
2019-06-22 | GLK: ALAN2: Remove all prototype ifdef blocks | 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-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 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: Initial work on the Alan2 subengine | Filippos Karapetis | |