Commit Graph
60 Commits
Author SHA1 Message Date
Paul Gilbert 76e5a0246c TITANIC: DE: Fix Barbot response handling 2017-10-07 16:38:12 -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 cd6927d39c TITANIC: DE: Added translations for BarbotScript::process 2017-09-22 07:41:55 -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 7b61e71ae5 TITANIC: Fix quote searches done by all the bots 2017-07-19 18:56:04 -04:00
Paul Gilbert ea63b5bb3b TITANIC: Fix Barbot telling what ingredients are still needed 2017-01-28 21:06:58 -05:00
Paul Gilbert 68ab3f228c TITANIC: Fix infinite loop in BarbotScript 2017-01-22 23:32:14 -05:00
Paul Gilbert 7dc50cc411 TITANIC: Fix Barbot response to requesting vision center 2017-01-11 20:55:09 -05:00
Paul Gilbert 61140e6340 TITANIC: Fix return value of BarbotScript doSentenceEntry 2017-01-11 20:13:45 -05:00
Paul Gilbert ec8845a6bf TITANIC: Fix Barbot's introduction spiel 2017-01-09 19:36:13 -05:00
Paul Gilbert 5474a9b7c1 TITANIC: Field renamings, and fix for incorrect switch cases 2016-11-11 10:23:18 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 7ace328cb8 TITANIC: Fix various warnings 2016-07-31 18:08:57 -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 1adebe83dc TITANIC: Added NPC randomResponse methods, reworked NPC data 2016-07-30 12:15:28 -04:00
Paul Gilbert 6aef21517f TITANIC: Rename NPC scripts proc25 to doSentenceEntry 2016-07-29 22:27:07 -04:00
Paul Gilbert 4df8e58cf3 TITANIC: Fix commented out quotes tree searches 2016-07-29 22:22:37 -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 c08ad39a94 TITANIC: Added DeskbotScript setFlags17 2016-07-28 22:36:29 -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 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 de494c8c27 TITANIC: Handled tag switch in DeskbotScript handleQuote 2016-07-26 19:10:57 -04:00
Paul Gilbert 40955e590c TITANIC: Handled tag switch in BarbotScript handleQuote 2016-07-26 17:39:40 -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 3efc9f5cde TITANIC: Added NPC scripts gitDialsBitsets methods 2016-07-25 08:17:22 -04:00
Paul Gilbert 2844574dc0 TITANIC: Added NPC Script setDialRegion methods 2016-07-24 23:29:59 -04:00
Paul Gilbert 539f13f5a4 TITANIC: Remove deprecated code 2016-07-24 23:13:37 -04:00
Paul Gilbert 3c547b6b35 TITANIC: Load word lists for each NPC Script class 2016-07-24 23:08:46 -04:00
Paul Gilbert cf805b07d3 TITANIC: Adding NPC Script support methods 2016-07-24 22:13:55 -04:00
Paul Gilbert 6e2a4edd2a TITANIC: Finish TTbarbotScript process method 2016-07-24 19:44:19 -04:00
Paul Gilbert 125a38c98a TITANIC: In progress adding TTbarbotScript process method 2016-07-24 16:29:41 -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 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 d3dc8d81ce TITANIC: Beginnings of BarbotScript process 2016-07-15 19:21:45 -04:00
Paul Gilbert d99e06f373 TITANIC: Added TTnpcScript checkItems 2016-07-15 19:21:28 -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