aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_npc_script.cpp
AgeCommit message (Collapse)Author
2016-09-02TITANIC: Fix default return of TTnpcScript::handleQuotePaul Gilbert
2016-09-02TITANIC: Minor fix and cleanup for NPC talking startupPaul Gilbert
2016-08-27TITANIC: Implemented more game classes, fleshed out season handlingPaul Gilbert
2016-08-01TITANIC: Fix warningsEugene Sandulenko
2016-07-31TITANIC: Added LiftbotScript methodsPaul Gilbert
2016-07-31TITANIC: Adding lots of const prefixesPaul Gilbert
2016-07-31TITANIC: Added DeskbotScript preprocessPaul Gilbert
2016-07-30TITANIC: Added BellbotScript preprocessPaul Gilbert
2016-07-30TITANIC: Added NPC randomResponse methods, reworked NPC dataPaul Gilbert
2016-07-29TITANIC: Rename NPC scripts proc25 to doSentenceEntryPaul Gilbert
2016-07-29TITANIC: Handle NPC postResponse methodsPaul Gilbert
2016-07-29TITANIC: Add NPC preResponse methodsPaul Gilbert
2016-07-28TITANIC: Added BarbotScript updateStatePaul Gilbert
2016-07-27TITANIC: Added BellbotScript updateStatePaul Gilbert
2016-07-27TITANIC: Renaming for NPC state methodsPaul Gilbert
2016-07-27TITANIC: Moved handleQuote data arrays to datafilePaul Gilbert
2016-07-26TITANIC: Added remainder of BarbotScript handleQuotePaul Gilbert
2016-07-26TITANIC: Split NPC script support data structures to their own filePaul Gilbert
2016-07-25TITANIC: Added Bellbot & Deskbot proc25Paul Gilbert
2016-07-25TITANIC: Added BarbotScript proc25Paul Gilbert
2016-07-25TITANIC: Added NPC scripts gitDialsBitsets methodsPaul Gilbert
2016-07-24TITANIC: Load word lists for each NPC Script classPaul Gilbert
2016-07-24TITANIC: More NPC Script support methodsPaul Gilbert
2016-07-24TITANIC: Adding NPC Script support methodsPaul Gilbert
2016-07-24TITANIC: Finish TTbarbotScript process methodPaul Gilbert
2016-07-24TITANIC: In progress adding TTbarbotScript process methodPaul Gilbert
2016-07-22TITANIC: Add support for arbitrary window event targetsPaul Gilbert
Also moved all standard game event methods to CMainGameWindow. This will allow for the Continue Save dialog to be added in and get events instead of the game window
2016-07-20TITANIC: Fixes for saving & loading savegamesPaul Gilbert
2016-07-15TITANIC: Added TTtalker methodsPaul 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 Deskbot dial test methodsPaul Gilbert
2016-07-15TITANIC: Added TTnpcScript getDialLevelPaul Gilbert
2016-07-15TITANIC: Add loading of NPC tag maps, TTnpcScript translateId methodPaul Gilbert
2016-07-15TITANIC: Beginnings of BarbotScript processPaul Gilbert
2016-07-15TITANIC: Added TTnpcScript checkItemsPaul Gilbert
2016-07-15TITANIC: Add loading of NPC sentence entry dataPaul Gilbert
2016-07-15TITANIC: Load NPC mapping tablesPaul Gilbert
2016-07-15TITANIC: Beginnings of loading NPC range dataPaul Gilbert
2016-07-15TITANIC: Added TTnpcScript setupDialsPaul Gilbert
2016-07-15TITANIC: Added TTnpcScript getRangeValuePaul Gilbert
2016-07-15TITANIC: Fleshing out usage of TTscriptArrayItem in TTnpcScriptPaul Gilbert
2016-07-15TITANIC: Fix startup crash when creating NPC scriptsPaul Gilbert
2016-07-15TITANIC: Implemented TTnpcScript loadQuotesPaul Gilbert
2016-07-15TITANIC: Finished TTnpcScript processSentencePaul Gilbert
2016-07-15TITANIC: Beginnings of script handler processSentencePaul Gilbert
2016-07-15TITANIC: New TTsentenceEntries class for holding sentence res dataPaul Gilbert
2016-07-15TITANIC: Remove redundant CScriptHandlerSub classPaul Gilbert
2016-07-15TITANIC: Implement TTnpcScript selectResponsePaul Gilbert
2016-07-15TITANIC: More script dial methodsPaul Gilbert