Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-05 | TITANIC: Don't show invalid meta info for original game saves | Paul Gilbert | |
2017-08-03 | TITANIC: Allow last saved game to be loaded | David Fioramonti | |
2017-08-03 | TITANIC: Max saved games const centralized | David Fioramonti | |
Before the const specifying the max number of save/load games was in titanic.h, core/project_item.cpp, main_game_window, and detection.cpp. Since they all inherit from titanic.h they should just use the const there. Also the saved game const in core/project_item.cpp was named differently so I also changed that. | |||
2017-06-17 | TITANIC: Minor cleanups, comments, and feature flags to meta engine | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-09-02 | TITANIC: Add kSimpleSavesNames to features list | Paul Gilbert | |
2016-07-23 | TITANIC: Fix some warnings | Paul Gilbert | |
2016-07-22 | TITANIC: Add support for arbitrary window event targets | Paul Gilbert | |
Also moved all standard game event methods to CMainGameWindow. This will allow for the Continue Save dialog to be added in and get events instead of the game window | |||
2016-07-20 | TITANIC: Add missing engine saving functionality | Paul Gilbert | |
2016-02-05 | TITANIC: Initial engine skeleton | Paul Gilbert | |