Age | Commit message (Collapse) | Author |
|
|
|
This fixes missing playback of some videos in Rama, like the
background video that plays when selecting an email at the
computer at the start of the game.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The crosshairs are used in the main starfield as well, so they
shouldn't have a Photo specific name
|
|
|
|
|
|
|
|
|
|
As proposed by bluegr
|
|
|
|
|
|
|
|
|
|
Fixes bug #9812
|
|
Should solve bug #9805
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ENGINES: Allow detection entries to match on full paths
|
|
GUI: Fully hide GMM save/load buttons if not supported by engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The ScummVM implementation of class SciArray::fill() has a bug where it
will overwrite the array[index] with the value count times, rather than
fill the array starting from index count times.
This patch fixes that behavior. This was noticed because the LSL7 dice
game was broken, it was impossible to lose. After this patch the dice
game works as expected.
Closes gh-953.
|
|
|
|
|
|
Previously, they were only greyed out. According to the discussion on
patch #8925, this was a limitation of the GUI layout engine when these
buttons were introduced in 2008. This no longer seems to be a problem.
|