aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2016-03-16OPENGL: Support GLES2 contexts.Johannes Schickel
2016-03-16OPENGL: Typo.Johannes Schickel
2016-03-16OPENGL: Simplify orthogonal projection setup.Johannes Schickel
2016-03-16OPENGLSDL: Slight cleanup.Johannes Schickel
2016-03-16OPENGL: Simplify context type setting.Johannes Schickel
2016-03-16OPENGLSDL: Try to use GL(ES) context SDL2 defaults to.Johannes Schickel
2016-03-16OPENGL: Support RGB555 for OpenGL ES output.Johannes Schickel
2016-03-16OPENGL: Allow runtime specification of OpenGL mode.Johannes Schickel
2016-03-16OPENGL: Remove support for ARGB8888.Johannes Schickel
2016-03-16OPENGL: Rename GLCALL to GL_CALL.Johannes Schickel
2016-03-16OPENGL: Resolve OpenGL functions on run-time.Johannes Schickel
2016-03-16OPENGL: Define GLCALL in opengl-sys.h.Johannes Schickel
2016-03-16OPENGL: Add functionality to query OpenGL functions on runtime.Johannes Schickel
2016-03-16OPENGL: Refactor GL extension handling slightly.Johannes Schickel
2016-03-09SDL: Fix compilation with SDL2 and MSVC2015.Johannes Schickel
2016-03-09GCW0: Remove hardcoded list of skipped engines.Eugene Sandulenko
2016-03-05GCW0: Disabled more 640x480-only enginesEugene Sandulenko
2016-03-01WIN32: Fix invalid array accesses when MIDI device listing fails.Johannes Schickel
2016-02-26MAEMO: Update debian/changelogTarek Soliman
2016-02-26GCW0: Packaging fixesEugene Sandulenko
2016-02-26GCW0: Update port building and provide port-specific READMEEugene Sandulenko
2016-02-26DREAMCAST: Re-fix listing of savegamesMarcus Comstedt
2016-02-26IOS: Fixes savegame deletion on sandboxed iOS devicesVincent Bénony
2016-02-25DREAMCAST: Fix listing of savefiles.Johannes Schickel
2016-02-24GCW0: Trigger keyboard only on button down, not on up, otherwise it required ...Eugene Sandulenko
2016-02-24GCW0: Made packager reenterableEugene Sandulenko
2016-02-24GCW0: Disabling more features on GCW0Eugene Sandulenko
2016-02-24GCW0: Add release build scriptEugene Sandulenko
2016-02-24GCW0: Include free soundfont into release packageEugene Sandulenko
2016-02-23WIN32: Fix plugin provider build for 64bit target.Johannes Schickel
2016-02-17SDL: Work around bug #7038 by limiting mode reset to Win32.Johannes Schickel
2016-02-17AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk.Johannes Schickel
2016-02-17AMIGAOS: Fix 'amigaosdist' for in-tree builds on AmigaOS.Hubert Maier
2016-02-15I18N: Fix language code for SwedishJakub Wilk
2016-02-15I18N: Fix country code for DenmarkJakub Wilk
2016-02-15Merge pull request #667 from a-detiste/masterEugene Sandulenko
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2016-02-14GCW0: Fix virtual keyboardEugene Sandulenko
2016-02-12WIN32: Fix compilation with MinGW-w64 based Win32 compiler.Johannes Schickel
2016-02-09MAEMO: Add configure and make extra args env varsTarek Soliman
2016-02-06AMIGAOS: Fix 'amigaosdist' target for out-of-tree builds.Johannes Schickel
2016-02-05RELEASE: This is 1.9.0gitEugene Sandulenko
2016-02-05MAEMO: Fix default bindingsTarek Soliman
2016-02-02POSIX: Use XDG specification for default save path.Johannes Schickel
2016-02-02POSIX: Move assureDirectoryExists to posix-fs{.h,.cpp}.Johannes Schickel
2016-02-02POSIX: Move default config file location to '$XDG_CONFIG_HOME/scummvm/scummvm...Johannes Schickel
2016-02-02POSIX: Use modern path for log file.Johannes Schickel
2016-02-02POSIX: Restructure code in OSystem_POSIX::createLogFile.Johannes Schickel
2016-02-02POSIX: Make assureDirectoryExists create full path if needed.Johannes Schickel
2016-02-02POSIX: Factor directory creation code into its own function.Johannes Schickel