Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-13 | POSIX: Cleanup AudioCD manager creation. | Johannes Schickel | |
2016-03-13 | SDL: Get rid of reference to SDL 1.3. | Johannes Schickel | |
We only support SDL 1.2 and SDL 2. | |||
2016-03-13 | BACKENDS: Only expose one set of functions for AudioCDManager | Matthew 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-13 | BACKENDS: Add a Win32 audio CD player | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a Linux CD-ROM audio player | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a custom Mac OS X CD audio manager | Matthew 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-13 | BACKENDS: Use a virtual function for creating the SDL audio CD manager | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a closeCD() function to the AudioCDManager | Matthew Hoops | |
2016-03-13 | BACKENDS: Move to an openCD() without parameters as the public API | Matthew Hoops | |
2016-03-09 | SDL: Fix compilation with SDL2 and MSVC2015. | Johannes Schickel | |
2016-03-09 | GCW0: Remove hardcoded list of skipped engines. | Eugene Sandulenko | |
Now we rely on highres feature of the backends | |||
2016-03-05 | GCW0: Disabled more 640x480-only engines | Eugene Sandulenko | |
2016-02-26 | MAEMO: Update debian/changelog | Tarek Soliman | |
2016-02-26 | GCW0: Packaging fixes | Eugene Sandulenko | |
2016-02-26 | GCW0: Update port building and provide port-specific README | Eugene Sandulenko | |
Fluidsynth is too problematic, stutters with some games, so disabling it for the time being. | |||
2016-02-26 | DREAMCAST: Re-fix listing of savegames | Marcus Comstedt | |
The roles of the pattern and filename were reversed, so fixed that. | |||
2016-02-26 | IOS: Fixes savegame deletion on sandboxed iOS devices | Vincent Bénony | |
2016-02-25 | BACKENDS: 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-25 | DREAMCAST: 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-24 | GCW0: Made packager reenterable | Eugene Sandulenko | |
2016-02-24 | GCW0: Disabling more features on GCW0 | Eugene Sandulenko | |
2016-02-24 | GCW0: Add release build script | Eugene Sandulenko | |
2016-02-24 | GCW0: Include free soundfont into release package | Eugene Sandulenko | |
2016-02-17 | AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk. | Johannes Schickel | |
As pointed out by Raziel^. | |||
2016-02-17 | AMIGAOS: 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-15 | I18N: Fix language code for Swedish | Jakub Wilk | |
The language code for Swedish is "sv", not "se". | |||
2016-02-15 | I18N: Fix country code for Denmark | Jakub Wilk | |
The country code for Denmark is DK, not DA. | |||
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2016-02-12 | WIN32: Fix compilation with MinGW-w64 based Win32 compiler. | Johannes Schickel | |
2016-02-09 | MAEMO: Add configure and make extra args env vars | Tarek Soliman | |
This allows running "make -j4" and similar as part of dpkg-buildpackage without editing the makefile. | |||
2016-02-06 | AMIGAOS: Fix 'amigaosdist' target for out-of-tree builds. | Johannes Schickel | |
2016-02-05 | RELEASE: This is 1.9.0git | Eugene Sandulenko | |
2016-02-05 | MAEMO: Fix default bindings | Tarek Soliman | |
This code depended on the off by one bug fixed in 9b8b737 | |||
2016-02-02 | POSIX: Move assureDirectoryExists to posix-fs{.h,.cpp}. | Johannes Schickel | |
2016-02-02 | POSIX: Move default config file location to ↵ | Johannes Schickel | |
'$XDG_CONFIG_HOME/scummvm/scummvm.ini'. This is what the XDG Base Directory Specification suggests to use. We still use the old location of '~/.scummvmrc' in case that is present. This tackles an aspect of bug #6036 "POSIX: Use XDG dirs instead of HOME". | |||
2016-02-02 | POSIX: Use modern path for log file. | Johannes Schickel | |
This makes use use the XDG Base Directory Specification for the log file path. This tackles one part of bug #6036 "POSIX: Use XDG dirs instead of HOME". | |||
2016-02-02 | POSIX: Restructure code in OSystem_POSIX::createLogFile. | Johannes Schickel | |
2016-02-02 | POSIX: Make assureDirectoryExists create full path if needed. | Johannes Schickel | |
This is kind of like 'mkdir -p' now. But the permissions are different from standard POSIX behavior. | |||
2016-02-02 | POSIX: Factor directory creation code into its own function. | Johannes Schickel | |
2016-02-01 | MAEMO: Update debian/changelog | Tarek Soliman | |
2016-01-31 | MAEMO: Package missing engine-data files | Tarek Soliman | |
2016-01-31 | MAEMO: Split packaging of engine-data into multiple lines | Tarek Soliman | |
2016-01-30 | AMIGAOS: amigaos.mk - Revert rx command line | Hubert Maier | |
rx doesn't find the program if "./" or ${srcdir} is kept in front. Probably a limitation of abc-shell...or rx | |||
2016-01-30 | AMIGAOS: amigaos.mk path fixes | Hubert Maier | |
2016-01-29 | AMIGAOS: Fix the exe paths and delete the guide after installing | Hubert Maier | |
2016-01-29 | AMIGAOS: Update amigaos.mk to automatically create an AmigaGuide file from ↵ | Hubert Maier | |
README | |||
2016-01-11 | IOS: Updates the compilation instructions | Vincent Bénony | |
2016-01-07 | IPHONE: Make includes match our style. | Johannes Schickel | |
2016-01-07 | IOS7: Make includes match our style. | Johannes Schickel | |
2016-01-07 | IOS7: Make filename style consistent in itself. | Johannes Schickel | |