Commit Graph
14 Commits
Author SHA1 Message Date
Paul Gilbert 6723bed162 TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat 2017-10-06 21:07:00 -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 5474a9b7c1 TITANIC: Field renamings, and fix for incorrect switch cases 2016-11-11 10:23:18 -05:00
Paul Gilbert 0ebc6aecd4 TITANIC: Add extra field initializations 2016-10-30 15:22:44 -04:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 45fb6a2d32 TITANIC: Added BellbotScript checkCommonPhrases 2016-07-30 23:28:22 -04:00
Paul Gilbert 0243d5b677 TITANIC: Add NPC preResponse methods 2016-07-29 21:57:35 -04:00
Paul Gilbert c7bd63d881 TITANIC: Added BarbotScript updateState 2016-07-28 22:05:16 -04:00
Paul Gilbert 52b6c92ac0 TITANIC: Add loading of updateState arrays 2016-07-28 21:17:01 -04:00
Paul Gilbert 7a2a705a7a TITANIC: Added DeskbotScript updateState 2016-07-28 19:00:22 -04:00
Paul Gilbert a185a99a86 TTIANIC: Added support methods for BellbotScript updateState 2016-07-27 23:04:26 -04:00
Paul Gilbert 875a9998c5 TITANIC: Added BellbotScript updateState 2016-07-27 22:26:23 -04:00
Paul Gilbert 89da2a8857 TITANIC: Moved handleQuote data arrays to datafile 2016-07-27 06:43:12 -04:00
Paul Gilbert 04931130b4 TITANIC: Split NPC script support data structures to their own file 2016-07-26 20:25:44 -04:00