Age | Commit message (Expand) | Author |
2018-07-21 | MOHAWK: MYST: Don't call the mouse up handler if executeMouseUp was used | Bastien Bouclet |
2018-06-13 | MOHAWK: MYST: Move the current stack id to ScriptParser | Bastien Bouclet |
2018-06-13 | MOHAWK: MYST: Extract a Card class out of the main engine class | Bastien Bouclet |
2018-05-17 | MOHAWK: MYST: Opcode 102 in Channelwood can only set the volume to non 0 values | Bastien Bouclet |
2018-04-25 | MOHAWK: MYST: Turn held page state into an enum | dafioram |
2018-03-31 | MOHAWK: Fix some clang-tidy warnings | Bastien Bouclet |
2017-07-30 | MOHAWK: Myst: Set the mixer sound type to SFX for videos | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Don't cast function pointers when registering commands | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Improve script execution tracing | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Switch to bounds checked opcode arguments | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Rewrite the sound code | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Move the sound code to its own class | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Update the screen only once per frame | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Change blocking movies and waits to use the main loop | Bastien Bouclet |
2017-07-22 | MOHAWK: Get rid of VideoHandle | Bastien Bouclet |
2017-03-18 | MOHAWK: Allow the mouse cursor to move while drawing in a tight loop | Bastien Bouclet |
2016-03-05 | MOHAWK: Fix one of the Channelwood monitor movies being misaligned | Bastien Bouclet |
2016-02-20 | MOHAWK: Fix Channelwood's opcode 129 | Bastien Bouclet |
2016-02-07 | MOHAWK: Fix some incorrect MystArea casts | Bastien Bouclet |
2016-02-07 | MOHAWK: Don't use static_cast to downcast view resources | Bastien Bouclet |
2016-02-07 | MOHAWK: Don't downcast _invokingResource using static_cast | Bastien Bouclet |
2016-02-07 | MOHAWK: Rename Myst's Area classes | Bastien Bouclet |
2016-01-13 | MOHAWK: Fix the getter for Channelwood's var 32 | Bastien Bouclet |
2015-07-17 | MOHAWK: Move further VideoManager functionality to VideoEntry | Matthew Hoops |
2015-07-17 | MOHAWK: Make video handles actual objects | Matthew Hoops |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-12-16 | MOHAWK: Implement most of Myst's transition system | Bastien Bouclet |
2012-12-16 | MOHAWK: Play Channelwood stairs door closing movie backwards | Bastien Bouclet |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops |
2011-08-27 | MOHAWK: Implement channelwood var getter 31 (patch from P. Monnerat) | Bastien Bouclet |
2011-05-14 | MOHAWK: When running scripts in Myst, add delays when necessary between draws... | 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-02-15 | MOHAWK: Shorten Myst stack classes names | Bastien Bouclet |
2011-02-15 | MOHAWK: Put togeter the Myst stack classes in a namespace | Bastien Bouclet |
2011-02-07 | VIDEO: Replace Video::VideoTimestamp with Audio::Timestamp | Max Horn |
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko |
2011-01-22 | MOHAWK: Silence a warning | Filippos Karapetis |
2011-01-22 | MOHAWK: Dragging resources / levers code cleanup | Bastien Bouclet |
2011-01-22 | MOHAWK: Implement Channelwood's remaining opcodes | Bastien Bouclet |
2011-01-22 | MOHAWK: Implement Channelwood opcodes 118 and 203: Sirius's drawer | Bastien Bouclet |
2011-01-22 | MOHAWK: Implement Channelwood opcodes 106 and 109: Stair door switch | Bastien Bouclet |
2011-01-22 | MOHAWK: Implement Channelwood opcodes 108, 127, 128: elevators | Bastien Bouclet |
2011-01-22 | MOHAWK: Complete Channelwood opcode 101, pipe bridge | Bastien Bouclet |
2011-01-21 | MOHAWK: Fix channelwood var getter 3, water flawing to temple elevator. | Bastien Bouclet |
2011-01-21 | MOHAWK: Implement Channelwood generic lever opcodes, and bridge opcodes | Bastien Bouclet |
2011-01-18 | MOHAWK: Rename some Myst-specific sound functions; cleanup | Matthew Hoops |
2011-01-18 | MOHAWK: Rename some VideoManager functions so we have some unified naming bet... | Matthew Hoops |
2011-01-18 | MOHAWK: Implement channelwood pipe valves | Bastien Bouclet |
2010-12-26 | MOHAWK: Move myst_saveload.* to myst_state.* | Matthew Hoops |