73045 Commits

Author SHA1 Message Date
Paul Gilbert
4e766db41c TITANIC: Implemented TTnpcScript loadQuotes 2016-07-15 19:19:17 -04:00
Paul Gilbert
f02efd2d9e TITANIC: Beginnings of TTquotes class 2016-07-15 19:19:15 -04:00
Paul Gilbert
3196e488f1 TITANIC: Finished TTnpcScript processSentence 2016-07-15 19:19:12 -04:00
Paul Gilbert
6eb562a17a TITANIC: Beginnings of script handler processSentence 2016-07-15 19:19:09 -04:00
Paul Gilbert
62c699fa3c TITANIC: New TTsentenceEntries class for holding sentence res data 2016-07-15 19:19:07 -04:00
Paul Gilbert
928f9a8974 TITANIC: Remove redundant CScriptHandlerSub class 2016-07-15 19:19:04 -04:00
Paul Gilbert
6075a8fe49 TITANIC: Implement TTnpcScript selectResponse 2016-07-15 19:19:02 -04:00
Paul Gilbert
95dc0bc4cc TITANIC: Finished BarbotScript chooseResponse 2016-07-15 19:18:59 -04:00
Paul Gilbert
b1ae3f44db TITANIC: More script dial methods 2016-07-15 19:18:57 -04:00
Paul Gilbert
e2d3a0a32f TITANIC: Adding setDial method 2016-07-15 19:18:54 -04:00
Paul Gilbert
4ab3b4d209 TITANIC: Further npc scripts chooseResponse methods 2016-07-15 19:18:52 -04:00
Paul Gilbert
01020dcd8c TITANIC: Renaming script methods 2016-07-15 19:18:49 -04:00
Paul Gilbert
58c8833d82 TITANIC: Implementing npc scripts chooseResponse methods 2016-07-15 19:18:47 -04:00
Paul Gilbert
451ab9d452 TITANIC: Load response data for remaining NPC scripts 2016-07-15 19:18:45 -04:00
Paul Gilbert
ba5e13d479 TITANIC: Set up loading of deskbot & bellbot script response lists 2016-07-15 19:18:31 -04:00
Paul Gilbert
f51a428f8b DEVTOOLS: Fixes to Deskbot responses in create_titanic 2016-07-15 19:17:50 -04:00
Paul Gilbert
ec33749157 DEVTOOLS: Add Bellbot script responses to create_titanic 2016-07-15 19:17:31 -04:00
Paul Gilbert
cf0051caf7 DEVTOOLS: Completed tags list for Deskbot 2016-07-15 19:17:28 -04:00
Paul Gilbert
ef3bd4e286 DEVTOOLS: Adding Deskbot tags list 2016-07-15 19:17:24 -04:00
Paul Gilbert
d84fb55a24 TITANIC: Adding TTnpcScript dialogue Id handling 2016-07-15 19:17:20 -04:00
Paul Gilbert
3ad600439b TITANIC: Added TTnpcScript getValue 2016-07-15 19:17:16 -04:00
Paul Gilbert
07c1b2b23d TITANIC: Fleshing out of CTrueTalkManager class 2016-07-15 19:17:12 -04:00
Paul Gilbert
9f6a3d36f7 TITANIC: Further fleshing out of TTscriptBase 2016-07-15 19:17:09 -04:00
Paul Gilbert
4ee0ced047 TITANIC: Fleshing out TTscriptBase class 2016-07-15 19:17:05 -04:00
Paul Gilbert
2f4cf6a26a TITANIC: Beginnings of TTresponse class 2016-07-15 19:17:02 -04:00
Paul Gilbert
b9ad4ff727 TITANIC: Fix dispatching messages by target name 2016-07-15 19:16:58 -04:00
Paul Gilbert
d0301bce6f TITANIC: Move unknown method from TTword to TTadj 2016-07-15 19:16:54 -04:00
Paul Gilbert
703bb288c1 TITANIC: Finished Deskbot message handlers 2016-07-15 19:16:51 -04:00
Paul Gilbert
063fd5c26a TITANIC: Reorganising methods to class they are in the original 2016-07-15 19:16:47 -04:00
Paul Gilbert
421812f27c TITANIC: More implementing deskbot message handlers 2016-07-15 19:16:43 -04:00
Paul Gilbert
a7ecc6d601 TITANIC: Adding CDeskbot message handlers 2016-07-15 19:16:40 -04:00
Paul Gilbert
1f4eca3d06 TITANIC: Message handler stubs for CDeskbot 2016-07-15 19:16:36 -04:00
Paul Gilbert
66a2500928 TITANIC: Added CTurnOnObject message handlers 2016-07-15 19:16:33 -04:00
Paul Gilbert
fa04a6fdf0 TITANIC: Added CTrueTalkManager playSpeech 2016-07-15 19:16:29 -04:00
Paul Gilbert
15843eb4c2 TITANIC: Remainder of TTparser considerRequests 2016-07-15 19:16:26 -04:00
Paul Gilbert
fb6e94e8bb TITANIC: Remaining tag switch cases in TTparser considerRequests 2016-07-15 19:16:22 -04:00
Paul Gilbert
a261041be7 TITANIC: Adding tag switches to TTparser considerRequests 2016-07-15 19:16:19 -04:00
Paul Gilbert
ef186e1a2e TITANIC: Convert outer tag comparisons to switch cases in TTparser considerRequests 2016-07-15 19:16:16 -04:00
Paul Gilbert
eaab1605e0 TITANIC: Finished inner switch of TTparser considerRequests 2016-07-15 19:16:12 -04:00
Paul Gilbert
079a734831 TITANIC: Fleshing out TTparser considerRequests 2016-07-15 19:16:09 -04:00
Paul Gilbert
23cd7fd299 TITANIC: Fleshing out TTparser considerRequests 2016-07-15 19:16:06 -04:00
Paul Gilbert
8a31189121 TITANIC: Adding more to TTparser considerRequests, and support methods 2016-07-15 19:16:02 -04:00
Paul Gilbert
5ffe93ad9b TITANIC: Finished TTparser processModifiers 2016-07-15 19:15:59 -04:00
Paul Gilbert
de1bb1e95c TITANIC: In-progress TTparser processModifiers 2016-07-15 19:15:56 -04:00
Paul Gilbert
409271778e TITANIC: Added TTparser removeNode 2016-07-15 19:15:52 -04:00
Paul Gilbert
1fff06e97a TITANIC: Added TTparser processRequests 2016-07-15 19:15:49 -04:00
Paul Gilbert
63439a1c94 TITANIC: Finished TTparser checkForAction 2016-07-15 19:15:46 -04:00
Paul Gilbert
35f1839063 TITANIC: More work on TTparser considerRequests 2016-07-15 19:15:43 -04:00
Paul Gilbert
f98ad33134 TITANIC: In-progress TTparser checkForAction 2016-07-15 19:15:40 -04:00
Paul Gilbert
1992afe4aa TITANIC: Added TTconceptNode createConcept 2016-07-15 19:15:36 -04:00