aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_talker.h
AgeCommit message (Collapse)Author
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2017-09-24TITANIC: Don't launch further bot speeches when exiting gamePaul Gilbert
Previously, notifying bots to the end of a speech fragment was done in ~TTtalker. Which caused problems when in progress talkers were freed when exiting the game with a speech was in progress, since it would try to start the next following speech fragment.
2017-06-24TITANIC: Fix some incorrectly named speech method parametersPaul Gilbert
2016-09-03TITANIC: Fix updating mixer during cutscenes, ending NPC speechPaul Gilbert
2016-09-02TITANIC: Figured out sound durations for speeches & SFXPaul Gilbert
2016-07-15TITANIC: Added TTtalker methodsPaul Gilbert
2016-07-15TITANIC: Added CTrueTalkManager playSpeechPaul Gilbert
2016-07-10TITANIC: Adding CTrueTalkManager support methodsPaul Gilbert
2016-07-10TITANIC: Implementing TTTalkerPaul Gilbert