aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2016-04-29Remove periodsHubert Maier
2016-04-29Code Formatting fixesHubert Maier
2016-04-28AMIGAOS: Preparations for use with AmiUpdateHubert Maier
Adding a bit of code to make ScummVM AmiUpdate aware. Everything else will be dealt with through a (yet to finish) AmigaOS installer script and the entries in AmiUpdate's database. I'd like to ask for hints regarding - Code Formatting - Optimizations - Comments - Obivous errors or - Ill-designed code. It's not much code, but i'm sure i still messed up glorious either way
2016-04-24GCW0: Attempt to fix out-of-tree packaging.Johannes Schickel
2016-04-223DS: Add config class/dialog, c-pad cursor control, and option to disable ↵Thomas Edvalson
screens
2016-04-193DS: Add READMEThomas Edvalson
2016-04-193DS: Fix code styling, add license header, remove unused portdefs.hThomas Edvalson
2016-04-18GCW0: Mention location of scummvm.log file in READMEEugene Sandulenko
2016-04-13GCW0: Split README by chaptersEugene Sandulenko
2016-04-13GCW0: Better bracket replacements in READMEEugene Sandulenko
2016-04-12GCW0: Attempt to fix README sectionsEugene Sandulenko
2016-04-113DS: Use linear GPU texture downscaling for better legibility in hi-res gamesThomas Edvalson
2016-04-113DS: Add CIA format build, add timer handler thread, fix APT service ↵Thomas Edvalson
suspending/sleeping/exiting
2016-04-10GCW0: Clean up build scriptEugene Sandulenko
2016-04-10ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and ↵Eugene Sandulenko
GUI_ONLY_FULLSCREEN
2016-04-06DC: Fix compilation errors due to AudioCD changes.Johannes Schickel
2016-04-063DS: Initial commitThomas Edvalson
2016-03-23Merge pull request #711 from lordhoto/opengl-revampJohannes Schickel
OpenGLGraphicsManager: Revamp
2016-03-21Merge pull request #704 from lordhoto/clone2727-audiocdJohannes Schickel
Implement Custom Audio CD Support for Win32, Linux, and Mac OS X.
2016-03-16Merge pull request #682 from lordhoto/savefilemanager-case-insensitiveJohannes Schickel
ALL: Make SaveFileManager case insensitive.
2016-03-16OPENGL: Simplify context type setting.Johannes Schickel
2016-03-16OPENGL: Allow runtime specification of OpenGL mode.Johannes Schickel
Formerly, we required that the OpenGL mode was fixed at compile time. Now we allow the code to work with whatever it is given at runtime. It is still possible to force a context type on compile time.
2016-03-16OPENGL: Add functionality to query OpenGL functions on runtime.Johannes Schickel
This can and will be used for future extension usage support. Tizen changes have been untested.
2016-03-13POSIX: Cleanup AudioCD manager creation.Johannes Schickel
2016-03-13SDL: Get rid of reference to SDL 1.3.Johannes Schickel
We only support SDL 1.2 and SDL 2.
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
Engines should only have to call one set of functions and not decide between the two. In fact, the 'emulation' API was documented to just call the 'real CD' API.
2016-03-13BACKENDS: Add a Win32 audio CD playerMatthew Hoops
2016-03-13BACKENDS: Add a Linux CD-ROM audio playerMatthew Hoops
2016-03-13BACKENDS: Add a custom Mac OS X CD audio managerMatthew Hoops
Since Mac OS X Carbon/Cocoa API isn't stable (in that it's changed multiple times over the years). Maintaining two versions of the same code (one in some foreign language with overly long names) isn't very appealing to me.
2016-03-13BACKENDS: Use a virtual function for creating the SDL audio CD managerMatthew Hoops
2016-03-13BACKENDS: Add a closeCD() function to the AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops
2016-03-09SDL: Fix compilation with SDL2 and MSVC2015.Johannes Schickel
2016-03-09GCW0: Remove hardcoded list of skipped engines.Eugene Sandulenko
Now we rely on highres feature of the backends
2016-03-05GCW0: Disabled more 640x480-only enginesEugene Sandulenko
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
Fluidsynth is too problematic, stutters with some games, so disabling it for the time being.
2016-02-26DREAMCAST: Re-fix listing of savegamesMarcus Comstedt
The roles of the pattern and filename were reversed, so fixed that.
2016-02-26IOS: Fixes savegame deletion on sandboxed iOS devicesVincent Bénony
2016-02-25BACKENDS: Make DefaultSaveFileManager case insensitive.Johannes Schickel
For this we introduce a file cache inside DefaultSaveFileManager similar to what we use inside FSDirectory. However, we only do small updates for newly created saves (via openForSaving) or for removed saves (via removeSavefile). Re-caching is done whenever the savepath changes. Tizen changes have not been tested.
2016-02-25DREAMCAST: Fix listing of savefiles.Johannes Schickel
We introduced a new pattern '#' in 06641f29a7bdcda280b0291f215193f055c83969. Starting from that commit all backends were supposed to support it. Dreamcast was missed. To support it in Dreamcast we now use Common::String::matchString to do pattern matching.
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-17AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk.Johannes Schickel
As pointed out by Raziel^.
2016-02-17AMIGAOS: Fix 'amigaosdist' for in-tree builds on AmigaOS.Hubert Maier
AmigaOS's Rexx interpreter seems to have problems with './' in the path to the Rexx script. We work around this by copying it to the cwd and using it from there. Manual merge of PR #669 "AMIGAOS: Fix amigaos.mk to make the rexx script work on local builds".
2016-02-15I18N: Fix language code for SwedishJakub Wilk
The language code for Swedish is "sv", not "se".
2016-02-15I18N: Fix country code for DenmarkJakub Wilk
The country code for Denmark is DK, not DA.