aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
AgeCommit message (Collapse)Author
2017-01-24TITANIC: Fix initialisation of the title scriptPaul Gilbert
2017-01-23TITANIC: Some initial Barbot fixes, field renamingsPaul Gilbert
2017-01-22TITANIC: Fix infinite loop in BarbotScriptPaul Gilbert
2017-01-22TITANIC: Fix seeing and getting crushed tvPaul Gilbert
2017-01-22TITANIC: Renamings for CParrotSuccUBus, fix getting Titania's nosePaul Gilbert
2017-01-22TITANIC: Renamings for CUpLighterPaul Gilbert
2017-01-22TITANIC: Further SuccUBus renamingsPaul Gilbert
2017-01-22TITANIC: Fixes for sending via the Bilge SuccUBusPaul Gilbert
2017-01-22TITANIC: Added a SuccUBusAction enumPaul Gilbert
2017-01-22TITANIC: Added RoomFlagsComparison enumPaul Gilbert
2017-01-22TITANIC: More renamings for SuccUBusPaul Gilbert
2017-01-22TITANIC: Renamings for SuccUBus & hose, minor fixesPaul Gilbert
2017-01-21TITANIC: Fix second parameter for isEquals methodPaul Gilbert
2017-01-21TITANIC: Fix display of busy cursor across entire TV throw cutscenePaul Gilbert
2017-01-21TITANIC: Fix the throwing TV cutscenePaul Gilbert
2017-01-21TITANIC: Have Bellbot properly excited when told to smash TV SetPaul Gilbert
2017-01-21TITANIC: Formatting fixes for else blocksPaul Gilbert
2017-01-21TITANIC: Fix Parrot speech when eating chickenPaul Gilbert
2017-01-21TITANIC: Renamings of CParrot fieldsPaul Gilbert
2017-01-21TITANIC: Remove a bunch of CParrot unused fieldsPaul Gilbert
2017-01-21TITANIC: Use empty move transitions for cage after Parrot leavesPaul Gilbert
2017-01-21TITANIC: Reorder class types setup so all ancestors come firstPaul Gilbert
2017-01-21TITANIC: Fix ancestor to descendent order for CParrotLobbyLinkUpdatorPaul Gilbert
2017-01-20TITANIC: Excite Parrot when we come bearing chickenPaul Gilbert
2017-01-20TITANIC: Fix aborting parrot eating chickenPaul Gilbert
2017-01-20TITANIC: NpcFlag enum is now completely namedPaul Gilbert
2017-01-20TITANIC: Further NPC flags renaming, parrot fixesPaul Gilbert
2017-01-20TITANIC: Further NPC flag renaming, usage fixesPaul Gilbert
2017-01-20TITANIC: Renaming NPC flagsPaul Gilbert
2017-01-18TITANIC: Fix TV playback during prologuePaul Gilbert
2017-01-18TITANIC: Renaming of CParrot statics, miscellaneous fixesPaul Gilbert
2017-01-17TITANIC: Remove accidentally committed debug codePaul Gilbert
2017-01-17TITANIC: Handle -1 frameNumber in AVISurface::addEvent like originalPaul Gilbert
2017-01-17TITANIC: Fixes to CParrot frameMsg methodPaul Gilbert
2017-01-16TITANIC: Fix showing all that pink during Prologue and in Parrot roomPaul Gilbert
2017-01-16TITANIC: Fix CParrot movieFrameMsgPaul Gilbert
2017-01-16TITANIC: Fix if check in CParrot frameMsgPaul Gilbert
2017-01-16TITANIC: Fix some Liftbot dialogue responsesPaul Gilbert
2017-01-16TITANIC: Fix locating vocab words in getPrimeWordPaul Gilbert
2017-01-16TITANIC: Fix Several Valgrind Warnings.D G Turner
2017-01-16TITANIC: Workaround for broken light in 1st class suitePaul Gilbert
2017-01-16TITANIC: Renaming checks for player's first class suitePaul Gilbert
2017-01-16TITANIC: Rename light fields to more closely match originalPaul Gilbert
2017-01-16TITANIC: Renamings for light switchesPaul Gilbert
2017-01-16TITANIC: Workaround to dispense a cold chicken when the fuse is removedPaul Gilbert
I'm pretty certain this was the original intention of the dispensor, as it not only makes sense, but there was code in place in the dispensor StatusChangeMsg method that handled two different types of dispensing, depending on whether the fuse was in place. But the code was identical; given other nastyness and code duplication in the whole dispensor logic, it's pretty clear that this was what was originally intended. Though given that the dispensor fuse is present in the fusebox by default, it's likely no-one ever played around with the dispensor with the fuse removed.
2017-01-16TITANIC: Renamings and cleanup for chicken, sauce, and dispensorPaul Gilbert
2017-01-16TITANIC: Change chicken tooltips to use DAT stringsPaul Gilbert
2017-01-16TITANIC: Further cleanup of chicken dispensorPaul Gilbert
2017-01-15TITANIC: Woarkound original bug when SuccUBus eats the chickenPaul Gilbert
2017-01-15TITANIC: Further clarifying fields of Chicken DispensorPaul Gilbert