Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-25 | TITANIC: Correct cursor after ejecting cylinder in music system | Paul Gilbert | |
2017-08-25 | TITANIC: Don't allow cylinders to be dropped in music system slot closed | Paul Gilbert | |
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David 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-23 | TITANIC: Disable fix for dispensed chickens' initial temperature | Paul Gilbert | |
The original had a bug that didn't dispense chickens as cold when the yellow fuse was removed from the fusebox. Too many walkthroughs suggest removing it though, so I'm disabling fix to avoid confusion. | |||
2017-08-21 | TITANIC: Renamings for CMaitreDProdReceptor | Paul Gilbert | |
2017-08-19 | TITANIC: Hide cursor when bridge view is showing movement sequence | Paul Gilbert | |
2017-08-19 | TITANIC: Fix getting chicken after not picking up a previous one | Paul Gilbert | |
When you dispense a chicken, but don't pick it up and leave, the chicken is returned to the dispensor. But previously you couldn't then get another chicken, though you should be able to get one. | |||
2017-08-18 | TITANIC: Fix toggling fan speed from very fast down to slow | Paul Gilbert | |
2017-08-17 | TITANIC: Fix magazine being winnable multiple times | Paul Gilbert | |
2017-08-17 | TITANIC: Fix taking hose from Frozen Broken Pellerator | Paul Gilbert | |
2017-08-16 | TITANIC: Fix hose pickup cursor when loading savegame with cover open | Paul Gilbert | |
2017-08-16 | TITANIC: Renamings for Broken Pellerator fields | Paul Gilbert | |
2017-08-15 | TITANIC: Fix too short animations in Pellerator journeys | Paul Gilbert | |
2017-08-15 | TITANIC: Fix too long animation in Pellerator journeys | Paul Gilbert | |
2017-08-15 | TITANIC: Workaround longer Pellerator times after loading savegames | Paul Gilbert | |
2017-08-14 | TITANIC: Stop showing lift 4 floor on SGT TV after getting eye | Paul Gilbert | |
2017-08-10 | TITANIC: Fix reinflating SGT bed after deflating it | Paul Gilbert | |
2017-08-06 | TITANIC: Remove development link left in computer screen view | Paul Gilbert | |
2017-08-06 | TITANIC: Fix movement cursors in Lift 4 when eye is removed | Paul Gilbert | |
2017-08-05 | TITANIC: Fix getting into Lift 1 from a first class floor | Paul Gilbert | |
2017-08-05 | TITANIC: Only allow exiting SGT minilifts on the ground floor | Paul Gilbert | |
2017-08-04 | TITANIC: Fixes for names in the CursorId enum | Paul Gilbert | |
2017-08-01 | TITANIC: Fix sound effects on the Promenade Deck | Paul Gilbert | |
2017-07-31 | TITANIC: Handle brief freeze if prologue credits are skipped | Paul Gilbert | |
2017-07-31 | TITANIC: Don't let bots appear when you're in the Gondola | Paul Gilbert | |
I agree with Dafioram, frankly it just looks weird | |||
2017-07-31 | TITANIC: Don't have bots appear in Embarkation SuccUBus or Deskbot desk | Paul Gilbert | |
2017-07-31 | TITANIC: Fix delay check for Bellbot/Doorbot summoner | Paul Gilbert | |
2017-07-29 | TITANIC: Fix Bomb Explosion ending | Paul Gilbert | |
2017-07-27 | TITANIC: Fix handling of Gondolier sliders when arms are used on them | Paul Gilbert | |
2017-07-26 | TITANIC: Have Promenade fan properly renaimate when returning to view | Paul Gilbert | |
2017-07-26 | TITANIC: Fix wrong array size | Willem Jan Palenstijn | |
This will hopefully fix #10001 | |||
2017-07-24 | TITANIC: Show Lift call remote action when approaching a lift | Paul Gilbert | |
2017-07-23 | TITANIC: Fix delay before Bellbot & Doorbot appears | Paul Gilbert | |
2017-07-23 | TITANIC: Adjust the switch/case fall-through comments | Bastien Bouclet | |
This way, GCC 7 does not generate a warning for those cases when -Wimplicit-fallthrough=3 is enabled, which is now the default. | |||
2017-07-22 | TITANIC: Fixes for CIdleSummoner to summon Bellbot or Doorbot | Paul Gilbert | |
2017-07-17 | TITANIC: Don't prod Maitre D's butt just by moving mouse on him | Paul Gilbert | |
2017-07-16 | TITANIC: Fix Gondola mixer to use the two different songs | Paul Gilbert | |
2017-07-16 | TITANIC: Workaround music being lost leaving Arboretum in Winter | Paul 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-16 | TITANIC: Renamings for Gondolier Mixer | Paul Gilbert | |
2017-07-16 | TITANIC: Fix music transitions for each passenger class in lift travel | Paul Gilbert | |
2017-07-16 | TITANIC: Add a VolumeMode enum | Paul Gilbert | |
2017-07-16 | TITANIC: Cleanup of CAutoAnimate class | Paul Gilbert | |
2017-07-15 | TITANIC: Endgame sequence sound fixes | Paul Gilbert | |
2017-07-15 | TITANIC: Fix incorrect calls to queueSound | Bastien Bouclet | |
The sound type was being passed in the balance parameter. | |||
2017-07-12 | TITANIC: Fix promenade fan noises when turned to full | Paul Gilbert | |
2017-07-08 | TITANIC: Show Vision Centre on bartop with pickup hand cursor | Paul Gilbert | |
2017-07-06 | TITANIC: Fix Arboretum Winter view enter animation | Paul Gilbert | |
2017-07-06 | TITANIC: Mark a few more sound playbacks as speech | Paul Gilbert | |
2017-07-06 | TITANIC: Fix ship announcements with no content | Paul Gilbert | |
2017-07-06 | TITANIC: Fix crash clicking on MissiveOMat login prompt | Paul Gilbert | |