aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/code_wheel.cpp
AgeCommit message (Collapse)Author
2017-10-09TITANIC: DE: Fix bomb passwordPaul Gilbert
2017-10-08TITANIC: DE: Further tweak code wheel loadingPaul Gilbert
2017-10-07TITANIC: DE: Fix default code wheel lettersPaul Gilbert
2017-10-07TITANIC: DE: Fixes for bomb code wheelsPaul Gilbert
2017-09-20TITANIC: DE: Adding sound translationsPaul Gilbert
2017-02-19WORKAROUND: Stop resetting bomb code wheels when loading savegamesPaul Gilbert
The original kept resetting the bomb's code wheels whenever the view was entered, which meant reloading a savegame, you lost any progress you'd made. Presumably this was done as a quick and dirty hack in case anyone was stupid enough to rearm the bomb after fixing it the first time. I've added new code that now only resets the wheels when the bomb is initially armed, and you can now save in the bomb closeup, and it will remember all your selections
2017-02-19TITANIC: Renamings for CBomb classPaul Gilbert
2017-02-19TITANIC: Fixes and cleanup for CodeWheelPaul Gilbert
2017-02-16TITANIC: Cleanup of movie flagsPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-11TITANIC: Simplify German version checksPaul Gilbert
2016-09-11TITANIC: Extra loading logic and translation code for German versionPaul Gilbert
2016-08-26TITANIC: Implemented more 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-03-02TITANIC: More saveable classes implementedPaul Gilbert