Age | Commit message (Collapse) | Author |
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was broken by the recent modifications to the SurfaceSDLGraphics class
which this inherits from.
|
|
This was broken by the recent modifications to the SurfaceSDLGraphics class
which this inherits from.
|
|
This was broken by the recent modifications to the SurfaceSDLGraphics class
which this inherits from.
|
|
|
|
|
|
|
|
Use Common::FSNode to test for screenshot existence instead of
SDL_RWFromFile(). SDL does different character encoding conversions
which fail on Windows when a unicode character is in the path.
Fixes bug #11118
|
|
|
|
* OPENGL: Implement high DPI support on Android
* PSP2: Fix build
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
* ANDROID: Rewrite to make use of OpenGLGraphicsManager
* ANDROID: Fix emulated mouse button up events
|
|
|
|
|
|
This removes the usage of memset to clear complex structures and replaces
them with constructor methods for the structures which will be executed
when these are instantiated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The GLSL version code has been taken from ResidualVM. The variable
'texture' is now a reserved keyword in GLSL 3.00, so it has been
renamed. This fixes compilation issues in AmigaOS4 (PR 1554).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|