Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | TITANIC: Show busy cursor when SuccUBus sending or receiving | Paul Gilbert | |
2017-10-02 | TITANIC: DE: Translation for .avi files directly referred to | Paul Gilbert | |
2017-10-02 | TITANIC: DE: Fix perched parrot animations | Paul Gilbert | |
2017-10-02 | TITANIC: Work around loading savegame when Marcinta is active | Paul Gilbert | |
Loading a savegame directly from the launcher or Continue dialog when Marcinta is active shows her as inactive in the original, but still allows you to talk to her. To fix the inconsistency, now when this occurs, it will also reset the active NPC back to none. | |||
2017-09-24 | TITANIC: Fix crash if you exit the game whilst a bot is talking | Paul Gilbert | |
2017-09-21 | TITANIC: DE: More sound translations | Paul Gilbert | |
2017-09-20 | TITANIC: DE: Adding sound translations | Paul Gilbert | |
2017-09-20 | TITANIC: DE: Adding sound translations | Paul Gilbert | |
2017-09-18 | TITANIC: DE: Fixes for checking in | Paul Gilbert | |
2017-09-17 | TITANIC: Added German DeskbotScript process additions | 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-11 | TITANIC: Fix freeze panning away from Parrot cage | Paul Gilbert | |
2017-09-09 | TITANIC: Disable input during Bellbot intro to prevent moving away | Paul Gilbert | |
2017-09-09 | TITANIC: Fix parrot freezing after multiple chicken drags | Paul Gilbert | |
2017-09-05 | TITANIC: Fix Bellbot disappearing during checkin cutscene | 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-26 | TITANIC: Hide back view of MaitreD from close to the table | Paul Gilbert | |
The MaitreD was rendered using frame 0 from c386.avi, but with a corrupted right and bottom edge. Ironically, the MaitreD object isn't used at all, since hiding him revealed he's part of the background as well. From the video, it seems like he was meant to have an idle wiggle animation that didn't end up being used. | |||
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-08-20 | TITANIC: Add Tab key as a shortcut for switching to inventory | Paul Gilbert | |
2017-08-20 | TITANIC: Properly reset Parrot flag if you look away while he's eating | Paul Gilbert | |
2017-08-19 | TITANIC: Fix flagging of mouth and vision centre inserting in Titania | Paul Gilbert | |
2017-08-18 | TTTANIC: Fix bomb narration disappearing after Titania's cutscene | Paul Gilbert | |
2017-08-15 | TITANIC: Removed dead code from CParrot::ActMsg | Paul Gilbert | |
2017-08-14 | TITANIC: Don't allow Titania to activate if you remove parts after adding | Paul Gilbert | |
2017-08-13 | TITANIC: Stop SuccUBus turning on when dragging mail | Paul Gilbert | |
2017-08-13 | TITANIC: Renamings for the CSuccUBus class | Paul Gilbert | |
2017-08-13 | TITANIC: Fix receiving any SuccUBus mail in the Bomb room SuccUBus | Paul Gilbert | |
2017-08-10 | TITANIC: Keep Deskbot talking for entire length of 2nd class upgrade | Paul Gilbert | |
2017-08-07 | TITANIC: Fix bots freezing up during long conversations | Paul Gilbert | |
2017-08-06 | TITANIC: Renaming in SuccUBus classes for better clarity | Paul Gilbert | |
2017-08-06 | TITANIC: Correct local variable name in SuccUBus | Paul Gilbert | |
2017-08-05 | TITANIC: Fix releasing chicken in middle of parrot leaning out to eat | Paul Gilbert | |
2017-08-04 | TITANIC: Don't allow loading games when Bellbot is summoned | Paul Gilbert | |
2017-08-04 | TITANIC: Fix using chicken on Bilge SuccUBus | Paul Gilbert | |
2017-07-29 | TITANIC: Fix getting lost items from Bilge SuccUBus | Paul Gilbert | |
2017-07-28 | TITANIC: Fix second vision center appearing in bar | Paul Gilbert | |
2017-07-25 | TITANIC: Fix Parrot responses to various chicken condiments | Paul Gilbert | |
2017-07-23 | TITANIC: Add missing break lines to switch statements | Paul Gilbert | |
Thanks to bgK for providing a gcc output | |||
2017-07-17 | TITANIC: Fix Maitre D not animating when talking | Paul Gilbert | |
2017-07-08 | TITANIC: Fix Doorbot timing in prologue service lift | Paul Gilbert | |
2017-07-05 | TITANIC: Fix parrot to only eat hot plain chickens | 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-06-25 | TITANIC: Change Titania to use speech sound type | Paul Gilbert | |
2017-06-23 | TITANIC: Fix parrot idle animations | Paul Gilbert | |
2017-06-23 | TITANIC: Fix talking animations for Parrot | Paul Gilbert | |