aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_script_base.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-24TITANIC: Fix initialisation of the title scriptPaul Gilbert
2016-11-13TITANIC: Properly initialize NPC scriptsPaul Gilbert
2016-11-05TITANIC: Fix showing replies with multiple response fragmentsPaul Gilbert
2016-09-02TITANIC: Fixes to building NPC response chainPaul Gilbert
2016-07-30TITANIC: Added BellbotScript processPaul Gilbert
2016-07-27TITANIC: Renaming for NPC state methodsPaul Gilbert
2016-07-15TITANIC: Beginnings of BarbotScript processPaul Gilbert
2016-07-15TITANIC: Further fleshing out of TTscriptBasePaul Gilbert
2016-07-15TITANIC: Fleshing out TTscriptBase classPaul Gilbert
2016-07-15TITANIC: Implement TTconcept getTextPaul Gilbert
2016-07-15TITANIC: Add proper destruction of node chainsPaul Gilbert
2016-07-15TITANIC: Changed TTinput to TTsentence to match originalPaul Gilbert
2016-07-15TITANIC: Beginnings of TThist classPaul 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-03-11TITANIC: Beginnings of True Talk scripts hierarchyPaul Gilbert