aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.cpp
AgeCommit message (Collapse)Author
2017-09-24TITANIC: Fix crash if you exit the game whilst a bot is talkingPaul Gilbert
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-08-07TITANIC: Fix bots freezing up during long conversationsPaul Gilbert
2017-06-12TITANIC: Fix bots to do more than a single idle sequencePaul Gilbert
2017-04-04TITANIC: Change debug level constants to have a DEBUG_ prefixPaul Gilbert
2017-01-20TITANIC: NpcFlag enum is now completely namedPaul Gilbert
2016-10-29TITANIC: Renaming NPCFLAG enum values for idlingPaul Gilbert
2016-10-28TITANIC: More renaming and debug loggingPaul Gilbert
2016-10-28TITANIC: Renames and adding debuggingPaul Gilbert
2016-10-27TITANIC: Fix setting up timer action stringsPaul Gilbert
2016-10-23TITANIC: Fix showing multiple NPC animations as Doorbot speaksPaul Gilbert
2016-10-23TITANIC: Start Doorbot animating in closeup conversationPaul Gilbert
2016-10-13TITANIC: Fix getting NPC animation name listsPaul Gilbert
2016-09-02TITANIC: Figured out sound durations for speeches & SFXPaul Gilbert
2016-08-28TITANIC: Implemented remaining game classesPaul Gilbert
2016-08-22TITANIC: Implemented more game classesPaul Gilbert
2016-08-22TITANIC: Cleanup of engine referencesPaul Gilbert
2016-08-09TITANIC: Implemented more sound related classesPaul Gilbert
2016-08-02TITANIC: Fix compiler warningsPaul Gilbert
2016-08-01TITANIC: Fix warningsEugene Sandulenko
2016-07-15TITANIC: Removed const modifier from all saveable objectsPaul Gilbert
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy
2016-07-15TITANIC: Set up empty message targets for classes without messagesPaul Gilbert
2016-07-15TITANIC: Adding CGameObject methodsPaul Gilbert
2016-07-15TITANIC: Adding more game object methodsPaul Gilbert
2016-07-15TITANIC: Fleshing out CGameObject and CPetControl methodsPaul Gilbert
2016-07-15TITANIC: Finished Deskbot message handlersPaul Gilbert
2016-07-15TITANIC: Adding CDeskbot message handlersPaul Gilbert
2016-07-10TITANIC: Implementing TTTalkerPaul Gilbert
2016-07-10TITANIC: Beginnings of input line processingPaul Gilbert
2016-07-10TITANIC: Implemented more CTrueTalkNPC message handlersPaul Gilbert
2016-07-10TITANIC: In progress message handlers for CTrueTalkNPCPaul Gilbert
2016-02-25TITANIC: Implemented CSuccUBus and ancestor classesPaul Gilbert