Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Paul Gilbert
9127f5245f
TITANIC: DE: Adding sound translations
2017-09-20 22:33:18 -04:00
Paul Gilbert
cb96b15ee6
TITANIC: Workaround for broken light in 1st class suite
2017-01-16 12:11:51 -05:00
Paul Gilbert
efb43d9621
TITANIC: Renaming checks for player's first class suite
2017-01-16 11:50:42 -05:00
Paul Gilbert
3e2f084b41
TITANIC: Rename light fields to more closely match original
2017-01-16 11:36:44 -05:00
Paul Gilbert
953e4e6d21
TITANIC: Renamings for light switches
2017-01-16 09:55:00 -05:00
Paul Gilbert
8eaf094bf5
TITANIC: Move text messages to DAT file
2016-09-10 23:16:15 -04:00
Paul Gilbert
3a20dca0cb
TITANIC: Implemented more game classes
2016-08-23 21:46:04 -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
0471a25575
TITANIC: Implement light switch and buttons
2016-02-28 12:46:48 -05:00