Commit Graph
56 Commits
Author SHA1 Message Date
Paul Gilbert 9ef97cd265 TITANIC: Fix DoorbotScript _stateIndex cycling check
Thanks to eriktorbjorn for pointing out the Coverity warning
2018-03-17 14:06:26 -04:00
Paul Gilbert 5a17a96c38 TITANIC: Fix switch fall throughs 2017-11-13 07:37:07 -05: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 b98d44ca0b TITANIC: DE: Changes for DoorbotScript::chooseResponse 2017-09-27 21:24:42 -04:00
Paul Gilbert af71ec809b TITANIC: DE: Adding remaining DoorbotScript changes 2017-09-23 17:19:06 -04:00
Paul Gilbert 048bec6808 TITANIC: DE: Adding changes to DoorbotScript 2017-09-23 16:25:44 -04:00
Paul Gilbert 0a44b54ee2 TITANIC: Fix memory leaks on shutdown 2017-09-19 20:00:32 -04:00
Paul Gilbert 481e18ee1d TITANIC: Create a separate g_language global in it's own file
I was becoming concerned with more and more files having to add the
full engine definition and sub-classes thereof via titanic.h,
just so the TRANSLATE macro could call getLanguage. This way, files
just need to include the lightweight translation.h file instead
2017-09-17 16:24:26 -04:00
Paul Gilbert 6cac39b646 TITANIC: Add differing response Id range checks for German 2017-09-16 22:03:36 -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
Paul Gilbert 7b61e71ae5 TITANIC: Fix quote searches done by all the bots 2017-07-19 18:56:04 -04: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 0192f83c5e TITANIC: Added LiftbotScript methods 2016-07-31 21:00:57 -04:00
Paul Gilbert 320985b0c5 TITANIC: Added DoorbotScript scriptChanged 2016-07-31 18:58:42 -04:00
Paul Gilbert 19f8a0965b TITANIC: Added DoorbotScript process 2016-07-31 17:16:23 -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 cf63ceeb3c TITANIC: Adding BellbotScript support methods 2016-07-30 21:34:41 -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 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 186b4e095a TITANIC: Added DoorbotScript updateState 2016-07-28 23:23:27 -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 5bc347007c TITANIC: Finish DoorbotScript handleQuote 2016-07-27 11:57:44 -04:00
Paul Gilbert 89da2a8857 TITANIC: Moved handleQuote data arrays to datafile 2016-07-27 06:43:12 -04:00
Paul Gilbert ebeea1bb23 TITANIC: Added remainder of BarbotScript handleQuote 2016-07-26 22:27:47 -04:00
Paul Gilbert 2faa3125c0 TITANIC: Added DoorbotScript proc25 2016-07-25 22:07:23 -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 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 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
Paul Gilbert 9d92a5a6a4 TITANIC: Fleshing out usage of TTscriptArrayItem in TTnpcScript 2016-07-15 19:20:11 -04:00
Paul Gilbert 3196e488f1 TITANIC: Finished TTnpcScript processSentence 2016-07-15 19:19:12 -04:00