Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-20 | SDL: Fix compilation with SDL2. | Johannes Schickel | |
2015-05-16 | SDL: Add TODO about fullscreen modes to OpenGL SDL code. | Johannes Schickel | |
2015-05-16 | SDL: Restore the original video mode when unloading the Surface graphics manager | Littleboy | |
We set a custom video mode that might have a different BPP from the default. To ensure that other graphics managers will get the proper results when listing available video modes, we need to restore the initial BPP when unloading. This fixes an issue when switching to OpenGL on Windows 8 and later. On those OSes, fullscreen OpenGL only has a 32bpp mode. It is correctly listed in the options but we call SLD_SetVideoMode later in the surface graphics manager. When we list the mode again after a switch, the internally selected BPP is still 16 and we fail to find any available fullscreen modes. | |||
2015-05-15 | SDL: Check for NULL when listing available modes via SDL_ListModes | Littleboy | |
It can be returned when there are no dimensions available for the currently selected pixel format | |||
2015-04-20 | MAEMO: Fix compilation. | Tarek Soliman | |
Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be | |||
2015-03-20 | LOG: fix month in log file | Martin Kiewitz | |
2015-03-06 | SDL: Special case the call to SDL_CreateThread for SDL2, since SDL2 requires ↵ | Einar Johan Trøan Sømåen | |
threads to be named. - Fixes compilation on OS X with SDL2 enabled, SDL1 builds should be entirely unaffected. | |||
2015-03-06 | SDL: Fix compilation with SDL 2.0 under MSVC | Filippos Karapetis | |
In SDL 2.0, intrin.h is now included in SDL_cpuinfo.h, which includes setjmp.h. SDL_cpuinfo.h is included from SDL.h and SDL_syswm.h. Thus, we remove the exceptions for setjmp and longjmp before these two includes. | |||
2015-03-05 | SDL: Fake key events for unassociated TEXTINPUT events. | Johannes Schickel | |
2015-03-05 | SDL: Remove TEXTINPUT events we associate with KEYDOWN. | Johannes Schickel | |
2015-03-05 | MACOSX: Fix compilation | Matthew Hoops | |
Broken by 3f22c12 | |||
2015-03-05 | Merge pull request #572 from lordhoto/sdl2-support | Johannes Schickel | |
SDL: Add experimental support for SDL2 | |||
2015-03-01 | SDL: Call setupIcon for each window creation with SDL2. | Johannes Schickel | |
This should make sure that the logo is properly set on Win32 with SDL2. | |||
2015-02-18 | WINCE: Fix compilation. | Johannes Schickel | |
2015-02-16 | WIN32: Add experimental SDL2 support. | Johannes Schickel | |
Based on changes by aquadran. | |||
2015-02-16 | SDL: Handle icon setup in SdlWindow. | Johannes Schickel | |
2015-02-16 | SDL: Add basic abstraction class for the SDL window. | Johannes Schickel | |
2015-01-26 | AMIGAOS: Re-add a DosList feature | Hubert Maier | |
To keep consistency with the original code i re-added the DosList feature dol_Port (which was taken out due to a compiler error using SDK 53.24 and was named wrong anyway). It offers a message port for the DosList. | |||
2015-01-25 | SDL: Guard audio CD code to be SDL 1.2 only. | Johannes Schickel | |
2015-01-25 | SDL: Also print audio driver used when built with SDL2. | Johannes Schickel | |
2015-01-25 | SDL: Fix typo. | Johannes Schickel | |
2015-01-25 | SDL: Add experimental support for SDL2. | Johannes Schickel | |
This is based upon skristiansson's change set to make ScummVM work with SDL2. | |||
2015-01-25 | SDL: Cleanup graphics manager switching a bit. | Johannes Schickel | |
2015-01-25 | SDL: Refactor WM specific functionality into SdlGraphicsManager. | Johannes Schickel | |
2015-01-18 | ANDROID: Remove plugins/unpacker from makefile. | Alyssa Milburn | |
2015-01-18 | JANITORIAL: Update copyright year | Thierry Crozat | |
2015-01-12 | Merge pull request #558 from klusark/patch-3 | Eugene Sandulenko | |
SDL: Warn if the selected joystick does not exist | |||
2015-01-11 | Merge pull request #560 from klusark/unpack | Eugene Sandulenko | |
ANDROID: Remove unpacker and fix support for non arm | |||
2015-01-11 | Merge pull request #559 from fedor4ever/master | Eugene Sandulenko | |
VIDEO: Add Theora support to systems which use libtremor | |||
2015-01-07 | OPENGL: Fix truncation issue resulting in wrong mouse coordinates. | Johannes Schickel | |
2015-01-07 | OPENGL: Limit mouse cursor drawing to inside game screen when no overlay is ↵ | Johannes Schickel | |
visible. | |||
2015-01-06 | SYMBIAN: Updated settings | Fedor Strizhnev | |
2015-01-06 | SYMBIAN: Updated settings and moved to config.mmh | Fedor Strizhnev | |
2015-01-05 | ANDROID: Remove unpacker and fix support for non arm | Joel Teichroeb | |
2015-01-04 | Merge pull request #555 from fedor4ever/master | Eugene Sandulenko | |
SYMBIAN: Add symbian support for access and prince engines | |||
2015-01-04 | Merge pull request #425 from klusark/android | Eugene Sandulenko | |
ANDROID: Modernize build system | |||
2015-01-04 | SDL: Warn if the selected joystick does not exist | Joel Teichroeb | |
2014-12-30 | Symbian: completely disabled MT32 | Fedor Strizhnev | |
2014-12-30 | SYMBIAN: Add symbian support for access and prince engines | Fedor Strizhnev | |
2014-11-15 | ANDROID: Delay deleting a local ref until it's no longer used | Matthew Hoops | |
Should fix bug #6741 | |||
2014-10-28 | BACKENDS: Remove trailing whitespace | Filippos Karapetis | |
2014-10-27 | GCW0: Hardcoded (for now) GCW0 controls | Eugene Sandulenko | |
2014-10-26 | KEYMAPPER: Fix off-by-one error with keymapper action names | Eugene Sandulenko | |
2014-10-26 | GCW0: Create target with unstripped binaries | Eugene Sandulenko | |
2014-10-26 | Merge pull request #524 from AReim1982/WII-1.7.0-Beta-2 | David Turner | |
WII: missing ASCII codes for some keys | |||
2014-10-26 | GCW0: Further work on the port | Eugene Sandulenko | |
2014-10-23 | WII: missing ASCII codes for some keys | Alexander Reim | |
2014-10-11 | AMIGAOS4: Fix getParent() for non-directories | Willem Jan Palenstijn | |
The previous attempt in d32816c0 was broken because it failed to realize that _pFileLock is only set for directories. This patch also tries to clarify this by making the root node logic explicit in isRootNode(). | |||
2014-10-06 | UNITY: Check for GLib version at runtime | Tobia Tesan | |
g_type_init() is deprecated since 2.36 | |||
2014-10-06 | UNITY: Call g_type_init but define DISABLE_DEPRECATION_WARNINGS | Tobia Tesan | |