Commit Graph
59 Commits
Author SHA1 Message Date
Paul Gilbert aca61ca208 TITANIC: Removed unused arrays and fields 2018-03-12 18:56:25 -04:00
Paul Gilbert 6dac2f4b95 TITANIC: DE: Syntax fixes 2017-10-08 11:12:53 -04:00
Paul Gilbert 6723bed162 TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat 2017-10-06 21:07:00 -04:00
Paul Gilbert d74e94950b TITANIC: DE: Merged German NPC script subclasses back in
There ended up not being enough custom German code in the scripts
to warrant having sub-classes that reimplemented entire methods
2017-09-23 21:18:25 -04:00
Paul Gilbert 9e2d78446e TITANIC: DE: More BellbotScript changes 2017-09-22 22:31:42 -04:00
Paul Gilbert 5c6de7d2f2 TITANIC: DE: Adding new BellbotScript logic 2017-09-22 20:13:31 -04:00
Paul Gilbert 3d4bc3c59b TITANIC: Add missing return check in BellbotScript::process 2017-09-18 22:22:16 -04:00
Paul Gilbert 807fecf0f2 TITANIC: Add missing break lines to switch statements
Thanks to bgK for providing a gcc output
2017-07-23 10:01:16 -04:00
Bastien Bouclet bc952807ec TITANIC: Adjust the switch/case fall-through comments
This way, GCC 7 does not generate a warning for those cases when
-Wimplicit-fallthrough=3 is enabled, which is now the default.
2017-07-23 11:12:12 +02:00
Paul Gilbert 2b18e4f787 TITANIC: Have Bellbot properly excited when told to smash TV Set 2017-01-21 19:04:13 -05:00
Paul Gilbert 56931a0dbb TITANIC: Formatting fixes for else blocks 2017-01-21 18:45:57 -05:00
Paul Gilbert 20832d79fb TITANIC: Fix caseless string contains checks 2016-11-30 21:40:10 -05:00
Paul Gilbert 5474a9b7c1 TITANIC: Field renamings, and fix for incorrect switch cases 2016-11-11 10:23:18 -05:00
Paul Gilbert 73030bd42f TITANIC: Fix BellBot's intro speech 2016-11-06 22:31:27 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 375fb60ff8 TITANIC: Cleanup of True Talk classes 2016-09-02 23:00:17 -04:00
Paul Gilbert 07bf730443 TITANIC: Adding lots of const prefixes 2016-07-31 14:31:36 -04:00
Paul Gilbert 377f926a6b TITANIC: Added BellbotScript scriptChanged 2016-07-30 23:52:09 -04:00
Paul Gilbert 45fb6a2d32 TITANIC: Added BellbotScript checkCommonPhrases 2016-07-30 23:28:22 -04:00
Paul Gilbert cf63ceeb3c TITANIC: Adding BellbotScript support methods 2016-07-30 21:34:41 -04:00
Paul Gilbert d9435e538f TITANIC: Added BellbotScript process 2016-07-30 20:02:52 -04:00
Paul Gilbert c3ba0badd1 TITANIC: Added BellbotScript preprocess 2016-07-30 16:41:01 -04:00
Paul Gilbert 1adebe83dc TITANIC: Added NPC randomResponse methods, reworked NPC data 2016-07-30 12:15:28 -04:00
Paul Gilbert a97dd2cda9 TITANIC: Handle NPC getDialsBitset methods 2016-07-29 22:41:12 -04:00
Paul Gilbert 6aef21517f TITANIC: Rename NPC scripts proc25 to doSentenceEntry 2016-07-29 22:27:07 -04:00
Paul Gilbert eef9303027 TITANIC: Handle NPC postResponse methods 2016-07-29 22:07:49 -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 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 8cc9142a92 TITANIC: Renaming for NPC state methods 2016-07-27 19:41:07 -04:00
Paul Gilbert 89da2a8857 TITANIC: Moved handleQuote data arrays to datafile 2016-07-27 06:43:12 -04:00
Paul Gilbert 7eece35951 TITANIC: Added remainder of BellbotScript handleQuote 2016-07-26 22:54:32 -04:00
Paul Gilbert ebeea1bb23 TITANIC: Added remainder of BarbotScript handleQuote 2016-07-26 22:27:47 -04:00
Paul Gilbert 78d8c4e3da TITANIC: Handled tag switch in BellbotScript handleQuote 2016-07-26 18:37:39 -04:00
Paul Gilbert fcb42d5715 TITANIC: Added Bellbot & Deskbot proc25 2016-07-25 21:01:36 -04:00
Paul Gilbert 9c763c978d TITANIC: Added BarbotScript proc25 2016-07-25 19:38:33 -04:00
Paul Gilbert 3c547b6b35 TITANIC: Load word lists for each NPC Script class 2016-07-24 23:08:46 -04:00
Paul Gilbert 441d168d37 TITANIC: Replace NPC proc23 methods with a single getMapping 2016-07-15 19:23:31 -04:00
Paul Gilbert a5e6d1e345 TITANIC: Remove deprecated NPC methods for data now loaded from DAT file 2016-07-15 19:23:28 -04:00
Paul Gilbert 52f6394ae5 TITANIC: Changed NPC proc7 definitions to process 2016-07-15 19:23:22 -04:00
Paul Gilbert bf1657beb0 TITANIC: Changed NPC proc10 definitions to scriptChanged 2016-07-15 19:23:19 -04:00
Paul Gilbert 840557236c TITANIC: Add loading of NPC tag maps, TTnpcScript translateId method 2016-07-15 19:23:10 -04:00
Paul Gilbert 8c237b3ee2 TITANIC: Fix NPC handleQuote method stubs 2016-07-15 19:22:57 -04:00
Paul Gilbert 67b19851d5 TITANIC: Add loading of NPC sentence entry data 2016-07-15 19:21:17 -04:00
Paul Gilbert bc8e37e17b TITANIC: Load NPC mapping tables 2016-07-15 19:21:10 -04:00
Paul Gilbert 02cd4557a4 TITANIC: Remove unneeded NPC setupRanges methods 2016-07-15 19:20:56 -04:00
Paul Gilbert c660bbf141 TITANIC: Beginnings of loading NPC range data 2016-07-15 19:20:27 -04:00
Paul Gilbert 6792fd92b7 TITANIC: Renamings for script setupRanges 2016-07-15 19:20:20 -04:00