Commit Graph
22 Commits
Author SHA1 Message Date
Paul Gilbert d0c20062ad TITANIC: Fix cursor when in MissiveOMat when Conversations tab active 2017-10-03 21:17:53 -04:00
Paul Gilbert 9127f5245f TITANIC: DE: Adding sound translations 2017-09-20 22:33:18 -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 0b18b0b1b5 TITANIC: Fix crash clicking on MissiveOMat login prompt 2017-07-06 08:48:54 -04:00
Paul Gilbert 1972fd0537 TITANIC: Don't show Access Denied on MissiveOMat after successful login 2017-07-06 08:25:14 -04:00
Paul Gilbert da0857e10f TITANIC: Fix rendering messages for Scraliontis & Brobostigon 2017-01-02 20:59:12 -05:00
Paul Gilbert 63b8edea82 TITANIC: Fix display of individual messages in MissiveOMat 2017-01-01 16:05:58 -05:00
Paul Gilbert 53977b8128 TITANIC: Support for German version MissiveOMat passwords 2017-01-01 05:36:40 -05:00
Paul Gilbert 19269bd7eb TITANIC: Fix MissiveOMat text scrolling calls 2017-01-01 04:50:06 -05:00
Paul Gilbert 2154ddd4e8 TITANIC: Add 'scummvm' in as a valid MissiveOMat login username
Because I've misspelled Leovinus' name way too many times during testing
2017-01-01 04:22:13 -05:00
Paul Gilbert 977a4a5df1 TITANIC: Further fixes and cleanup for MissiveOMat login 2016-12-31 05:21:19 -05:00
Paul Gilbert 2d3d45002b TITANIC: Better names for CEditControlMsg mode enum 2016-12-31 03:47:14 -05:00
Paul Gilbert 4029f32833 TITANIC: Convert CEditControlMsg _mode to an enum 2016-12-31 03:15:38 -05:00
Paul Gilbert fffcc7b8dd TITANIC: Fix getting entered password in MissiveOMat 2016-12-31 02:55:10 -05:00
Paul Gilbert dd5ffe04fa TITANIC: Fix resetting MissiveOMat after entering an invalid login 2016-12-31 02:44:31 -05:00
Paul Gilbert ea536d2ad2 TITANIC: Fixes and cleanup for MissiveOMat 2016-12-30 21:38:51 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 25e977f81d TITANIC: Compilation fix for CMissiveOMat 2016-08-24 21:33:42 -04:00
Paul Gilbert e81e3aefde TITANIC: Implemented CMissiveOMat class 2016-08-24 21:20:03 -04:00
Paul Gilbert e733f8113f TITANIC: Implemented more game classes 2016-08-24 18:42:32 -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 6eb777fe36 TITANIC: Added a lot of class definitions
Let's be honest here, it's a s**t-load of class definitions
2016-02-28 21:42:13 -05:00