aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_handler.cpp
AgeCommit message (Collapse)Author
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
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-01-28TITANIC: Revert field renamings in CScriptHandlerPaul Gilbert
I initially thought the four concept fields could be given a relevant name for actor, object, and verb, but on further analysis, it looks like what fields go in which concept slot depends on the kind of sentence. I haven't been able to find any consistency, so I'm reverting them back to being called _concept1P through _concept4P
2017-01-28TITANIC: Further CScriptHandler renamingsPaul Gilbert
2017-01-28TITANIC: Renamed sentence concept fields in CScriptHandlerPaul Gilbert
2017-01-15TITANIC: Removal of un-used fields to reduce Buildbot warningsPaul Gilbert
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-02TITANIC: Cleanup of True Talk classesPaul Gilbert
2016-09-02TITANIC: Minor fix and cleanup for NPC talking startupPaul Gilbert
2016-07-30TITANIC: Added BellbotScript processPaul Gilbert
2016-07-27TITANIC: Renaming for NPC state methodsPaul Gilbert
2016-07-24TITANIC: Load word lists for each NPC Script classPaul Gilbert
2016-07-24TITANIC: Adding NPC Script support methodsPaul Gilbert
2016-07-15TITANIC: Remove redundant CScriptHandlerSub classPaul Gilbert
2016-07-15TITANIC: Renaming script methodsPaul Gilbert
2016-07-15TITANIC: Set up loading of deskbot & bellbot script response listsPaul Gilbert
2016-07-15TITANIC: Further fleshing out of TTscriptBasePaul Gilbert
2016-07-15TITANIC: Added TTconcept destructorPaul Gilbert
2016-07-15TITANIC: Added concept pointers to CScriptHandlerPaul Gilbert
2016-07-15TITANIC: New TTconcept constructor and copy methodsPaul Gilbert
2016-07-15TITANIC: Beginning of TTparser findFramesPaul Gilbert
2016-07-15TITANIC: Changed TTinput to TTsentence to match originalPaul Gilbert
2016-07-15TITANIC: Changed parser & script processInput methods to preprocessPaul Gilbert
2016-07-10TITANIC: Beginning of parser input line normalizationPaul Gilbert
2016-07-10TITANIC: Beginnings of TTinput classPaul Gilbert
2016-07-10TITANIC: Implement TTword hierarchy virtual methodsPaul Gilbert
2016-07-10TITANIC: Rename CScriptHandlerSub2 to TTparserPaul Gilbert
2016-07-10TITANIC: Rename STVocab to TTvocab to match originalPaul Gilbert
2016-07-10TITANIC: Change CFileReader to CExeResoucresPaul Gilbert
2016-07-10TITANIC: Fix script handler initializationPaul Gilbert
2016-07-10TITANIC: Beginnings of TTWord hierarchyPaul Gilbert
2016-07-10TITANIC: More script handler setupPaul Gilbert
2016-07-10TITANIC: Beginnings of STVocab class, CScriptHandler constructorPaul Gilbert
2016-07-10TITANIC: Implementing scriptChanged methodsPaul Gilbert
2016-07-10TITANIC: Changing TTNamed* classes to TTNpc*Paul Gilbert
2016-07-10TITANIC: Setting up of title engine and title scriptPaul Gilbert
2016-07-10TITANIC: Implement CTrueTalkManager triggerNPCPaul Gilbert
2016-07-10TITANIC: Beginnings of input line processingPaul Gilbert
2016-07-10TITANIC: Beginnings of script handlerPaul Gilbert