aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/edit_control.cpp
AgeCommit message (Collapse)Author
2017-01-01TITANIC: Support mouse wheel scrolling for MissiveOMat messagesPaul Gilbert
2016-12-31TITANIC: Better names for CEditControlMsg mode enumPaul Gilbert
2016-12-31TITANIC: Convert CEditControlMsg _mode to an enumPaul Gilbert
2016-12-31TITANIC: Workaround for MissiveOMat text not initialising in originalPaul Gilbert
2016-08-24TITANIC: Implemented CMissiveOMat classPaul Gilbert
2016-08-19TITANIC: Implemented CEditControl classPaul 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-02TITANIC: More saveable classes implementedPaul Gilbert