Paul Gilbert
8f6649cfb1
TITANIC: DE: Add miscellaneous missed sound translations
2017-09-21 20:27:18 -04:00
Paul Gilbert
9127f5245f
TITANIC: DE: Adding sound translations
2017-09-20 22:33:18 -04:00
Paul Gilbert
37d0b401cb
TITANIC: DE: Adding German translations
2017-09-19 22:50:39 -04:00
Paul Gilbert
7376458137
TITANI: Fix auto-showing Call button outside music room Pellerator
2017-08-15 22:21:12 -04:00
Paul Gilbert
78a1d34e78
TITANIC: Fix animation when leaving fusebox
2017-08-11 21:00:15 -04:00
Paul Gilbert
c55e83e776
TITANIC: Remove development link left in computer screen view
2017-08-06 17:45:27 -04:00
Paul Gilbert
a14bc53ba5
TITANIC: Fix arrow key movement in front of Parrot cage
2017-08-06 14:40:44 -04:00
Paul Gilbert
d9be91cc34
TITANIC: Only allow exiting SGT minilifts on the ground floor
2017-08-05 14:48:50 -04:00
Paul Gilbert
a04f35b4df
TITANIC: Change Titania to use speech sound type
2017-06-25 10:56:42 -04:00
Paul Gilbert
925c5f2d33
TITANIC: Fixes to destinations when exiting the lifts
2017-06-22 21:41:14 -04:00
Paul Gilbert
69c74685c3
TITANIC: Renamings for room flags sublevel methods
2017-06-21 19:48:03 -04:00
Paul Gilbert
5a512c1c2c
TITANIC: Fix exiting elevator 3 on floor 28
2017-06-19 21:14:28 -04:00
Paul Gilbert
314c795d21
TITANIC: Cleanup of movie flags
2017-02-16 21:42:42 -05:00
Paul Gilbert
d56e4e4584
TITANIC: Further renamings for CGameObject
2017-02-16 21:34:59 -05:00
Paul Gilbert
d4e2697adb
TITANIC: Don't allow entering Arboretum Pellerator during winter
2017-01-15 12:08:46 -05:00
Paul Gilbert
1aeaab095e
TITANIC: Fix leaving Arboretum after changing seasons
2017-01-14 17:11:22 -05:00
Paul Gilbert
585fcc2dae
TITANIC: Renamings for Arboretum Gate
2017-01-14 16:02:18 -05:00
Paul Gilbert
6cea9c4382
TITANIC: Fix leaving restaurant table close-up
2017-01-11 21:24:19 -05:00
Paul Gilbert
13932b68a5
TITANIC: Fix entering & exiting first class suites
2016-12-16 21:27:43 -05:00
Paul Gilbert
a90a4c8bc2
TITANIC: Fix leaving 2nd class suites
2016-12-08 20:03:28 -05:00
Paul Gilbert
6ab6fb8b19
TITANIC: Fix leaving lift at SGT floor
2016-11-11 22:05:24 -05:00
Paul Gilbert
57cd02b048
TITANIC: Fix hovering cursor for restricted doors
2016-11-06 23:09:00 -05:00
Paul Gilbert
6eac69f45a
TITANIC: Replaced int passenger class with PassengerClass enum
2016-11-05 11:02:39 -04:00
Eugene Sandulenko
dead4aa014
JANITORIAL: Remove trailing spaces
2016-10-09 14:59:58 +02:00
Paul Gilbert
8eaf094bf5
TITANIC: Move text messages to DAT file
2016-09-10 23:16:15 -04:00
Paul Gilbert
4933b59e8e
TITANIC: Implemented remaining game classes
2016-08-28 14:39:59 -04:00
Paul Gilbert
1dcfe25808
TITANIC: Implemented SGT game classes
2016-08-28 09:14:30 -04:00
Paul Gilbert
67be58f562
TITANIC: Implemented more game classes, fleshed out season handling
2016-08-27 20:44:44 -04:00
Paul Gilbert
311006c84c
TITANIC: Implemented restaurant related game classes
2016-08-27 18:29:16 -04:00
Paul Gilbert
41ee7dd371
TITANIC: Implemented more game classes
2016-08-26 07:47:31 -04:00
Paul Gilbert
9a71c9166b
TITANIC: Implemented more game classes and music widget classes
2016-08-25 22:13:04 -04:00
Paul Gilbert
1f0b9cb68d
TITANIC: Implemented more game classes
2016-08-25 20:46:33 -04:00
Paul Gilbert
8b3829549a
TITANIC: Cleanup of engine references
2016-08-22 20:22:41 -04:00
Paul Gilbert
06008ae5ca
TITANIC: Implemented more game classes
2016-08-21 11:25:39 -04:00
Paul Gilbert
04242118ca
TITANIC: Implemented more game classes
2016-08-20 15:11:07 -04:00
Paul Gilbert
3c2c82fcd5
TITANIC: Implemented more game classes
2016-08-19 23:41:19 -04:00
Paul Gilbert
4c7985c3c9
TITANIC: Implemented various pellerator classes
2016-08-16 21:04:19 -04:00
Paul Gilbert
4d79ee16c0
TITANIC: Add semicolon after CLASSDEF macro usage
2016-07-24 20:30:56 -04:00
Paul Gilbert
0ed7b463e8
TITANIC: Fixes for saving & loading savegames
2016-07-20 21:51:44 -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
51dc36a9a5
TITANIC: Furhter in-progress message handling conversion
2016-04-06 23:28:42 -04:00
Paul Gilbert
d9cc2908f8
TITANIC: Make all use of message targets public inheritance
2016-03-24 12:51:44 -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
a8d94d448e
TITANIC: Fixes to make message handling const, adding CEnterRoomMsg handlers
2016-03-17 19:58:59 -04:00
Paul Gilbert
7375394b81
TITANIC: Converting saveable objects hierarchy to have type data
...
This is necessary for at least message sending, and probably other
areas, that needs to be able to pass class filtering for message
targets. And I could figure out a clean way to use the built-in RTTI
2016-03-06 19:12:49 -05:00
Paul Gilbert
e688850e93
TITANIC: Implemented more saveable classes
2016-03-02 23:40:06 -05:00
Paul Gilbert
700b77e1ea
TITANIC: Added more miscellaneous classes
2016-03-02 08:01:03 -05:00
Paul Gilbert
f7e057e4d7
TITANIC: Added more miscellaneous classes
2016-03-01 23:40:59 -05:00