Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ENGINES: Return unknown game variants with the list of detected games
|
|
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.
|
|
MOHAWK: Fix decoding sounds with 16 bit samples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MOHAWK: README: Minor autosave changes and notes for autosaving
|
|
|
|
|
|
|
|
The previous URI spawns many useless subshells on the POSIX backend
through (harmless) shell command injection.
|
|
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.
|
|
The previous logic was enabling autosaving if the metadata
file was not present, but saves from the original
don't have metadata. Now it checks if the non-metadata
file can be loaded to determine if the slot is empty.
|
|
|
|
|
|
|
|
|
|
|