Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-20 | JANITORIAL: Remove trailing whitespace | Adrian Frühwirth | |
2017-09-05 | TITANIC: Allow GMM loading from the copyright and continue dialog | Paul Gilbert | |
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David 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-30 | TITANIC: 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-11 | TITANIC: Fix savegame names not showing in Continue dialog | Paul Gilbert | |
2016-11-15 | TITANIC: Don't try to load save if quitting from Continue dialog | Paul Gilbert | |
2016-11-07 | TITANIC: Fix showing Continue dialog when more than 5 saves present | Paul Gilbert | |
2016-07-23 | TITANIC: gcc compilation fix | Paul Gilbert | |
2016-07-23 | TITANIC: Add Continue Save dialog slots rendering and selection | Paul Gilbert | |
2016-07-22 | TITANIC: Setting up Continue Save dialog slot names list | Paul Gilbert | |
2016-07-22 | TITANIC: Add button handling and evil twin to Continue Save dialog | Paul Gilbert | |
2016-07-22 | TITANIC: Beginnings of Continue Save dialog | Paul Gilbert | |