Commit graph

14 commits

Author SHA1 Message Date
Paul Gilbert
77474f9020 TITANIC: Fix handling text input for LiftBot 2016-11-10 21:56:23 -05:00
Paul Gilbert
c0b95cd234 TITANIC: Fix to start conversation with LiftBot 2016-11-10 20:03:57 -05:00
Paul Gilbert
a2af8fb051 TITANIC: Change endTalking to setTalking 2016-11-02 20:03:28 -04:00
Paul Gilbert
4a90553bf3 TITANIC: Cleanup calls to playClip 2016-11-01 23:03:51 -04:00
Paul Gilbert
a8dd2856b7 TITANIC: Fix getting NPC animation name lists 2016-10-13 23:10:10 -04:00
Paul Gilbert
65bc8cb83c TITANIC: Implemented more game classes 2016-08-22 19:25:36 -04:00
Paul Gilbert
08938ccfc8 TITANIC: Fix some compiler warnings 2016-08-15 19:17:18 -04:00
Paul Gilbert
af85a2a3fa TITANIC: Implemented CLiftBot class 2016-08-13 21:00:57 -04:00
Paul Gilbert
5ccc0a66da TITANIC: Removed const modifier from all saveable objects
Turns out that CGameObject::save regenerates the _movieRangeInfo list.
So the const suffix can no longer be used for the entire hierarchy
2016-07-15 19:25:58 -04:00
Paul Gilbert
9f1bab5597 TITANIC: Converting other message stubs to new format 2016-04-07 22:03:35 -04:00
Paul Gilbert
66e198d665 TITANIC: Cleanup and fixes for message hierarchy 2016-03-24 07:49:59 -04:00
Paul Gilbert
4f5202f958 TITANIC: Remove const prefix from passed messages
Turns out that some of the messages have properties that the objects
that handle them can set. For example, the CMouseDragStartMsg has a
_dragItem property that an item that allows dragging will explicitly
set, allowing the input handler to keep track of what was dragged.
2016-03-18 23:18:59 -04:00
Paul Gilbert
12ae5e10f3 TITANIC: Added stubbed CEnterRoomMsg event handlers as needed 2016-03-17 20:55:32 -04:00
Paul Gilbert
06ce0dbfdd TITANIC: Implement TrueTalk NPC classes 2016-02-25 21:42:10 -05:00