aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/perch.cpp
AgeCommit message (Collapse)Author
2016-11-11TITANIC: Load more text strings from data filePaul Gilbert
2016-08-26TITANIC: Implemented other parrot related game 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-02-29TITANIC: Added a bunch of classes, loading method fixesPaul Gilbert