aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/continue_save_dialog.cpp
AgeCommit message (Collapse)Author
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2017-09-05TITANIC: Allow GMM loading from the copyright and continue dialogPaul Gilbert
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-07-30TITANIC: Remap right mouse click to be a left click with Shift held.Paul Gilbert
This was a suggestion by dafioram; holding down Shift allows you to skip scene transitions and edit the fragments of room glyphs. Now with this remapping, you can alternatively just use right clicks.
2017-07-11TITANIC: Fix savegame names not showing in Continue dialogPaul Gilbert
2016-11-15TITANIC: Don't try to load save if quitting from Continue dialogPaul Gilbert
2016-11-07TITANIC: Fix showing Continue dialog when more than 5 saves presentPaul Gilbert
2016-07-23TITANIC: gcc compilation fixPaul Gilbert
2016-07-23TITANIC: Add Continue Save dialog slots rendering and selectionPaul Gilbert
2016-07-22TITANIC: Setting up Continue Save dialog slot names listPaul Gilbert
2016-07-22TITANIC: Add button handling and evil twin to Continue Save dialogPaul Gilbert
2016-07-22TITANIC: Beginnings of Continue Save dialogPaul Gilbert