aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_scripts.cpp
AgeCommit message (Collapse)Author
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-07-30TITANIC: Adding BellbotScript support methodsPaul Gilbert
2016-07-15TITANIC: Remove deprecated NPC methods for data now loaded from DAT filePaul Gilbert
2016-07-15TITANIC: Implemented TTnpcScript loadQuotesPaul Gilbert
2016-07-10TITANIC: Beginnings of TTinput classPaul Gilbert
2016-07-10TITANIC: Further renaming of named scripts to npc scriptsPaul Gilbert
2016-07-10TITANIC: Changing TTNamed* classes to TTNpc*Paul Gilbert
2016-07-10TITANIC: Renamed TT unnamed script classes to room scriptsPaul Gilbert
2016-03-12TITANIC: Implemented true talk manager & script loadingPaul Gilbert
2016-03-12TITANIC: Added stubs for the different script classesPaul Gilbert
2016-03-11TITANIC: Beginnings of True Talk scripts hierarchyPaul Gilbert