aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/captains_wheel.cpp
AgeCommit message (Collapse)Author
2017-09-20TITANIC: DE: Adding sound translationsPaul Gilbert
2017-09-09TITANIC: Hitting go on captain wheel resets itDavid Fioramonti
In the original once you have hit the go button on the steering wheel it won't let you use it again until you have solved the puzzle so that is how ScummVM does it now.
2017-03-29TITANIC: Fix non-responsive Go button in bridge controlsPaul Gilbert
2017-02-20TITANIC: Fix cruise button on ship controlsPaul Gilbert
2017-02-20TITANIC: Initial cleanup & renamings for bridge controlsPaul Gilbert
2017-02-16TITANIC: Cleanup of movie flagsPaul Gilbert
2016-11-12TITANIC: Renamings of transitioning counter methodsPaul Gilbert
2016-08-17TITANIC: Implemented CCaptainsWheel 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-02-29TITANIC: Implemented lots of CBackground descendent classesPaul Gilbert