Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fixes the broderbund logo movie being partially visible when the Cyan logo is playing. Fixes Trac#10595. | |||
2018-07-02 | MOHAWK: RIVEN: Fix the credits not showing in the Polish version | Bastien Bouclet | |
Fixes Trac#10589 | |||
2018-06-30 | MOHAWK: Push down the include of advancedDetector.h | Bastien Bouclet | |
So the whole engine is not recompiled when making changes to the detection code. | |||
2018-06-29 | MOHAWK: RIVEN: Tweak a bit the main menu items | Bastien Bouclet | |
* Move the text to the left so the japanese version is not cut. * Increase the size of the text so it looks better when scaled up. | |||
2018-06-29 | MOHAWK: RIVEN: Fix loading autosaves saved while on the main menu | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Removed hardcoded list of language prefixes. | Eugene Sandulenko | |
This will let to play with the prefixes without recompilation. | |||
2018-06-29 | MOHAWK: Added file sizes to 25th Anniversary Riven entries | Eugene Sandulenko | |
2018-06-29 | MOHAWK: RIVEN: Disable autosaving while the game is not started | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Improve some of the main menu translations | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Restrict new menu to 25th Anniversary games | Eugene Sandulenko | |
2018-06-29 | MOHAWK: RIVEN: Add detection for the 25th Anniversary version | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Added Japanese font and menu translation | Eugene Sandulenko | |
2018-06-29 | MOHAWK: RIVEN: Translated new menu entries | Eugene Sandulenko | |
2018-06-29 | MOHAWK: Drop platform at Riven detection entries | Eugene Sandulenko | |
Since we do not distinguish between Win and Mac, we drop the platform from the detection entries during the autodetection | |||
2018-06-29 | MOHAWK: RIVEN: Show confirmation dialogs on the main menu | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Use an in-game thumbnail when saving from the menu | Bastien Bouclet | |
Instead of a thumbnail of the menu itself. | |||
2018-06-29 | MOHAWK: RIVEN: Fix starting a new game with a game currently active | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Fix saving while in the menu | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Fix loading and resuming from the main menu | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Fix compilation without Riven | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Remove the load/save/quit buttons from the options dialog | Bastien Bouclet | |
Those features can now be accessed through the main menu | |||
2018-06-29 | MOHAWK: RIVEN: Add more options to the main menu | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Patch in the load menu for the game versions missing it | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Localize menus | Eugene Sandulenko | |
2018-06-29 | MOHAWK: RIVEN: Fix crash for German Riven | Eugene Sandulenko | |
2018-06-29 | MOHAWK: RIVEN: Add a save button to the main menu | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Draw menu with TTF fonts | Eugene Sandulenko | |
2018-06-29 | MOHAWK: RIVEN: Show main menu on ESC | Eugene Sandulenko | |
2018-06-29 | MOHAWK: MYST: Introduce a main menu stack | Bastien Bouclet | |
Used in the 25th Anniversary edition of Myst ME | |||
2018-06-26 | CREDITS: Change nickname for Lothar Serra Mari | Lothar Serra Mari | |
2018-06-24 | Merge pull request #1220 from dafioram/mystDaySlider | Bastien Bouclet | |
MOHAWK: MYST: Increment y_pos of observatory day slider faster | |||
2018-06-24 | MOHAWK: MYST: Turn FortressRotation into a Direction enum | David Fioramonti | |
2018-06-23 | MOHAWK: MYST: Fix incorrect door close sound for the cablin | Bastien Bouclet | |
Fixes Trac#10580. | |||
2018-06-22 | MOHAWK: RIVEN: Fix out of bounds write in the flies effect | Bastien Bouclet | |
Fixes Trac#10579. | |||
2018-06-19 | MOHAWK: MYST: Fix out of bounds read when redrawing the observatory | Bastien Bouclet | |
The observatory go button computes random 105x106 rectangles in the 512x512 star image. The previous code would allow to go out of bounds by 3 pixels. Interestingly the bug is in the original engine disassembly perhaps it could crash as well. Fixes Trac#10576. | |||
2018-06-19 | MOHAWK: MYST: Increment y_pos of observatory day slider faster | David Fioramonti | |
Fixes Trac#10572. The day slider does not go all the way to the bottom (day 31st) when the down arrow is used to increment the day. This change increases how much y displacement happens with each change in the day so that the bottom is reach on day 31st. This is just a graphical bug and doesn't affect the logic of the puzzle. The day slider can also be dragged to the bottom without using the buttons. | |||
2018-06-14 | MOHAWK: MYST: Clean up the options dialog | Bastien Bouclet | |
Also load and save games using ctrl-o / ctrl-s. | |||
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: Simplify memory management of the active stack | Bastien Bouclet | |
2018-06-13 | MOHAWK: MYST: Extract a Card class out of the main engine class | Bastien Bouclet | |
This is to allow having multiple cards loaded at the same time in the future. | |||
2018-06-07 | MOHAWK: Display a GUI error message when no audio devices are available | Bastien Bouclet | |
2018-05-28 | Merge pull request #1187 from bgK/detection-refactor-unknown | Bastien Bouclet | |
ENGINES: Return unknown game variants with the list of detected games | |||
2018-05-28 | MOHAWK: MYST: Fix drawing the Stoneship red page open door | Bastien Bouclet | |
When the lights are on, the open door image would not draw at the correct position in Myst ME only. This is due to the open door image being too small. The original has a special case for that image. We reproduce that same hack. Fixes Trac#7143. | |||
2018-05-28 | Merge pull request #1201 from ccawley2011/mohawk-sound | Bastien Bouclet | |
MOHAWK: Fix decoding sounds with 16 bit samples | |||
2018-05-26 | Merge pull request #1198 from dafioram/mohawk10536 | Bastien Bouclet | |
MOHAWK: README: Minor autosave changes and notes for autosaving | |||
2018-05-24 | MOHAWK: Fix decoding sounds with 16 bit samples | Cameron Cawley | |
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth | |
2018-05-22 | MOHAWK: Allow non-autosaves in autosave slot to be deletable | David Fioramonti | |
With the addition of autosaving support, deleting saves (via the gui) to slot 0 was disabled, but for saves that have been previousl created by the user it make sense that they should be allowed to delete a save in slot 0. Fixes Trac#10536. |