aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/seasonal_adjustment.cpp
AgeCommit message (Collapse)Author
2017-09-21TITANIC: DE: More sound translationsPaul Gilbert
2017-01-14TITANIC: Renamings for CSeasonalAdjustmentPaul Gilbert
2016-09-10TITANIC: Move text messages to DAT filePaul Gilbert
2016-08-27TITANIC: Implemented more game classes, fleshed out season handlingPaul 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-02-29TITANIC: Implemented lots of CBackground descendent classesPaul Gilbert