Age | Commit message (Collapse) | Author |
|
Cemetery"
|
|
|
|
|
|
original"
|
|
|
|
|
|
This fixes several scaling related problems in QFG4 and SQ6
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the sliders in QFG4 without introducing any regressions,
as the objects are still drawn on screen using the per-frame adjusted
coordinates
|
|
|
|
Added some comments to make it more readable. Switched usage of a temporary buffer and a double memcpy with a memmove.
Also fixed a potential out-of-bounds write, thanks to LordHoto.
|
|
|
|
|
|
|
|
|
|
|
|
(let the FM-Towns version load up and run without errors/crashes)
|
|
|
|
|
|
|
|
|
|
|
|
This currently adds defines for nullptr and override, so we can use them in
pre-C++11 compilers, while taking advantage of them with C++11 compilers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ENGINES: Honor the default to 1x flag for OpenGL modes
|
|
|
|
|
|
Done with:
git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
|
|
This was forgotten to adapt in e016e7dfc2b1e3cdb39c01d81c5a34eee66a277b.
|
|
Patch from #3599990 "CONFIGURE: Equate amd64 with x86_64".
|
|
|
|
|
|
This is necessary for newer firmware support.
|
|
|
|
The MUNT debug messages are called from an audio callback, which is not allowed to
update the screen, as per the OSystem documentation in common/system.h:401
|
|
|