aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs
AgeCommit message (Collapse)Author
2017-09-03TITANIC: Fix Doorbot disappearing on loading prologue elevator savegamePaul Gilbert
2017-09-03TITANIC: Fix Doorbot disappearing in prologue elevatorPaul Gilbert
2017-08-26TITANIC: Hide back view of MaitreD from close to the tablePaul 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-25TITANIC: Fix Door/Bellbot remaining when summoned outside doorsPaul Gilbert
2017-08-25TITANIC: Fix doubled announcement when summoning DoorBotColin Snover
This would happen when the player is in one of the rooms with a room-specific announcement.
2017-08-24TITANIC: Reduce header includes for titanic.hDavid 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-20TITANIC: Add Tab key as a shortcut for switching to inventoryPaul Gilbert
2017-08-20TITANIC: Properly reset Parrot flag if you look away while he's eatingPaul Gilbert
2017-08-19TITANIC: Fix flagging of mouth and vision centre inserting in TitaniaPaul Gilbert
2017-08-18TTTANIC: Fix bomb narration disappearing after Titania's cutscenePaul Gilbert
2017-08-15TITANIC: Removed dead code from CParrot::ActMsgPaul Gilbert
2017-08-14TITANIC: Don't allow Titania to activate if you remove parts after addingPaul Gilbert
2017-08-13TITANIC: Stop SuccUBus turning on when dragging mailPaul Gilbert
2017-08-13TITANIC: Renamings for the CSuccUBus classPaul Gilbert
2017-08-13TITANIC: Fix receiving any SuccUBus mail in the Bomb room SuccUBusPaul Gilbert
2017-08-10TITANIC: Keep Deskbot talking for entire length of 2nd class upgradePaul Gilbert
2017-08-07TITANIC: Fix bots freezing up during long conversationsPaul Gilbert
2017-08-06TITANIC: Renaming in SuccUBus classes for better clarityPaul Gilbert
2017-08-06TITANIC: Correct local variable name in SuccUBusPaul Gilbert
2017-08-05TITANIC: Fix releasing chicken in middle of parrot leaning out to eatPaul Gilbert
2017-08-04TITANIC: Don't allow loading games when Bellbot is summonedPaul Gilbert
2017-08-04TITANIC: Fix using chicken on Bilge SuccUBusPaul Gilbert
2017-07-29TITANIC: Fix getting lost items from Bilge SuccUBusPaul Gilbert
2017-07-28TITANIC: Fix second vision center appearing in barPaul Gilbert
2017-07-25TITANIC: Fix Parrot responses to various chicken condimentsPaul Gilbert
2017-07-23TITANIC: Add missing break lines to switch statementsPaul Gilbert
Thanks to bgK for providing a gcc output
2017-07-17TITANIC: Fix Maitre D not animating when talkingPaul Gilbert
2017-07-08TITANIC: Fix Doorbot timing in prologue service liftPaul Gilbert
2017-07-05TITANIC: Fix parrot to only eat hot plain chickensPaul Gilbert
2017-07-03TITANIC: Fix delay for Doorbot repeat will you help messagePaul Gilbert
2017-07-02TITANIC: Don't allow saving during the Doorbot prologuePaul 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-25TITANIC: Change Titania to use speech sound typePaul Gilbert
2017-06-23TITANIC: Fix parrot idle animationsPaul Gilbert
2017-06-23TITANIC: Fix talking animations for ParrotPaul Gilbert
2017-06-19TITANIC: Fix Bellbot walking off during checkinPaul Gilbert
2017-06-12TITANIC: Fix bots to do more than a single idle sequencePaul Gilbert
2017-06-10TITANIC: Fix BellBot getting clipped incorrectly when walking off-screenPaul Gilbert
2017-04-04TITANIC: Change debug level constants to have a DEBUG_ prefixPaul Gilbert
2017-02-21TITANIC: Assert dynamic_cast result in CBellot::UsePaul Gilbert
2017-02-20TITANIC: Fixes for Titania's speechPaul Gilbert
2017-02-20TITANIC: Wait for parrot speech to end before waking TitaniaPaul Gilbert
2017-02-18TITANIC: Renamings for CCarry classPaul Gilbert
2017-02-18TITANIC: Workaround original Maitre'D bug where _musicHandler was nullPaul Gilbert
2017-02-18TITANIC: Fix Maitre'D playing music checkPaul Gilbert
2017-02-17TITANIC: Refactored CMaitreD static to instance fieldPaul Gilbert
2017-02-17TITANIC: Renamings for CMaitreDPaul Gilbert
2017-02-16TITANIC: Cleanup of movie flagsPaul Gilbert
2017-02-16TITANIC: Further renamings for CGameObjectPaul Gilbert
2017-02-16TITANIC: Renamings for CGameObject & CGameState methodsPaul Gilbert
2017-01-29TITANIC: Cleanup of music room setup codePaul Gilbert