Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-28 | GLK: Attemp to fix multiple definitions link errors | 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: Fix out of bound access in detection code | Thierry Crozat | |
This caused some random asserts when for example trying to add any game as Common::Str::hasSuffixIgnoreCase could be called with a null pointer. | |||
2018-12-28 | GLK: ALAN2: Cleanup, merge some functions, move comments to headers | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Adapt C-style enums / structs | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Adapt C-style enums and align comments | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Move comments to header files | Filippos Karapetis | |
2018-12-28 | GLK: Fix namespace comments | 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: Fix compilation | 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 | |