aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_npc_script.cpp
AgeCommit message (Collapse)Author
2017-10-09TITANIC: Fix Coverity warningsPaul Gilbert
2017-10-06TITANIC: DE: Fixes to vocabs, strings, and font in titanic.datPaul Gilbert
2017-09-17TITANIC: Added German specific TTnpcScript doSentenceEntry codePaul Gilbert
I'm not entirely happy I had to put this in the base TTnpcScript rather than somewhere in the new german/ subfolder, but I couldn't think of any clean way to do it except nasty designs like diamond multiple inheritance
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-07-19TITANIC: Fix quote searches done by all the botsPaul Gilbert
2017-06-19TITANIC: Fix NPC data copying/clearing in copyDataPaul Gilbert
2017-02-04TITANIC: Add missing copyData method to TTnpcScriptPaul Gilbert
2017-01-28TITANIC: Revert field renamings in CScriptHandlerPaul 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-28TITANIC: Further CScriptHandler renamingsPaul Gilbert
2016-12-17TITANIC: Fix saving games when there is range data to be includedPaul Gilbert
2016-12-17TITANIC: Revert incorrect change to category check in processEntriesPaul Gilbert
2016-12-16TITANIC: Fix getting 1st class suite from DeskbotPaul Gilbert
2016-12-15TITANIC: Fix saving and loading of NPC dial valuesPaul Gilbert
2016-11-11TITANIC: Field renamings, and fix for incorrect switch casesPaul Gilbert
2016-11-07TITANIC: Simplify freeing class list on exitPaul Gilbert
2016-11-06TITANIC: Fix BellBot's intro speechPaul Gilbert
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