aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/detection.cpp
AgeCommit message (Collapse)Author
2017-08-05TITANIC: Don't show invalid meta info for original game savesPaul Gilbert
2017-08-03TITANIC: Allow last saved game to be loadedDavid Fioramonti
2017-08-03TITANIC: Max saved games const centralizedDavid 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-17TITANIC: Minor cleanups, comments, and feature flags to meta enginePaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-02TITANIC: Add kSimpleSavesNames to features listPaul Gilbert
2016-07-23TITANIC: Fix some warningsPaul Gilbert
2016-07-22TITANIC: Add support for arbitrary window event targetsPaul 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-20TITANIC: Add missing engine saving functionalityPaul Gilbert
2016-02-05TITANIC: Initial engine skeletonPaul Gilbert