Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-25 | MOHAWK: MYST: Turn held page state into an enum | dafioram | |
Previously, the held page stage was an unsigned int 16 with values 0-13. The enum will make its state more clear. | |||
2018-04-24 | MOHAWK: MYST: Redraw the tower angle line after the rotation completes | Bastien Bouclet | |
Fixes Trac#10499. | |||
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 | |
Fixes the sound receiver display stopping for a little while every second or so when keeping a direction button pressed. | |||
2018-04-21 | MOHAWK: MYST: Make sound receiver hint boundary line up with orig | David Fioramonti | |
In the original the sound reciever would provide a hint of the source sound direction when the user was less than 5 degrees away. In ScummVM it was less than or equal to 5 degrees. Now it matches the behavior of the original. | |||
2018-04-21 | MOHAWK: MYST: Enhance: slow down sound receiver max spin rate | David Fioramonti | |
This slows down the Selentic age sound receiver spin rate when fully depressing either of the turn buttons. This is a deviation from the original and improves the users experience. In the original when the button is fully depressed the receiver turns so fast that it is impossible to predict what angle you full be at when you let go. | |||
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 | |
Fixes #Trac10486. For 12 Hr format versions, in ScummVM when the hour was set to what should be 12:XX it was displayed as 0:XX. This differs with the original English versions which displays the 12:xx. I verified this fix in both Myst ME and Myst English CD. | |||
2018-04-15 | MOHAWK: MYST: Fix observatory slider sounds repeating too quickly | Bastien Bouclet | |
Add delays to simulate running at a lower framerate. | |||
2018-04-11 | MOHAWK: MYST: Fix missing sound effect when using the rocket slider | Bastien Bouclet | |
Fixes #10485. | |||
2018-04-02 | MOHAWK: MYST: Initialize more variables | Bastien Bouclet | |
To make static analysis tools quiet. | |||
2018-04-02 | MOHAWK: MYST: Implement opcodes 178 and 179 | Bastien Bouclet | |
Used when turning pages in the library. Some versions of the game appear to use them. Fixes #10474. | |||
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 | |
Fixes #10114. | |||
2017-08-10 | MOHAWK: Myst: Restore the backbuffer after toggling off fireplace buttons | Bastien Bouclet | |
Fixes #10064 | |||
2017-08-10 | MOHAWK: Myst: Stop gears video before calling elevator on mechanical | Bastien Bouclet | |
Fixes #10108. | |||
2017-08-08 | MOHAWK: Myst: Fix off by one pixel map position when rotating the tower | Bastien Bouclet | |
Fixes #10081. | |||
2017-08-05 | MOHAWK: Myst: Display every second fireplace button animation frame | Bastien Bouclet | |
The animation is too slow when displaying each frame at 60 fps. Fixes #10053 | |||
2017-07-30 | MOHAWK: Myst: Set the mixer sound type to SFX for videos | Bastien Bouclet | |
Also simplify video filename construction. | |||
2017-07-22 | MOHAWK: Myst: Fix Selenitic sound receiver buttons not flashing | Bastien Bouclet | |
The new screen update strategy does not allow scripts to draw twice at the same location for blinking. | |||
2017-07-22 | MOHAWK: Myst: Fix error when checking the rocket sliders solution twice | Bastien Bouclet | |
The game was trying to start playing the linking book video in a blocking way whereas it was set to loop by the first check. Fixes #9914. | |||
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 | |
It now more closely matches the original. Effect sounds are now stopped when resuming background sounds. Fixes #9574, Fixes #9920. | |||
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 | |
Change all inner loops to call the same frame function. Remove the draw delay code. Now that we have proper frame pacing it is not necessary anymore to wait before drawing to make sure the previous frame stayed on the screen long enough. Fixes #9915, #9922, #9923. | |||
2017-07-22 | MOHAWK: Myst: Decorrelate hotspot handling from event handling | Bastien Bouclet | |
This makes sure doFrame can be called from anywhere, including scripts. | |||
2017-07-22 | MOHAWK: Myst: Change blocking sounds to use the main loop | Bastien Bouclet | |
2017-07-22 | MOHAWK: Myst: Change blocking movies and waits to use the main loop | Bastien Bouclet | |
2017-07-22 | MOHAWK: Remove unused parameters VideoManager | Bastien Bouclet | |
2017-07-22 | MOHAWK: Get rid of VideoHandle | Bastien Bouclet | |
2017-07-22 | MOHAWK: Myst: Remove delayUntilMovieEnds | Bastien Bouclet | |
This will break movies called by scripts until event handling is decorrelated from script calls. | |||
2017-07-09 | MOHAWK: Myst: Fix the sound receiver sound restarting on each frame | Bastien Bouclet | |
Fixes #9921. | |||
2017-07-09 | MOHAWK: Myst: Fix the piano sound effect restarting when moving the mouse | Bastien Bouclet | |
Fixes #9916. | |||
2017-07-05 | MOHAWK: Myst: Poll for events every 10ms when waiting | Bastien Bouclet | |
2017-07-03 | MOHAWK: Poll for events in two inner game loops on Selenitic | Bastien Bouclet | |
This should hopefully prevent Windows from showing a 'busy' cursor. Fixes Trac#9570. | |||
2017-03-18 | MOHAWK: Allow the mouse cursor to move while drawing in a tight loop | Bastien Bouclet | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-09-25 | MOHAWK: Fix the tower rotation line to be white instead of black | Bastien Bouclet | |
This was a regression from the default palette change. Fixes #9567. | |||
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion | |
2016-03-28 | MOHAWK: Play the gears sound when resetting the Myst clock puzzle | Bastien Bouclet | |
Fixes #7093. | |||
2016-03-05 | MOHAWK: Fix error at the end of the Myst credits | Bastien Bouclet | |
2016-03-05 | MOHAWK: Add a method to get a video handle from a MystAreaVideo | Bastien Bouclet | |
Use it to fix the fortress rotation controls once more | |||
2016-03-05 | MOHAWK: Fix the sound receiver initially displaying an incorrect view | Bastien Bouclet | |
2016-03-05 | MOHAWK: Fix the Selenitic sound receiver speed being too fast | Bastien Bouclet | |
The rotation speed no longer goes directly to the maximum possible speed after one second. This bug also happened in the original. | |||
2016-03-05 | MOHAWK: Fix garbage being drawn when pressing the rockey piano keys | Bastien Bouclet | |
Was a regression introduced in 085f3700f7cd6ddb23abe3719ca21b7025695da4 | |||
2016-03-05 | MOHAWK: Fix one of the Channelwood monitor movies being misaligned | Bastien Bouclet | |
2016-03-05 | MOHAWK: Adjust the Myst gauge boiler movie to the new VideoHandle semantics | Bastien Bouclet | |
Fixes it not being updated. |