aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks
AgeCommit message (Collapse)Author
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-19MOHAWK: Compensate movie encoding difference between Myst ME and Myst ↵Bastien Bouclet
original, to fix a crash in the clock tower.
2011-05-15MOHAWK: Implement "Show Map" feature for Myst MEBastien Bouclet
2011-05-14MOHAWK: When running scripts in Myst, add delays when necessary between ↵Bastien Bouclet
draws to mimic older hardware.
2011-05-14MOHAWK: Implement Mechanical opcodes 115, 116, 117, 118, 119 and 120. ↵Bastien Bouclet
Fortress rotation simulator controls. QuickTime Custom framerate and backwards playback is required for the actual simulation to be implemented (opcode 206).
2011-05-14MOHAWK: Implement Mechanical opcodes 109, 110, 111, 112, 113 and 114. ↵Bastien Bouclet
Fortress rotation controls. QuickTime Custom framerate and backwards playback is required for the actual rotation to be implemented (opcode 205).
2011-05-12MOHAWK: Implement Mechanical opcodes 101, 103 and 202. Singing Bird.Bastien Bouclet
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-21MOHAWK: Don't initialize a null pointer, to make VS2010 happy.Bastien Bouclet
2011-03-19MOHAWK: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-03-05MOHAWK: Implement Mechanical opcode 122, elevator go down timerBastien Bouclet
2011-02-26MOHAWK: Correction for uninitialized read in Myst Cabin Door State.D G Turner
2011-02-22MOHAWK: Implement Mechanical elevator top movieBastien Bouclet
2011-02-22MOHAWK: Implement Mechanical elevator moviesBastien Bouclet
2011-02-22MOHAWK: Implement Mechanical elevator rotationBastien Bouclet
2011-02-20MOHAWK: Fix Un-initialized Read In Myst Library Tower Rotation Control.D G Turner
2011-02-15MOHAWK: Shorten Myst stack classes namesBastien Bouclet
2011-02-15MOHAWK: Put togeter the Myst stack classes in a namespaceBastien Bouclet
2011-02-15MOHAWK: Implement Mechanical opcode 201, staircase initBastien Bouclet
2011-02-15MOHAWK: Implement Mechanical opcodes 203 and 104, snake boxBastien Bouclet
2011-02-15MOHAWK: Implement Mechanical opcode 100Bastien Bouclet
2011-02-15MOHAWK: Implement Mechanical opcode 200Bastien Bouclet
2011-02-13MOHAWK: Implement opcode 105, Mechanical fortress staircase movieBastien Bouclet
2011-02-13MOHAWK: Implement Mechanical's crystalsBastien Bouclet
2011-02-13MOHAWK: Add var getters / togglers to Mechanical, pages can now beBastien Bouclet
taken
2011-02-12MOHAWK: Implement Mechanical opcode 125Bastien Bouclet
2011-02-12MOHAWK: Implement Mechanical var getters 4 and 15Bastien Bouclet
2011-02-12MOHAWK: Implement Stoneship's last opcodes, tunnel alarmBastien Bouclet
svn-id: r55891
2011-02-09MOHAWK: Complete Myst opcode 209, fixing the bookcase door lintel updatesBastien Bouclet
svn-id: r55861
2011-02-09MOHAWK: Implement Stoneship battery depletionBastien Bouclet
svn-id: r55860
2011-02-07VIDEO: Replace Video::VideoTimestamp with Audio::TimestampMax Horn
svn-id: r55814
2011-01-30MOHAWK: Implement Stoneship telescopeBastien Bouclet
svn-id: r55665
2011-01-30MOHAWK: Implement Stoneship cloud orbsBastien Bouclet
svn-id: r55652
2011-01-29MOHAWK: More Stoneship progress, hologram viewer and drawersBastien Bouclet
svn-id: r55622
2011-01-29MOHAWK: Implement more Stoneship puzzles, up to linking back to MystBastien Bouclet
svn-id: r55612
2011-01-28MOHAWK: Removed direct OSystem Quit calls from Myst Mohawk Interpreter.David Turner
This avoids the same issue that caused leakage in other engines. svn-id: r55584
2011-01-27MOHAWK: Implement Stoneship chest puzzleBastien Bouclet
svn-id: r55577
2011-01-23MOHAWK: Fixed possible use of uninitialized variables in Myst Selenitic Age ↵David Turner
code. svn-id: r55486
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
svn-id: r55479
2011-01-22MOHAWK: Silence a warningFilippos Karapetis
svn-id: r55442
2011-01-22MOHAWK: Dragging resources / levers code cleanupBastien Bouclet
svn-id: r55439
2011-01-22MOHAWK: Implement Channelwood's remaining opcodesBastien Bouclet
svn-id: r55434
2011-01-22MOHAWK: Implement Channelwood opcodes 118 and 203: Sirius's drawerBastien Bouclet
svn-id: r55423
2011-01-22MOHAWK: Implement Channelwood opcodes 106 and 109: Stair door switchBastien Bouclet
svn-id: r55420
2011-01-22MOHAWK: Implement Channelwood opcodes 108, 127, 128: elevatorsBastien Bouclet
svn-id: r55413
2011-01-22MOHAWK: Complete Channelwood opcode 101, pipe bridgeBastien Bouclet
svn-id: r55412
2011-01-21MOHAWK: Fix channelwood var getter 3, water flawing to temple elevator.Bastien Bouclet
svn-id: r55395
2011-01-21MOHAWK: Implement Channelwood generic lever opcodes, and bridge opcodesBastien Bouclet
svn-id: r55394
2011-01-18MOHAWK: Rename some Myst-specific sound functions; cleanupMatthew Hoops
svn-id: r55314