Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix system menu in OS
|
|
|
|
|
|
More fix to cine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by astyle.
|
|
This should fix bug #3395057 "GUI: Font-Background Color Contrast Problem in Modern Theme".
At the very least it will improve the contrast.
|
|
The old builtin one actually was based on a unpublished version, which failed
with the current code. Oops.
|
|
|
|
|
|
|
|
|
|
New save/load chooser
Conflicts:
gui/saveload.cpp
|
|
|
|
This was reported by valgrind, while looking at a different issue.
|
|
This fixes most cases of incorrect palette on savegame loading.
Thanks to yaz0r for this fix.
|
|
Traced with gdb to sound.cpp:792 i.e. _fadeOutTimer infinite loop.
This bug was introduced by the addition of the MT-32 output driver for
Future Wars and associated mutex changes.
The _fadeOutTimer increment is done by the timer callback occuring
during the load method call, but this was excluded by the mutex.
Fixed by moving the mutex in the load method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will be used by WME.
|
|
|
|
|
|
* It definately does not exist in the GLES implementations I can test with.
* Don't configure if USE_GLES is set.
|
|
There is no indication in the corresponding bug report this was for
an Amiga version.
|
|
|
|
reporting it.
|
|
|
|
|
|
|
|
|
|
|
|
As supplied by einstein95 in bug report #3544449.
|
|
|
|
This also adds an omitted _decodedSampleCount initialization in Oki
ADPCM decoder.
|
|
|