Commit Graph
13 Commits
Author SHA1 Message Date
Paul Gilbert c339e3261d TITANIC: Renamed GlobalSound methods to AmbientSound 2017-10-13 18:03:30 -04:00
Paul Gilbert 850dcdbdf8 TITANIC: Add a VolumeMode enum 2017-07-16 16:18:16 -04:00
Paul Gilbert 46076c0ac5 TITANIC: Fix operation of Phonograph play button 2017-02-16 23:37:27 -05:00
Paul Gilbert 01bea5a6d8 TITANIC: Fix opening/closing Phonograph cylinder holder 2017-02-14 21:20:23 -05:00
Paul Gilbert 8747e59c03 TITANIC: Renaming of phonograph fields 2017-02-13 22:40:50 -05:00
Paul Gilbert 534ec946dd TITANIC: Some phonograph cleanup, fix record button 2017-02-13 21:46:12 -05:00
Paul Gilbert 40ec26b343 TITANIC: Implemented phonograph classes 2016-08-27 11:15:23 -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 32d84ed33d TITANIC: Added lots more miscellaneous classes 2016-03-01 08:07:05 -05:00