Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-16 | TITANIC: Remove redundant room check in CEarSweetBowl | Paul Gilbert | |
2017-10-13 | TITANIC: Renamed GlobalSound methods to AmbientSound | Paul Gilbert | |
2017-10-13 | TITANIC: Cleanup of auto music player classes and messages | Paul Gilbert | |
2017-10-12 | TITANIC: Play Pellerator sound only when moving to a new destination | Paul Gilbert | |
2017-10-10 | TITANIC: Show SGT furniture in stateroom even after upgrading | Paul Gilbert | |
2017-10-10 | TITANIC: Only allow moving to SGT TV in assigned room | Paul Gilbert | |
2017-10-09 | TITANIC: DE: Fix bomb password | Paul Gilbert | |
2017-10-08 | TITANIC: DE: Fix going to bottom of service elevator | Paul Gilbert | |
2017-10-08 | TITANIC: DE: Further tweak code wheel loading | Paul Gilbert | |
2017-10-07 | TITANIC: DE: Fix default code wheel letters | Paul Gilbert | |
2017-10-07 | TITANIC: DE: Fixes for bomb code wheels | Paul Gilbert | |
2017-10-04 | TITANIC: DE: Fix animations changing seasons in Arboretum | Paul Gilbert | |
2017-10-03 | TITANIC: Fix cursor when in MissiveOMat when Conversations tab active | Paul Gilbert | |
2017-09-24 | TITANIC: DE: Properly implement CArboretumGate changes | Paul Gilbert | |
2017-09-24 | TITANIC: Fix looking at broken pellerator after the first time | Paul Gilbert | |
2017-09-21 | TITANIC: DE: Add miscellaneous missed sound translations | Paul Gilbert | |
2017-09-21 | TITANIC: DE: More sound translations | Paul Gilbert | |
2017-09-20 | TITANIC: DE: Adding sound translations | Paul Gilbert | |
2017-09-20 | TITANIC: DE: Adding sound translations | Paul Gilbert | |
2017-09-20 | TITANIC: DE: Add translations for playGlobalSound calls | Paul Gilbert | |
2017-09-20 | TITANIC: DE: Add translations for loadSound calls | Paul Gilbert | |
2017-09-19 | TITANIC: DE: Adding German translations | Paul Gilbert | |
2017-09-19 | TITANIC: DE: Sound changes for Bomb | Paul Gilbert | |
2017-09-18 | TITANIC: Fix identified redundant tests & assignments | Paul Gilbert | |
2017-09-18 | TITANIC: Fix floor calculation in CChevCode::getChevFloorNum | Paul Gilbert | |
2017-09-18 | TITANIC: DE: Fix ship announcements | Paul Gilbert | |
2017-09-17 | TITANIC: Added German DeskbotScript process additions | Paul Gilbert | |
2017-09-17 | TITANIC: Create a separate g_language global in it's own file | Paul Gilbert | |
I was becoming concerned with more and more files having to add the full engine definition and sub-classes thereof via titanic.h, just so the TRANSLATE macro could call getLanguage. This way, files just need to include the lightweight translation.h file instead | |||
2017-09-17 | TITANIC: German sound fixes for rest of prologue | Paul Gilbert | |
2017-09-17 | TITANIC: Fixes for sounds and Doorbot during German prologue | Paul Gilbert | |
2017-09-16 | TITANIC: Fix incorrect sound effect in German prologue | Paul Gilbert | |
2017-09-11 | TITANIC: The hasAudioTiming code was just an isActive flag | Paul Gilbert | |
2017-09-09 | TITANIC: Fix nav helmet glitch from leaving view when it's animating | Paul Gilbert | |
2017-09-09 | TITANIC: Various whitespace fixes in star control classes | Paul Gilbert | |
2017-09-09 | TITANIC: Hitting go on captain wheel resets it | David Fioramonti | |
In the original once you have hit the go button on the steering wheel it won't let you use it again until you have solved the puzzle so that is how ScummVM does it now. | |||
2017-09-09 | TITANIC: Prevent locking/unlocking sounds in photoview | David Fioramonti | |
In scummvm and the original engine if you try to unlock/lock stars in photoview/skyview then the stars will not unlock/lock, but the sounds associated with unlocking and locking were playing. Giving a false impression that the locking/unlocking was happening. The sounds no longer play when in photoview. | |||
2017-09-09 | TITANIC: Improved naming for Helmet On/Off flag | David Fioramonti | |
2017-09-09 | TITANIC: Fix occassional PET mixup when toggling nav helmet on & off | Paul Gilbert | |
2017-09-09 | TITANIC: Fix play/stop operation for 1st Class Restaurant Phonograph | Paul Gilbert | |
2017-09-07 | TITANIC: Fix hiding SGT toilet after turning it on & off | Paul Gilbert | |
2017-09-06 | TITANIC: Fix gfx glitch closing SGT chest of drawers | Paul Gilbert | |
2017-09-04 | TITANIC: Fix display of music system stop button when pressed | Paul Gilbert | |
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 | |