aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_handler.cpp
AgeCommit message (Collapse)Author
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