aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk
AgeCommit message (Collapse)Author
2017-06-24TITANIC: Fix some incorrectly named speech method parametersPaul Gilbert
2017-06-24TITANIC: Remove warning for unknown NPC in getNpcScriptPaul Gilbert
Turns out the origional explicitly renames NPCs in some cases when they don't want the NPC to be responsive. Such as the MaitreD name being set to MaitreLoop03 when he's viewed from behind
2017-06-22TITANIC: Implement German parser preprocessingPaul Gilbert
2017-06-22TITANIC: Fix German strings array size in getSuffixedWordPaul Gilbert
2017-06-22TITANIC: Add German handling to getSuffixedWordPaul Gilbert
2017-06-19TITANIC: Fix NPC data copying/clearing in copyDataPaul Gilbert
2017-06-17TITANIC: Change of resource names from titanic.datPaul Gilbert
2017-06-12TITANIC: Fix saying goodbye to BellbotPaul Gilbert
2017-06-12TITANIC: Add missing addNode to WC_ABSTRACT handlingPaul Gilbert
2017-02-19TITANIC: Remove unused fields from TTtitleScriptPaul Gilbert
2017-02-04TITANIC: Add missing copyData method to TTnpcScriptPaul Gilbert
2017-01-28TITANIC: Fix Barbot telling what ingredients are still neededPaul 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
2017-01-28TITANIC: Renamed sentence concept fields in CScriptHandlerPaul Gilbert
2017-01-28TITANIC: Properly handle sentences with multiple objectsPaul Gilbert
2017-01-28TITANIC: Properly handle uppercase and 's when normalizing conv textPaul Gilbert
2017-01-27TITANIC: Properly initialize TTconcept fields on creationPaul Gilbert
2017-01-27TITANIC: Use ParserAction enum in calls to addNodePaul Gilbert
2017-01-27TITANIC: Don't untimely remove unrecognised COMPLEX_VERB parser nodesPaul Gilbert
2017-01-25TITANIC: Simplify TTconceptNode setConceptPaul Gilbert
2017-01-24TITANIC: Handle index 0 in TTconceptNode setConceptPaul Gilbert
2017-01-24TITANIC: Fix TTconcept checkWordClass for script conceptsPaul Gilbert
2017-01-24TITANIC: Fix initialisation of the title scriptPaul Gilbert
2017-01-22TITANIC: Fix infinite loop in BarbotScriptPaul Gilbert
2017-01-21TITANIC: Have Bellbot properly excited when told to smash TV SetPaul Gilbert
2017-01-21TITANIC: Formatting fixes for else blocksPaul Gilbert
2017-01-20TITANIC: Excite Parrot when we come bearing chickenPaul Gilbert
2017-01-16TITANIC: Fix some Liftbot dialogue responsesPaul Gilbert
2017-01-16TITANIC: Fix locating vocab words in getPrimeWordPaul Gilbert
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
2017-01-11TITANIC: Fix Barbot response to requesting vision centerPaul Gilbert
2017-01-11TITANIC: Fix return value of BarbotScript doSentenceEntryPaul Gilbert
2017-01-10TITANIC: Remove duplicated fields from TTsynonymPaul Gilbert
2017-01-09TITANIC: Fix Barbot's introduction spielPaul Gilbert
2016-12-19TITANIC: Stop automatically dragging parrot when entering cage close-upPaul Gilbert
2016-12-18TITANIC: Fix parrot check when starting TrueTalkPaul Gilbert
2016-12-17TITANIC: Fix saving games when there is range data to be includedPaul Gilbert
2016-12-17TITANIC: Fix initialization of new TTsentence objectsPaul 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-16TITANIC: Fix null pointer crash talking to DeskbotPaul Gilbert
2016-12-15TITANIC: Fix saving and loading of NPC dial valuesPaul Gilbert
2016-12-15TITANIC: Extra initialization of TTconcept fieldsPaul Gilbert
2016-12-01TITANIC: Fix Succubus greeting message when there's mailPaul Gilbert
2016-11-30TITANIC: Fix caseless string contains checksPaul Gilbert
2016-11-30TITANIC: Fix getting Succubus's NPC scriptPaul Gilbert
2016-11-17TITANIC: Change some #if 0 to use SPATIAL_SOUND as a better descriptionPaul Gilbert
2016-11-13TITANIC: Fix crash in setConcept when src is nullPaul Gilbert
2016-11-13TITANIC: Fix incorrect local assignment in CHECK_COMMAND_FORM casePaul Gilbert