aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk
AgeCommit message (Collapse)Author
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
2016-11-13TITANIC: Properly initialize NPC scriptsPaul Gilbert
2016-11-11TITANIC: Fix NPCs responding to common phrasesPaul Gilbert
2016-11-11TITANIC: Field renamings, and fix for incorrect switch casesPaul Gilbert
2016-11-10TITANIC: Fix hang searching quotes treePaul Gilbert
2016-11-10TITANIC: Properly display LiftBot's greeting speechPaul Gilbert
2016-11-10TITANIC: Play speech at full volumePaul Gilbert
2016-11-07TITANIC: Simplify freeing class list on exitPaul Gilbert
2016-11-06TITANIC: Fix BellBot's intro speechPaul Gilbert
2016-11-06TITANIC: Fix Deskbot saying your assigned roomPaul Gilbert
2016-11-06TITANIC: Fix parser crash giving the same response multiple timesPaul Gilbert
2016-11-06TITANIC: Workaround original game bug in fish responsePaul Gilbert
The original was meant to allow you to enter "fish" in response to the Deskbot's fish question, but it didn't because fish was also recognised as a common phrase for replacement during pre-processing
2016-11-06TITANIC: Fix crash in TTparser::processModifiersPaul Gilbert
2016-11-05TITANIC: Further changes to use PassengerClass enumPaul Gilbert
2016-11-05TITANIC: Some renamings in DeskbotScriptPaul Gilbert
2016-11-05TITANIC: Fix showing replies with multiple response fragmentsPaul Gilbert
2016-11-05TITANIC: Parser fix for saying 'no' to having reservationPaul Gilbert
2016-11-04TITANIC: Fix removing parser nodes after processingPaul Gilbert
2016-11-03TITANIC: Parser fixes for using unrecognised wordsPaul Gilbert
2016-11-03TITANIC: Fix copying concepts in getFrameEntryPaul Gilbert
2016-11-03TITANIC: Fix choosing correct vocab matches for wordsPaul Gilbert
2016-11-02TITANIC: Parser fixesPaul Gilbert
2016-11-02TITANIC: Disable secondary spatial sources of speech playbackPaul Gilbert
2016-11-02TITANIC: Fix correctly getting the Deskbot's scriptPaul Gilbert
2016-10-31TITANIC: Fix another compiler warningPaul Gilbert
2016-10-31TITANIC: Fix compiler warningsPaul Gilbert
2016-10-30TITANIC: Add extra field initializationsPaul Gilbert
2016-10-24TITANIC: Add conversation text to the PETPaul Gilbert
2016-10-23TITANIC: Match the CWaveFile duration method closer to originalPaul Gilbert
2016-10-22TITANIC: Fix looping in CTrueTalkManager::triggerNPCPaul Gilbert
2016-10-17TITANIC: Remove always-true testOri Avtalion
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-05TITANIC: Convert some dynamic_casts back to static_cast as appropriatePaul Gilbert
2016-09-03TITANIC: Fix updating mixer during cutscenes, ending NPC speechPaul Gilbert
2016-09-03TITANIC: Cleanup of title engine classPaul Gilbert
2016-09-02TITANIC: Cleanup of True Talk classesPaul Gilbert
2016-09-02TITANIC: Figured out sound durations for speeches & SFXPaul Gilbert
2016-09-02TITANIC: Fix cahce scan in CDialogueFile::addToCachePaul Gilbert
2016-09-02TITANIC: Fixes to building NPC response chainPaul Gilbert
2016-09-02TITANIC: Fix default return of TTnpcScript::handleQuotePaul Gilbert
2016-09-02TITANIC: Minor fix and cleanup for NPC talking startupPaul Gilbert
2016-09-01TITANIC: Add room script field initializationPaul Gilbert
2016-09-01TITANIC: Implement timed changes in volume like the original doesPaul Gilbert
2016-09-01TITANIC: Convert many static_casts to dynamic_castPaul Gilbert
2016-08-29TITANIC: Remove CTrueTalkManager update2 methodPaul Gilbert
The original was actually the update method for an audio buffer list. This is thus unneeded in ScummVM, which automatically handles sound updates
2016-08-29TITANIC: Further code cleanup, identified game mode 5Paul Gilbert
2016-08-27TITANIC: Implemented more game classes, fleshed out season handlingPaul Gilbert
2016-08-20TITANIC: Fix compiler warningsPaul Gilbert