aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/saveable_object.cpp
AgeCommit message (Collapse)Author
2017-08-12TITANIC: Fix resuming well music after looking down wellPaul 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-08-05TITANIC: Fix original savegames from the bar not loadingPaul Gilbert
2017-07-18TITANIC: Fix crash trying to restart game after returning to launcherPaul 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-01-21TITANIC: Reorder class types setup so all ancestors come firstPaul Gilbert
2017-01-21TITANIC: Fix ancestor to descendent order for CParrotLobbyLinkUpdatorPaul Gilbert
2016-12-25TITANIC: Fix compiler warningsPaul Gilbert
2016-12-20TITANIC: Fix panning away from parrot cagePaul Gilbert
2016-12-19TITANIC: Add missing ADDFN lines for classes in CSaveableObjectPaul Gilbert
2016-11-07TITANIC: Simplify freeing class list on exitPaul Gilbert
2016-11-05TITANIC: Free allocated class type definitions on exitPaul Gilbert
2016-11-01TITANIC: Add support for mouse wheel scrolling conversations logPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-11TITANIC: Extra loading logic and translation code for German versionPaul Gilbert
2016-09-11TITANIC: In progress work on German Translation view in PETPaul Gilbert
2016-09-11TTIANIC: Add CPlaceHolderItem, CVariableList classesPaul Gilbert
2016-08-29TITANIC: Remove unused CChevSwitch classPaul Gilbert
2016-08-27TITANIC: Implemented more game classesPaul Gilbert
2016-08-26TITANIC: Implemented more game classesPaul Gilbert
2016-08-16TITANIC: Implemented various pellerator classesPaul Gilbert
2016-08-15TITANIC: Implemented CHeadPiece and ear classesPaul Gilbert
2016-08-14TITANIC: Move BilgeSuccUBus & ParrotSuccUBus to npcs/ folderPaul Gilbert
2016-07-24TITANIC: Add semicolons after DEFFN linesPaul 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: Cleanup CGameObject list from CMovieClipList to CMovieRangeInfoListPaul Gilbert
2016-07-15TITANIC: Rename CPlaceHolder to CPlaceHolderItem to match originalPaul Gilbert
2016-07-15TITANIC: gcc compilation fixesPaul Gilbert
2016-07-10TITANIC: Finished CComputerScreen TimerMsgPaul Gilbert
2016-07-10TITANIC: Implement checks for whether NPCs can be summonedPaul Gilbert
2016-07-10TITANIC: Implemented CGameObject::findPaul Gilbert
2016-07-10TITANIC: Implementing CArm message handlersPaul Gilbert
2016-07-10TITANIC: Implementing CCarry drag end handlerPaul Gilbert
2016-04-09TITANIC: Further implementation of timersPaul Gilbert
2016-04-06TITANIC: Fix class hierarchy in ClassDef structuresPaul Gilbert
2016-04-01TITANIC: Moved gfx/ pet classes into pet_control/Paul Gilbert
2016-03-31TITANIC: Beginnings of PET event handling codePaul Gilbert
2016-03-28TITANIC: Implemented CCDROM and various support stuffPaul Gilbert
2016-03-24TITANIC: Support methods needed by CTelevisionPaul Gilbert
2016-03-23TITANIC: More view event handling, beginnings of mouse cursor loadingPaul Gilbert
2016-03-19TITANIC: Implemented CGameManager::updatePaul Gilbert
2016-03-19TITANIC: Implemented CViewItem::viewChangePaul Gilbert
2016-03-18TITANIC: Implement input translator event methodsPaul Gilbert
2016-03-17TITANIC: Add stubs for CEnterNodeMsg message handlersPaul Gilbert
2016-03-17TITANIC: Added stubbed CEnterRoomMsg event handlers as neededPaul Gilbert
2016-03-13TITANIC: Add message generation at end of applicationStartingPaul Gilbert
2016-03-13TITANIC: Changed CGameStateSub to CGameLocation, properly implemented itPaul Gilbert
2016-03-12TITANIC: Added CGameObjectDescItem classPaul Gilbert
2016-03-12TITANIC: Implement various post-load methodsPaul Gilbert
2016-03-07TITANIC: Implemented message target classesPaul Gilbert