Age | Commit message (Expand) | Author |
2018-07-30 | MOHAWK: MYST: Add support for the localized 25th games | Bastien Bouclet |
2018-07-21 | MOHAWK: MYST: Don't call the mouse up handler if executeMouseUp was used | Bastien Bouclet |
2018-07-15 | MOHAWK: MYST: Have Mech fortress west direction persists after returning | David Fioramonti |
2018-07-15 | MOHAWK: MYST: Don't set Mech direction when elevator button is pressed | David Fioramonti |
2018-07-08 | MOHAWK: MYST: Play complete audio clip when changing the boiler pressure | Bastien Bouclet |
2018-07-03 | MOHAWK: MYST: Use degree conversion common math funcs | David Fioramonti |
2018-07-02 | MOHAWK: MYST: Always clear the screen before playing fullscreen movies | Bastien Bouclet |
2018-06-29 | MOHAWK: MYST: Introduce a main menu stack | Bastien Bouclet |
2018-06-24 | Merge pull request #1220 from dafioram/mystDaySlider | Bastien Bouclet |
2018-06-24 | MOHAWK: MYST: Turn FortressRotation into a Direction enum | David Fioramonti |
2018-06-19 | MOHAWK: MYST: Fix out of bounds read when redrawing the observatory | Bastien Bouclet |
2018-06-19 | MOHAWK: MYST: Increment y_pos of observatory day slider faster | David Fioramonti |
2018-06-13 | MOHAWK: MYST: Make the scripts time accounting pause safe | 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-27 | MOHAWK: MYST: Fix two Atrus videos playing at the same time in D'ni | Bastien Bouclet |
2018-04-27 | MOHAWK: MYST: Make Dni/Atrus endings an enum | David Fioramonti |
2018-04-26 | MOHAWK: MYST: Reset the main cursor when starting the credits | Bastien Bouclet |
2018-04-26 | MOHAWK: MYST: Make global currentAge an enum | David Fioramonti |
2018-04-25 | MOHAWK: MYST: Turn held page state into an enum | dafioram |
2018-04-24 | MOHAWK: MYST: Redraw the tower angle line after the rotation completes | Bastien Bouclet |
2018-04-21 | MOHAWK: Remove extra coma | Bastien Bouclet |
2018-04-21 | Merge branch 'dafioram-myst_soundrecvrChanges' | Bastien Bouclet |
2018-04-21 | MOHAWK: MYST: Always redraw the sound receiver at constant speeds | Bastien Bouclet |
2018-04-21 | MOHAWK: MYST: Make sound receiver hint boundary line up with orig | David Fioramonti |
2018-04-21 | MOHAWK: MYST: Enhance: slow down sound receiver max spin rate | David Fioramonti |
2018-04-15 | JANITORIAL: Fix code formatting | Eugene Sandulenko |
2018-04-15 | MOHAWK: MYST: Fix Observatory displayed hour from 0:XX to 12:XX | David Fioramonti |
2018-04-15 | MOHAWK: MYST: Fix observatory slider sounds repeating too quickly | Bastien Bouclet |
2018-04-11 | MOHAWK: MYST: Fix missing sound effect when using the rocket slider | Bastien Bouclet |
2018-04-02 | MOHAWK: MYST: Initialize more variables | Bastien Bouclet |
2018-04-02 | MOHAWK: MYST: Implement opcodes 178 and 179 | Bastien Bouclet |
2018-03-31 | MOHAWK: Fix some clang-tidy warnings | Bastien Bouclet |
2017-08-12 | MOHAWK: Myst: Fix one Atrus video being off position by one pixel | Bastien Bouclet |
2017-08-10 | MOHAWK: Myst: Restore the backbuffer after toggling off fireplace buttons | Bastien Bouclet |
2017-08-10 | MOHAWK: Myst: Stop gears video before calling elevator on mechanical | Bastien Bouclet |
2017-08-08 | MOHAWK: Myst: Fix off by one pixel map position when rotating the tower | Bastien Bouclet |
2017-08-05 | MOHAWK: Myst: Display every second fireplace button animation frame | Bastien Bouclet |
2017-07-30 | MOHAWK: Myst: Set the mixer sound type to SFX for videos | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Fix Selenitic sound receiver buttons not flashing | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Fix error when checking the rocket sliders solution twice | 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: Decorrelate hotspot handling from event handling | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Change blocking sounds to use the main loop | Bastien Bouclet |