aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/transport
AgeCommit message (Collapse)Author
2017-10-13TITANIC: Renamed GlobalSound methods to AmbientSoundPaul Gilbert
2017-10-12TITANIC: Play Pellerator sound only when moving to a new destinationPaul Gilbert
2017-10-08TITANIC: DE: Fix going to bottom of service elevatorPaul Gilbert
2017-09-20TITANIC: DE: Add translations for loadSound callsPaul Gilbert
2017-09-19TITANIC: DE: Adding German translationsPaul Gilbert
2017-09-18TITANIC: Fix identified redundant tests & assignmentsPaul Gilbert
2017-09-17TITANIC: Create a separate g_language global in it's own filePaul 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-17TITANIC: German sound fixes for rest of prologuePaul Gilbert
2017-09-17TITANIC: Fixes for sounds and Doorbot during German prologuePaul 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-15TITANIC: Fix too short animations in Pellerator journeysPaul Gilbert
2017-08-15TITANIC: Fix too long animation in Pellerator journeysPaul Gilbert
2017-08-15TITANIC: Workaround longer Pellerator times after loading savegamesPaul Gilbert
2017-08-06TITANIC: Fix movement cursors in Lift 4 when eye is removedPaul Gilbert
2017-07-24TITANIC: Show Lift call remote action when approaching a liftPaul Gilbert
2017-07-16TITANIC: Fix music transitions for each passenger class in lift travelPaul Gilbert
2017-07-16TITANIC: Add a VolumeMode enumPaul Gilbert
2017-02-16TITANIC: Cleanup of movie flagsPaul Gilbert
2017-01-28TITANIC: Fix Pellerator movement from Bar to Music RoomPaul Gilbert
2016-12-18TITANIC: Renamings for PET Rooms flag for if elevator is brokenPaul Gilbert
2016-12-18TITANIC: Renaming of lift fieldsPaul Gilbert
2016-12-18TITANIC: Hide Titania's eye when leaving elevator 4Paul Gilbert
2016-12-18TITANIC: Fix animation going when going upwards in elevatorsPaul Gilbert
2016-12-07TITANIC: Fix lift passenger class transitioningPaul Gilbert
2016-11-11TITANIC: Further clenaup of CLiftIndicator classPaul Gilbert
2016-11-11TITANIC: Renamings of fields in CLiftIndicatorPaul Gilbert
2016-11-11TITANIC: Load more text strings from data filePaul Gilbert
2016-10-30TITANIC: Fix floor change message to go to both background & indicatorPaul Gilbert
2016-10-29TITANIC: Fix playback elevator background at correct speedPaul Gilbert
2016-10-29TITANIC: Fix wave file when pressing top elevator buttonPaul Gilbert
2016-10-29TITANIC: Fix pressing buttons in Service ElevatorPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-10TITANIC: Move text messages to DAT filePaul Gilbert
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-08-27TITANIC: Implemented more game classesPaul Gilbert
2016-08-24TITANIC: Implemented more game classesPaul Gilbert
2016-08-23TITANIC: Implemented more game classesPaul Gilbert
2016-08-23TITANIC: Implemented CLift classPaul Gilbert
2016-08-21TITANIC: Implemented more game classesPaul Gilbert
2016-08-21TITANIC: Implemented more game classesPaul Gilbert
2016-08-17TITANIC: Fix typoEugene Sandulenko
2016-08-16TITANIC: Fix for loop clauses in CPelleratorPaul Gilbert
2016-08-16TITANIC: Finished CPellerator classPaul Gilbert
2016-08-16TITANIC: Implemented various pellerator classesPaul Gilbert
2016-07-24TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usagePaul Gilbert
2016-07-24TITANIC: Add semicolon after CLASSDEF macro usagePaul Gilbert
2016-07-24TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usagesPaul Gilbert
2016-07-15TITANIC: Removed const modifier from all saveable objectsPaul Gilbert
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy
2016-07-15TITANIC: Set up empty message targets for classes without messagesPaul Gilbert
2016-04-07TITANIC: Converting other message stubs to new formatPaul Gilbert