aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game
AgeCommit message (Collapse)Author
2017-07-17TITANIC: Don't prod Maitre D's butt just by moving mouse on himPaul Gilbert
2017-07-16TITANIC: Fix Gondola mixer to use the two different songsPaul Gilbert
2017-07-16TITANIC: Workaround music being lost leaving Arboretum in WinterPaul Gilbert
When you change the Arboretum to Winter and exit, it changes to a special FrozenArboretum room with the river and everything frozen. Both the regular and frozen Arboretum rooms have a GondolierMixer.. when leavin one for the other, it's meant to do a two second fadeout and then the new room's mixer takes over. This doesn't work for ScummVM currently - it may be due to the simplicity of the QMixer implementation. So to work around it for the forseeable future, I've set the TurnOff times to 0 seconds so the old mixer's sounds are immediately and properly stopped, letting the new mixer take over.
2017-07-16TITANIC: Renamings for Gondolier MixerPaul Gilbert
2017-07-16TITANIC: Fix music transitions for each passenger class in lift travelPaul Gilbert
2017-07-16TITANIC: Add a VolumeMode enumPaul Gilbert
2017-07-16TITANIC: Cleanup of CAutoAnimate classPaul Gilbert
2017-07-15TITANIC: Endgame sequence sound fixesPaul Gilbert
2017-07-15TITANIC: Fix incorrect calls to queueSoundBastien Bouclet
The sound type was being passed in the balance parameter.
2017-07-12TITANIC: Fix promenade fan noises when turned to fullPaul Gilbert
2017-07-08TITANIC: Show Vision Centre on bartop with pickup hand cursorPaul Gilbert
2017-07-06TITANIC: Fix Arboretum Winter view enter animationPaul Gilbert
2017-07-06TITANIC: Mark a few more sound playbacks as speechPaul Gilbert
2017-07-06TITANIC: Fix ship announcements with no contentPaul Gilbert
2017-07-06TITANIC: Fix crash clicking on MissiveOMat login promptPaul Gilbert
2017-07-06TITANIC: Don't show Access Denied on MissiveOMat after successful loginPaul Gilbert
2017-07-01TITANIC: Fix service lift indicator when going down floorsPaul Gilbert
2017-06-30TITANIC: Don't set movie framerate until after movie has startedPaul Gilbert
2017-06-25TITANIC: Add German sound filenames for spaceship crashPaul Gilbert
2017-06-25TITANIC: Use Speech sound type for endgame Leovinus speechPaul Gilbert
2017-06-25TITANIC: Change Bomb to use speech sound typePaul Gilbert
2017-06-24TITANIC: Fix incorrect bowl rendering when parrot eats nutsPaul Gilbert
2017-06-24TITANIC: Renamings for nut bowl messagesPaul Gilbert
2017-06-23TITANIC: Fix state handling for ship announcementsPaul Gilbert
2017-06-23TITANIC: Minor renamings for Television eye floorPaul Gilbert
2017-06-22TITANIC: Fix entering correct elevator in Bottom of WellPaul Gilbert
2017-06-21TITANIC: Fix getting Titania's eye from light fixturePaul Gilbert
2017-06-21TITANIC: Renamings for room flags sublevel methodsPaul Gilbert
2017-06-19TITANIC: Set SGT TV Magazine announcement to use speech sound typePaul Gilbert
2017-06-17TITANIC: Fix missing transition in ship crash cutscenePaul Gilbert
2017-06-15TITANIC: Have ship announcements use the speech sound typePaul Gilbert
2017-05-31TITANIC: Renamings for locking/unlocking markersPaul Gilbert
2017-03-29TITANIC: Fix non-responsive Go button in bridge controlsPaul Gilbert
2017-03-02TITANIC: Code for starfield mode setup & photo codePaul Gilbert
2017-02-27TITANIC: Implemented CStarControl doActionPaul Gilbert
2017-02-24TITANIC: Some preliminary cleanup of star control interfacesPaul Gilbert
2017-02-21TITANIC: Cleanup and renaming for endgame classesPaul Gilbert
2017-02-21TITANIC: Add missing timer call in endgame sequencePaul Gilbert
2017-02-20TITANIC: Renamings for CBridgeViewPaul Gilbert
2017-02-20TITANIC: Fix cruise button on ship controlsPaul Gilbert
2017-02-20TITANIC: Fix the steering wheel hornPaul Gilbert
2017-02-20TITANIC: Initial cleanup & renamings for bridge controlsPaul Gilbert
2017-02-20TITANIC: Renamings for CHeadSlot base classPaul Gilbert
2017-02-20TITANIC: Fix using brain pieces in the wrong slotsPaul Gilbert
2017-02-20TITANIC: Renamings for Titania head and brain slotsPaul Gilbert
2017-02-20TITANIC: Fix handling of Titania head slot mouse draggingPaul Gilbert
2017-02-20TITANIC: Fix adding centre cards to TitaniaPaul Gilbert
2017-02-19WORKAROUND: Stop resetting bomb code wheels when loading savegamesPaul Gilbert
The original kept resetting the bomb's code wheels whenever the view was entered, which meant reloading a savegame, you lost any progress you'd made. Presumably this was done as a quick and dirty hack in case anyone was stupid enough to rearm the bomb after fixing it the first time. I've added new code that now only resets the wheels when the bomb is initially armed, and you can now save in the bomb closeup, and it will remember all your selections
2017-02-19TITANIC: Renamings for CBomb classPaul Gilbert
2017-02-19TITANIC: Fixes and cleanup for CodeWheelPaul Gilbert