aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pickup
AgeCommit message (Collapse)Author
2017-08-16TITANIC: Fix hose pickup cursor when loading savegame with cover openPaul Gilbert
2017-07-08TITANIC: Show Vision Centre on bartop with pickup hand cursorPaul Gilbert
2017-01-03TITANIC: Make hose visible when dragging itPaul Gilbert
2017-01-03TITANIC: Fix opening the broken pellerator enabling the hosePaul Gilbert
2016-09-10TITANIC: Move text messages to DAT filePaul Gilbert
2016-08-27TITANIC: Implemented more game classesPaul Gilbert
2016-08-27TITANIC: Implemented game pickup classesPaul 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-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-02TITANIC: Implemented more saveable classesPaul Gilbert
2016-03-01TITANIC: Added more miscellaneous classesPaul Gilbert