aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/messages.h
AgeCommit message (Collapse)Author
2017-10-13TITANIC: Cleanup of auto music player classes and messagesPaul Gilbert
2017-08-06TITANIC: Remove development link left in computer screen viewPaul Gilbert
2017-08-06TITANIC: Create new CMovementMsg for new movement functionalityPaul Gilbert
This also moves logic for detecting which movement is associated with given keycodes and cursors to CMovementMsg and CLinkItem, which are better suited to contain the logic
2017-07-06TITANIC: Don't show Access Denied on MissiveOMat after successful loginPaul Gilbert
2017-07-05TITANIC: Fix parrot to only eat hot plain chickensPaul Gilbert
2017-06-24TITANIC: Renamings for nut bowl messagesPaul 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-18TITANIC: Renaming and cleanup for CGondolierSliderPaul Gilbert
2017-02-13TITANIC: Renaming of phonograph fieldsPaul Gilbert
2017-02-13TITANIC: Some phonograph cleanup, fix record buttonPaul Gilbert
2017-01-22TITANIC: Renamings for SuccUBus & hose, minor fixesPaul Gilbert
2017-01-16TITANIC: Rename light fields to more closely match originalPaul Gilbert
2017-01-16TITANIC: Renamings for light switchesPaul Gilbert
2016-12-31TITANIC: Further fixes and cleanup for MissiveOMat loginPaul Gilbert
2016-12-31TITANIC: Better names for CEditControlMsg mode enumPaul Gilbert
2016-12-31TITANIC: Convert CEditControlMsg _mode to an enumPaul Gilbert
2016-12-20TITANIC: Fix panning away from parrot cagePaul Gilbert
2016-12-01TITANIC: Renamings and clarifications for mail methodsPaul Gilbert
2016-11-11TITANIC: Load more text strings from data filePaul Gilbert
2016-10-30TITANIC: Cleanup of CServiceElevatorWIndow classPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-03TITANIC: Fix updating mixer during cutscenes, ending NPC speechPaul Gilbert
2016-09-02TITANIC: Figured out sound durations for speeches & SFXPaul Gilbert
2016-08-28TITANIC: Implemented remaining game classesPaul Gilbert
2016-08-28TITANIC: Implemented more game classesPaul Gilbert
2016-08-27TITANIC: Implemented restaurant related game classesPaul Gilbert
2016-08-27TITANIC: Implemented phonograph classesPaul Gilbert
2016-08-26TITANIC: Implemented other parrot related game classesPaul Gilbert
2016-08-25TITANIC: Implemented more game classes and music widget classesPaul Gilbert
2016-08-24TITANIC: Implemented CMissiveOMat classPaul Gilbert
2016-08-23TITANIC: Implemented more game classesPaul Gilbert
2016-08-21TITANIC: Implemented more game classesPaul Gilbert
2016-08-19TITANIC: Implemented CEditControl classPaul Gilbert
2016-08-17TITANIC: Implemented CChevPanel classPaul Gilbert
2016-08-17TITANIC: Finished CChevCode classPaul Gilbert
2016-08-17TITANIC: Implementing game logic classesPaul Gilbert
2016-08-15TITANIC: Implemented CHeadPiece and ear classesPaul Gilbert
2016-08-15TITANIC: Implemented CParrotSuccUBus classPaul Gilbert
2016-08-14TITANIC: Finished CParrot classPaul Gilbert
2016-08-13TITANIC: Implemented CBellBot classPaul Gilbert
2016-08-13TITANIC: Implementing CBarbot game object classPaul Gilbert
2016-08-13TITANIC: Implemented several NPC related game classesPaul Gilbert
2016-08-08TITANIC: Implemented CAutoSoundPlayer classPaul Gilbert
2016-08-07TITANIC: Implemented CAutoMusicPlayerBase classPaul Gilbert
2016-08-07TITANIC: Start of music player classPaul Gilbert
2016-07-24TITANIC: Add semicolon after CLASSDEF macro usagePaul Gilbert
2016-07-23TITANIC: Cleanup of CTimeEventInfo classPaul Gilbert
2016-07-15TITANIC: Major implementation of OSMovie and AVISurface classesPaul 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: Finished Deskbot message handlersPaul Gilbert