Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-18 | TITANIC: Add VocabMode enum, fix German vocab loading | Paul Gilbert | |
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David 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-28 | TITANIC: Revert field renamings in CScriptHandler | Paul 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-28 | TITANIC: Further CScriptHandler renamings | Paul Gilbert | |
2017-01-28 | TITANIC: Renamed sentence concept fields in CScriptHandler | Paul Gilbert | |
2017-01-15 | TITANIC: Removal of un-used fields to reduce Buildbot warnings | Paul 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-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-09-02 | TITANIC: Cleanup of True Talk classes | Paul Gilbert | |
2016-09-02 | TITANIC: Minor fix and cleanup for NPC talking startup | Paul Gilbert | |
2016-07-30 | TITANIC: Added BellbotScript process | Paul Gilbert | |
2016-07-27 | TITANIC: Renaming for NPC state methods | Paul Gilbert | |
2016-07-24 | TITANIC: Load word lists for each NPC Script class | Paul Gilbert | |
2016-07-24 | TITANIC: Adding NPC Script support methods | Paul Gilbert | |
2016-07-15 | TITANIC: Remove redundant CScriptHandlerSub class | Paul Gilbert | |
2016-07-15 | TITANIC: Renaming script methods | Paul Gilbert | |
2016-07-15 | TITANIC: Set up loading of deskbot & bellbot script response lists | Paul Gilbert | |
2016-07-15 | TITANIC: Further fleshing out of TTscriptBase | Paul Gilbert | |
2016-07-15 | TITANIC: Added TTconcept destructor | Paul Gilbert | |
2016-07-15 | TITANIC: Added concept pointers to CScriptHandler | Paul Gilbert | |
2016-07-15 | TITANIC: New TTconcept constructor and copy methods | Paul Gilbert | |
2016-07-15 | TITANIC: Beginning of TTparser findFrames | Paul Gilbert | |
2016-07-15 | TITANIC: Changed TTinput to TTsentence to match original | Paul Gilbert | |
2016-07-15 | TITANIC: Changed parser & script processInput methods to preprocess | Paul Gilbert | |
2016-07-10 | TITANIC: Beginning of parser input line normalization | Paul Gilbert | |
2016-07-10 | TITANIC: Beginnings of TTinput class | Paul Gilbert | |
2016-07-10 | TITANIC: Implement TTword hierarchy virtual methods | Paul Gilbert | |
2016-07-10 | TITANIC: Rename CScriptHandlerSub2 to TTparser | Paul Gilbert | |
2016-07-10 | TITANIC: Rename STVocab to TTvocab to match original | Paul Gilbert | |
2016-07-10 | TITANIC: Change CFileReader to CExeResoucres | Paul Gilbert | |
2016-07-10 | TITANIC: Fix script handler initialization | Paul Gilbert | |
2016-07-10 | TITANIC: Beginnings of TTWord hierarchy | Paul Gilbert | |
2016-07-10 | TITANIC: More script handler setup | Paul Gilbert | |
2016-07-10 | TITANIC: Beginnings of STVocab class, CScriptHandler constructor | Paul Gilbert | |
2016-07-10 | TITANIC: Implementing scriptChanged methods | Paul Gilbert | |
2016-07-10 | TITANIC: Changing TTNamed* classes to TTNpc* | Paul Gilbert | |
2016-07-10 | TITANIC: Setting up of title engine and title script | Paul Gilbert | |
2016-07-10 | TITANIC: Implement CTrueTalkManager triggerNPC | Paul Gilbert | |
2016-07-10 | TITANIC: Beginnings of input line processing | Paul Gilbert | |
2016-07-10 | TITANIC: Beginnings of script handler | Paul Gilbert | |