Commit Graph
25 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert f9a86a6995 TITANIC: DE: Fixes for checking in 2017-09-18 20:17:36 -04:00
Paul Gilbert 29465fd116 TITANIC: Disable input during Bellbot intro to prevent moving away 2017-09-09 21:18:16 -04:00
Paul Gilbert d5cfa3f2be TITANIC: Fix Bellbot disappearing during checkin cutscene 2017-09-05 22:37:50 -04:00
Paul Gilbert c4bf8575c1 TITANIC: Fix Door/Bellbot remaining when summoned outside doors 2017-08-25 19:03:55 -04:00
David Fioramonti c96b01b82e TITANIC: Reduce header includes for titanic.h
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-24 04:06:54 -07:00
Paul Gilbert a851c3b185 TITANIC: Don't allow loading games when Bellbot is summoned 2017-08-04 22:57:36 -04:00
Paul Gilbert 6ccbdf78e5 TITANIC: Fix Bellbot walking off during checkin 2017-06-19 20:43:50 -04:00
Paul Gilbert b5ac7cc3ed TITANIC: Fix BellBot getting clipped incorrectly when walking off-screen 2017-06-10 22:13:17 -04:00
Paul Gilbert 0706da8384 TITANIC: Assert dynamic_cast result in CBellot::Use 2017-02-21 21:22:10 -05:00
Paul Gilbert 66f3458a2b TITANIC: Renamings for CCarry class 2017-02-18 22:56:00 -05:00
Paul Gilbert 314c795d21 TITANIC: Cleanup of movie flags 2017-02-16 21:42:42 -05:00
Paul Gilbert 5aef8cb875 TITANIC: Further NPC flag renaming, usage fixes 2017-01-20 20:36:26 -05:00
Paul Gilbert 960342cb37 TITANIC: Renaming NPC flags 2017-01-20 19:36:42 -05:00
Paul Gilbert efb43d9621 TITANIC: Renaming checks for player's first class suite 2017-01-16 11:50:42 -05:00
Paul Gilbert 73030bd42f TITANIC: Fix BellBot's intro speech 2016-11-06 22:31:27 -05:00
Paul Gilbert 0c7c72b750 TITANIC: Fix showing movie clip of BellBot arriving 2016-11-06 21:24:42 -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 fae906b539 TITANIC: Renaming NPCFLAG enum values for idling 2016-10-29 18:21:52 -04:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert f114f9e8c5 TITANIC: Implemented some stubbed methods 2016-08-28 19:10:29 -04:00
Paul Gilbert e5c100cf9c TITANIC: Implemented CBellBot class 2016-08-13 18:29:12 -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 06ce0dbfdd TITANIC: Implement TrueTalk NPC classes 2016-02-25 21:42:10 -05:00