Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | TITANIC: DE: Adding sound translations | Paul Gilbert | |
2017-09-17 | TITANIC: Create a separate g_language global in it's own file | Paul Gilbert | |
I was becoming concerned with more and more files having to add the full engine definition and sub-classes thereof via titanic.h, just so the TRANSLATE macro could call getLanguage. This way, files just need to include the lightweight translation.h file instead | |||
2017-09-17 | TITANIC: Fixes for sounds and Doorbot during German prologue | Paul Gilbert | |
2017-09-03 | TITANIC: Fix Doorbot disappearing on loading prologue elevator savegame | Paul Gilbert | |
2017-09-03 | TITANIC: Fix Doorbot disappearing in prologue elevator | Paul Gilbert | |
2017-08-25 | TITANIC: Fix Door/Bellbot remaining when summoned outside doors | Paul Gilbert | |
2017-08-25 | TITANIC: Fix doubled announcement when summoning DoorBot | Colin Snover | |
This would happen when the player is in one of the rooms with a room-specific announcement. | |||
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David Fioramonti | |
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-07-08 | TITANIC: Fix Doorbot timing in prologue service lift | Paul Gilbert | |
2017-07-03 | TITANIC: Fix delay for Doorbot repeat will you help message | Paul Gilbert | |
2017-07-02 | TITANIC: Don't allow saving during the Doorbot prologue | Paul Gilbert | |
This works around a bug in the original where if you saved immediately after getting the PET, the savegame would put in in an invalid state | |||
2017-04-04 | TITANIC: Change debug level constants to have a DEBUG_ prefix | Paul Gilbert | |
2017-02-16 | TITANIC: Cleanup of movie flags | Paul Gilbert | |
2017-02-16 | TITANIC: Further renamings for CGameObject | Paul Gilbert | |
2017-01-20 | TITANIC: NpcFlag enum is now completely named | Paul Gilbert | |
2017-01-20 | TITANIC: Renaming NPC flags | Paul Gilbert | |
2017-01-14 | TITANIC: Fix crash going to Embarkation Lobby | Paul Gilbert | |
2016-11-02 | TITANIC: Change endTalking to setTalking | Paul Gilbert | |
2016-11-01 | TITANIC: Cleanup calls to playClip | Paul Gilbert | |
2016-10-31 | TITANIC: Implement manual mouse control used during intro | Paul Gilbert | |
2016-10-30 | TITANIC: Renamings of mouse methods | Paul Gilbert | |
2016-10-29 | TITANIC: Fix to Doorbot talking animations selection | Paul Gilbert | |
2016-10-29 | TITANIC: Renaming NPCFLAG enum values for idling | Paul Gilbert | |
2016-10-28 | TITANIC: More renaming and debug logging | Paul Gilbert | |
2016-10-28 | TITANIC: Renames and adding debugging | Paul Gilbert | |
2016-10-24 | TITANIC: Add conversation text to the PET | Paul Gilbert | |
2016-10-23 | TITANIC: Fix freeze in Doorbot conversation | Paul Gilbert | |
2016-10-23 | TITANIC: Fix resetting NPC flags when Doorbot finishes speaking | Paul Gilbert | |
2016-10-13 | TITANIC: Fix getting NPC animation name lists | Paul Gilbert | |
2016-08-29 | TITANIC: Clarify CMouseCursor saveState as setPosition | Paul Gilbert | |
2016-08-22 | TITANIC: Cleanup of engine references | Paul Gilbert | |
2016-08-13 | TITANIC: Implemented CDoorbot class | Paul Gilbert | |
2016-07-15 | TITANIC: Removed const modifier from all saveable objects | Paul Gilbert | |
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy | |||
2016-02-25 | TITANIC: Implement TrueTalk NPC classes | Paul Gilbert | |