aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
AgeCommit message (Collapse)Author
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
2017-01-15TITANIC: Fix SuccUBus not eating chicken when it has condimentsPaul Gilbert
2017-01-15TITANIC: Fix showing correct inventory glyphs after loading savegamePaul Gilbert
2017-01-15TITANIC: Fix using inventory items on each otherPaul Gilbert
2017-01-15TITANIC: Fixes for getting chicken and starling puretPaul Gilbert
2017-01-15TITANIC: Show correct inventory glyphs & tooltip for multi-state itemsPaul Gilbert
2017-01-15TITANIC: Fix entering Arboretum in winter, further renamingsPaul Gilbert
2017-01-15TITANIC: Don't allow entering Arboretum Pellerator during winterPaul Gilbert
2017-01-15TITANIC: Figured out missing code in CGlass::MouseDragEndMsgPaul Gilbert
2017-01-15TITANIC: Fix using chicken on dispensorsPaul Gilbert
2017-01-15TITANIC: Fix display of chicken tooltips in the inventoryPaul Gilbert
2017-01-15TITANIC: Further compiler warning fixesPaul Gilbert
2017-01-15TITANIC: Fix chicken dispensorPaul Gilbert
2017-01-15TITANIC: Removal of un-used fields to reduce Buildbot warningsPaul Gilbert
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future
2017-01-14TITANIC: Fix size mismatch assert on Gondolier controls close-upPaul Gilbert
2017-01-14TITANIC: Add nullptr terminator to Deskbot animation listsPaul Gilbert
2017-01-14TITANIC: Fix crash going to Embarkation LobbyPaul Gilbert
2017-01-14TITANIC: Renamings for CSeasonalAdjustmentPaul Gilbert
2017-01-14TITANIC: Clarify dirty rect methods in CGameManagerPaul Gilbert
2017-01-14TITANIC: Fix leaving Arboretum after changing seasonsPaul Gilbert
2017-01-14TITANIC: Renamings and fixes for speech dispensorPaul Gilbert
2017-01-14TITANIC: Renamings and cleanup for lemon dispensorPaul Gilbert
2017-01-14TITANIC: Renamings for Arboretum GatePaul Gilbert
2017-01-13TITANIC: Fix breaking long stick dispensor glass with hammerPaul Gilbert
2017-01-12TITANIC: Stop moving other items during drag operationsPaul Gilbert
2017-01-12TITANIC: Fixes for unlocking music systemPaul Gilbert
2017-01-12TITANIC: Renaming of CCarry fieldE0Paul Gilbert
2017-01-11TITANIC: Fix leaving restaurant table close-upPaul Gilbert
2017-01-11TITANIC: Fix behaviour of Phonograph LidPaul Gilbert
2017-01-11TITANIC: Fix Barbot response to requesting vision centerPaul Gilbert
2017-01-11TITANIC: Fix return value of BarbotScript doSentenceEntryPaul Gilbert
2017-01-10TITANIC: Remove duplicated fields from TTsynonymPaul Gilbert
2017-01-09TITANIC: Fix Barbot's introduction spielPaul Gilbert
2017-01-03TITANIC: Fix initial display of fan control indicatorPaul Gilbert
2017-01-03TITANIC: Cleanup and fixes for starling puretPaul Gilbert
2017-01-03TITANIC: Fixes and cleanup for the hammer dispensorPaul Gilbert
2017-01-03TITANIC: Fix implemenations of mouse down/up in CStartActionPaul Gilbert
2017-01-03TITANIC: Fix assert on bad video frame in the PromenadePaul Gilbert
2017-01-03TITANIC: Make hose visible when dragging itPaul Gilbert
2017-01-03TITANIC: Fix opening the broken pellerator enabling the hosePaul Gilbert
2017-01-03TITANIC: Fixes and cleanup for Arboretum seasonal noisesPaul Gilbert
2017-01-02TITANIC: Fix rendering messages for Scraliontis & BrobostigonPaul Gilbert
2017-01-01TITANIC: Fix display of individual messages in MissiveOMatPaul Gilbert