14 Commits

Author SHA1 Message Date
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
a62d1632b5 TITANIC: Start end credits at bottom of screen, not the top 2017-08-19 21:58:43 -04:00
Paul Gilbert
9c6dd7113f TITANIC: Fix speed of palette transitions in end credits 2017-07-30 17:12:55 -04:00
Paul Gilbert
3bd579bdd4 TITANIC: Fix jerkiness in end credits 2017-06-09 21:58:54 -04:00
Paul Gilbert
782479ab2b TITANIC: Field renamings for CCreditText 2017-06-09 21:52:52 -04:00
Paul Gilbert
59190f735d TITANIC: Fix setting display bounds for end credit text 2017-02-22 22:37:44 -05:00
Paul Gilbert
efadb34b8d TITANIC: Renamings and cleanup for CCreditText 2017-02-22 20:41:25 -05:00
Eugene Sandulenko
dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert
28a5a747b3 TITANIC: Finished CCreditText draw method 2016-08-29 00:07:40 -04:00
Paul Gilbert
e4519aa1e7 TITANIC: Add positioning logic to credit text drawing 2016-08-28 22:33:06 -04:00
Paul Gilbert
9ee8813881 TITANIC: Fix warnings in CCreditText 2016-08-28 20:20:27 -04:00
Paul Gilbert
fd316a6058 TITANIC: Fleshed out various methods 2016-07-24 07:45:30 -04:00
Paul Gilbert
f1344c2c27 TITANIC: Added CCreditText loading 2016-07-23 21:50:51 -04:00
Paul Gilbert
2267c5eb4c TITANIC: Beginnings of CCreditText class 2016-07-15 19:23:41 -04:00