aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/parrot_script.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-08-17TITANIC: Fix talking to ParrotPaul Gilbert
2017-01-20TITANIC: Excite Parrot when we come bearing chickenPaul Gilbert
2016-11-11TITANIC: Field renamings, and fix for incorrect switch casesPaul Gilbert
2016-07-31TITANIC: Adding lots of const prefixesPaul Gilbert
2016-07-30TITANIC: Added BellbotScript scriptChangedPaul Gilbert
2016-07-29TITANIC: Handle NPC getDialsBitset methodsPaul Gilbert
2016-07-29TITANIC: Rename NPC scripts proc25 to doSentenceEntryPaul Gilbert
2016-07-29TITANIC: Handle NPC postResponse methodsPaul Gilbert
2016-07-25TITANIC: Added Bellbot & Deskbot proc25Paul Gilbert
2016-07-25TITANIC: Added BarbotScript proc25Paul Gilbert
2016-07-15TITANIC: Replace NPC proc23 methods with a single getMappingPaul Gilbert
2016-07-15TITANIC: Remove deprecated NPC methods for data now loaded from DAT filePaul Gilbert
2016-07-15TITANIC: Added ParrotScript scriptChangedPaul Gilbert
2016-07-15TITANIC: Changed NPC proc7 definitions to processPaul Gilbert
2016-07-15TITANIC: Changed NPC proc10 definitions to scriptChangedPaul Gilbert
2016-07-15TITANIC: Add loading of NPC sentence entry dataPaul Gilbert
2016-07-15TITANIC: Load NPC mapping tablesPaul Gilbert
2016-07-15TITANIC: Remove unneeded NPC setupRanges methodsPaul Gilbert
2016-07-15TITANIC: Renamings for script setupRangesPaul Gilbert
2016-07-15TITANIC: Finished TTnpcScript processSentencePaul Gilbert
2016-07-15TITANIC: Implementing npc scripts chooseResponse methodsPaul Gilbert
2016-07-15TITANIC: Set up loading of deskbot & bellbot script response listsPaul Gilbert
2016-07-15TITANIC: Adding TTnpcScript dialogue Id handlingPaul Gilbert
2016-03-13TITANIC: Change some script method return typesPaul Gilbert
2016-03-12TITANIC: Added stubs for the different script classesPaul Gilbert