Age | Commit message (Expand) | Author |
2014-07-08 | MOHAWK: Reset some Myst state variables as per the original | Bastien Bouclet |
2014-06-02 | MOHAWK: Use float constants in Myst code. | Johannes Schickel |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-20 | MOHAWK: Add missing break in switch, CID 1003750 | Torbjörn Andersson |
2013-01-03 | MOHAWK: Silence warnings | Matthew Hoops |
2012-12-16 | MOHAWK: Fix an uninitialized var usage in Mechanical | Bastien Bouclet |
2012-12-16 | MOHAWK: Fix opening the library in Myst Demo | Bastien Bouclet |
2012-12-16 | MOHAWK: Add the remaining Myst transition effects | Bastien Bouclet |
2012-12-16 | MOHAWK: Implement most of Myst's transition system | Bastien Bouclet |
2012-12-16 | MOHAWK: Implement the last two Myst opcodes | Bastien Bouclet |
2012-12-16 | MOHAWK: Fix Myst ME's clock tower weight not going back up | Bastien Bouclet |
2012-12-16 | MOHAWK: Add a workaround for Myst ME fortress rotation bug | Bastien Bouclet |
2012-12-16 | MOHAWK: Play Stoneship chest valve opening movie backwards | Bastien Bouclet |
2012-12-16 | MOHAWK: Play Channelwood stairs door closing movie backwards | Bastien Bouclet |
2012-12-16 | MOHAWK: Implement Mechanical fortress rotation | Bastien Bouclet |
2012-12-16 | MOHAWK: Play the gear closing movie in Myst | Bastien Bouclet |
2012-12-16 | MOHAWK: Implement the Myst boiler movies | Bastien Bouclet |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-12 | MOHAWK: Use setStopTime() | Matthew Hoops |
2012-07-29 | MOHAWK: Remove Myst ME Macintosh "support" | Matthew Hoops |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops |
2012-04-08 | MOHAWK: Enable the SVQ1 intro for Myst ME Mac | Matthew Hoops |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops |
2011-12-12 | MOHAWK: Display the weight up after resetting the clock puzzle in Myst ME | Bastien Bouclet |
2011-12-12 | MOHAWK: Fix Stoneship's hologram projector | Matthew Hoops |
2011-11-03 | MOHAWK: Make rocketSliderGetSound easier to understand | Matthew Hoops |
2011-11-03 | MOHAWK: Fix an incorrect state update in Myst / Stoneship. | Bastien Bouclet |
2011-08-27 | MOHAWK: Stop the engine sound when Myst's generator voltage goes down to zero... | Bastien Bouclet |
2011-08-27 | MOHAWK: Fix incorrect cursor in D'ni (patch from P. Monnerat) | Bastien Bouclet |
2011-08-27 | MOHAWK: Implement channelwood var getter 31 (patch from P. Monnerat) | Bastien Bouclet |
2011-08-27 | MOHAWK: Implement fading for Myst Demo | Bastien Bouclet |
2011-08-14 | MOHAWK: Implement remaining Myst demo sneak preview opcodes | Bastien Bouclet |
2011-08-14 | MOHAWK: Implement remaining Myst demo menu opcodes | Bastien Bouclet |
2011-08-13 | MOHAWK: Implement Myst demo opcodes 298 and 299, sneak preview speech. | Bastien Bouclet |
2011-08-07 | MOHAWK: Add specific cursor handling for Myst demo | Bastien Bouclet |
2011-08-07 | MOHAWK: Leaving from the slides should go to the information screens in Myst ... | Bastien Bouclet |
2011-07-02 | MOHAWK: Misc Mechanical fixes. Many thanks to Patrick Monnerat for the patch. | Bastien Bouclet |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-19 | MOHAWK: Compensate movie encoding difference between Myst ME and Myst origina... | Bastien Bouclet |
2011-05-15 | MOHAWK: Implement "Show Map" feature for Myst ME | Bastien Bouclet |
2011-05-14 | MOHAWK: When running scripts in Myst, add delays when necessary between draws... | Bastien Bouclet |
2011-05-14 | MOHAWK: Implement Mechanical opcodes 115, 116, 117, 118, 119 and 120. Fortres... | Bastien Bouclet |
2011-05-14 | MOHAWK: Implement Mechanical opcodes 109, 110, 111, 112, 113 and 114. Fortres... | Bastien Bouclet |
2011-05-12 | MOHAWK: Implement Mechanical opcodes 101, 103 and 202. Singing Bird. | Bastien Bouclet |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-21 | MOHAWK: Don't initialize a null pointer, to make VS2010 happy. | Bastien Bouclet |
2011-03-19 | MOHAWK: Changed usage of PI to M_PI (normally defined in math.h) | md5 |
2011-03-05 | MOHAWK: Implement Mechanical opcode 122, elevator go down timer | Bastien Bouclet |
2011-02-26 | MOHAWK: Correction for uninitialized read in Myst Cabin Door State. | D G Turner |