aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry
AgeCommit message (Collapse)Author
2017-09-20TITANIC: DE: Adding sound translationsPaul Gilbert
2017-09-20TITANIC: DE: Adding sound translationsPaul Gilbert
2017-08-28TITANIA: Fix light being loose after Bellbot gets Titania's eyePaul Gilbert
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-19TITANIC: Fix flagging of mouth and vision centre inserting in TitaniaPaul Gilbert
2017-08-17TITANIC: Have Parrot return after Perch is placed in cagePaul Gilbert
2017-08-14TITANIC: Don't allow Titania to activate if you remove parts after addingPaul Gilbert
2017-08-11TITANIC: Fix floating lifbot head in lift 4Paul Gilbert
2017-07-30TITANIC: Fix Long Stick not returning to inventory in ArboretumPaul Gilbert
2017-07-08TITANIC: Fix using hose first on nosePaul Gilbert
2017-07-06TITANIC: Mark a few more sound playbacks as speechPaul Gilbert
2017-07-05TITANIC: Fix refreshing inventory tooltip when chicken gets coldPaul Gilbert
2017-07-05TITANIC: Fix parrot to only eat hot plain chickensPaul Gilbert
2017-06-25TITANIC: Return long stick to inventory after hitting bomb glass with itPaul Gilbert
2017-06-24TITANIC: Fix saving bass direction state onto music cylindersPaul Gilbert
2017-06-24TITANIC: Renamings for nut bowl messagesPaul Gilbert
2017-04-04TITANIC: Change debug level constants to have a DEBUG_ prefixPaul Gilbert
2017-03-26TITANIC: Remove redundant codePaul Gilbert
2017-02-27TITANIC: Implemented CStarControl doActionPaul Gilbert
2017-02-24TITANIC: Some preliminary cleanup of star control interfacesPaul Gilbert
2017-02-20TITANIC: Handle trying to put multiple brain cards in the same slotPaul Gilbert
2017-02-20TITANIC: Cleanup and renaming for CBrain base classPaul Gilbert
2017-02-20TITANIC: Fix adding centre cards to TitaniaPaul Gilbert
2017-02-19TITANIC: Fix using ears on TitaniaPaul Gilbert
2017-02-19TITANIC: Fix Arm placement when placed on gondolier slidersPaul Gilbert
2017-02-19TITANIC: Make CCarry fields private where appropriatePaul Gilbert
2017-02-18TITANIC: Workaround for using magazine on incorrect objectsPaul Gilbert
2017-02-18TITANIC: Renamings for CCarry classPaul Gilbert
2017-02-18TITANIC: Fix dragging arms in Gondolier closeupPaul Gilbert
2017-02-18TITANIC: Renaming and cleanup for CGondolierSliderPaul Gilbert
2017-02-18TITANIC: Fix adding held items to inventory after unlocking armsPaul Gilbert
2017-02-17TITANIC: Renamings for CArm classPaul Gilbert
2017-02-16TITANIC: Renamings for CGameObject & CGameState methodsPaul Gilbert
2017-02-13TITANIC: Some phonograph cleanup, fix record buttonPaul Gilbert
2017-01-29TITANIC: Cleanup of music room object classesPaul Gilbert
2017-01-29TITANIC: Fix all music instrument properties that are boolPaul Gilbert
2017-01-22TITANIC: Renamings for SuccUBus & hose, minor fixesPaul Gilbert
2017-01-21TITANIC: Fix second parameter for isEquals methodPaul Gilbert
2017-01-21TITANIC: Formatting fixes for else blocksPaul Gilbert
2017-01-18TITANIC: Renaming of CParrot statics, miscellaneous fixesPaul Gilbert
2017-01-16TITANIC: Renamings and cleanup for chicken, sauce, and dispensorPaul Gilbert
2017-01-15TITANIC: Fix SuccUBus not eating chicken when it has condimentsPaul Gilbert
2017-01-15TITANIC: Fixes for getting chicken and starling puretPaul Gilbert
2017-01-15TITANIC: Figured out missing code in CGlass::MouseDragEndMsgPaul Gilbert
2017-01-15TITANIC: Fix using chicken on dispensorsPaul Gilbert
2017-01-12TITANIC: Renaming of CCarry fieldE0Paul Gilbert
2016-12-30TITANIC: Fix display of red fuse in fuseboxPaul Gilbert
2016-12-26TITANIC: Change CParrot::_v4 to _statePaul Gilbert
2016-12-26TITANIC: Fix parrot eating nuts in 2nd class suitePaul Gilbert
2016-12-21TITANIC: Remove parrot from inventory when it escapesPaul Gilbert