aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt
AgeCommit message (Collapse)Author
2017-10-10TITANIC: Show SGT furniture in stateroom even after upgradingPaul Gilbert
2017-10-10TITANIC: Only allow moving to SGT TV in assigned roomPaul Gilbert
2017-09-21TITANIC: DE: More sound translationsPaul Gilbert
2017-09-20TITANIC: DE: Adding sound translationsPaul Gilbert
2017-09-20TITANIC: DE: Adding sound translationsPaul Gilbert
2017-09-07TITANIC: Fix hiding SGT toilet after turning it on & offPaul Gilbert
2017-09-06TITANIC: Fix gfx glitch closing SGT chest of drawersPaul 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-10TITANIC: Fix reinflating SGT bed after deflating itPaul Gilbert
2017-08-05TITANIC: Only allow exiting SGT minilifts on the ground floorPaul Gilbert
2017-06-21TITANIC: Renamings for room flags sublevel methodsPaul Gilbert
2017-02-16TITANIC: Cleanup of movie flagsPaul Gilbert
2016-11-30TITANIC: Fix turning on chest of drawers in SGT stateroomPaul Gilbert
2016-11-16TITANIC: Fixes for TV and Bedhead open/closePaul Gilbert
2016-11-16TITANIC: Fix opening/closing desk and drawersPaul Gilbert
2016-11-16TITANIC: Fix opening & closing washstandPaul Gilbert
2016-11-13TITANIC: Fix closing bed footerPaul Gilbert
2016-11-12TITANIC: Lots more SGT field renamingsPaul Gilbert
2016-11-12TITANIC: Renamings for SGT state room object fieldsPaul Gilbert
2016-11-12TITANIC: Fix look text for SGT stateroomPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-10TITANIC: Move text messages to DAT filePaul Gilbert
2016-08-28TITANIC: Implemented remaining game classesPaul Gilbert
2016-08-28TITANIC: Implemented SGT game classesPaul Gilbert
2016-08-27TITANIC: Implemented more game classes, fleshed out season handlingPaul Gilbert
2016-08-25TITANIC: Add loading of bedhead dataPaul Gilbert
2016-08-24TITANIC: Implemented CBedhead classPaul Gilbert
2016-08-21TITANIC: Implemented CGondolierSlider classPaul Gilbert
2016-08-20TITANIC: Implemented more game classesPaul Gilbert
2016-08-19TITANIC: Implemented more game classesPaul Gilbert
2016-08-18TITANIC: Implementing game classesPaul Gilbert
2016-08-18TITANIC: Implementing game classesPaul Gilbert
2016-08-17TITANIC: Implementing game logic classesPaul Gilbert
2016-08-15TITANIC: Fix some compiler warningsPaul Gilbert
2016-08-14TITANIC: Implemented more game classesPaul Gilbert
2016-08-12TITANIC: Implemented CArmchair classPaul Gilbert
2016-07-24TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usagePaul Gilbert
2016-07-24TITANIC: Add semicolon after CLASSDEF macro usagePaul 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-04-07TITANIC: Converting other message stubs to new formatPaul Gilbert
2016-04-06TITANIC: Furhter in-progress message handling conversionPaul Gilbert
2016-03-24TITANIC: Make all use of message targets public inheritancePaul Gilbert
2016-03-24TITANIC: Cleanup and fixes for message hierarchyPaul Gilbert
2016-03-18TITANIC: Remove const prefix from passed messagesPaul Gilbert
Turns out that some of the messages have properties that the objects that handle them can set. For example, the CMouseDragStartMsg has a _dragItem property that an item that allows dragging will explicitly set, allowing the input handler to keep track of what was dragged.
2016-03-17TITANIC: Added stubbed CEnterRoomMsg event handlers as neededPaul Gilbert
2016-03-06TITANIC: Converting saveable objects hierarchy to have type dataPaul Gilbert
This is necessary for at least message sending, and probably other areas, that needs to be able to pass class filtering for message targets. And I could figure out a clean way to use the built-in RTTI
2016-03-01TITANIC: Added more miscellaneous classesPaul Gilbert
2016-03-01TITANIC: Lots more miscellaneous classesPaul Gilbert
2016-03-01TITANIC: Added lots more miscellaneous classesPaul Gilbert
2016-02-29TITANIC: Added a bunch of classes, loading method fixesPaul Gilbert