Commit graph

12 commits

Author SHA1 Message Date
Adrian Frühwirth
c7f3416daa JANITORIAL: Remove trailing whitespace 2018-05-20 23:40:20 +02:00
Paul Gilbert
aa3adfb4b1 TITANIC: Allow GMM loading from the copyright and continue dialog 2017-09-05 23:01:12 -04:00
David Fioramonti
c96b01b82e TITANIC: Reduce header includes for titanic.h
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-08-24 04:06:54 -07:00
Paul Gilbert
4fee9a492e TITANIC: Remap right mouse click to be a left click with Shift held.
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-30 11:39:40 -04:00
Paul Gilbert
2bfe136a82 TITANIC: Fix savegame names not showing in Continue dialog 2017-07-11 22:06:59 -04:00
Paul Gilbert
0fb54db9b8 TITANIC: Don't try to load save if quitting from Continue dialog 2016-11-15 21:16:21 -05:00
Paul Gilbert
d85f56e1fe TITANIC: Fix showing Continue dialog when more than 5 saves present 2016-11-07 20:26:27 -05:00
Paul Gilbert
9c5f3c305a TITANIC: gcc compilation fix 2016-07-23 10:37:04 -04:00
Paul Gilbert
4bad949717 TITANIC: Add Continue Save dialog slots rendering and selection 2016-07-23 09:13:55 -04:00
Paul Gilbert
8f43f2a7a5 TITANIC: Setting up Continue Save dialog slot names list 2016-07-22 23:48:56 -04:00
Paul Gilbert
7821b84659 TITANIC: Add button handling and evil twin to Continue Save dialog 2016-07-22 22:42:46 -04:00
Paul Gilbert
21e4d6686f TITANIC: Beginnings of Continue Save dialog 2016-07-22 21:56:16 -04:00