Thomas Edvalson
bfb9ecec35
3DS: Add README
2016-04-19 14:52:58 -04:00
Thomas Edvalson
e8dcfc3a4e
3DS: Fix code styling, add license header, remove unused portdefs.h
2016-04-19 03:22:32 -04:00
Thomas Edvalson
a0cc562f1f
3DS: Use linear GPU texture downscaling for better legibility in hi-res games
2016-04-11 15:21:58 -04:00
Thomas Edvalson
f5d73cac8a
3DS: Add CIA format build, add timer handler thread, fix APT service suspending/sleeping/exiting
2016-04-11 15:15:42 -04:00
Thomas Edvalson
e2b9572a83
3DS: Initial commit
2016-04-06 02:12:02 -04:00
Johannes Schickel
10d4d30628
Merge pull request #682 from lordhoto/savefilemanager-case-insensitive
...
ALL: Make SaveFileManager case insensitive.
2016-03-16 21:35:01 +01:00
Johannes Schickel
4ee3623f5d
SDL: Fix compilation with SDL2 and MSVC2015.
2016-03-09 22:03:47 +01:00
Eugene Sandulenko
f5f41d7daa
GCW0: Remove hardcoded list of skipped engines.
...
Now we rely on highres feature of the backends
2016-03-09 16:33:52 +01:00
Eugene Sandulenko
8b3f27753e
GCW0: Disabled more 640x480-only engines
2016-03-05 13:05:21 +01:00
Tarek Soliman
ae0ca6c1c2
MAEMO: Update debian/changelog
2016-02-26 21:19:33 -06:00
Eugene Sandulenko
1d1e6ed274
GCW0: Packaging fixes
2016-02-26 21:17:27 +01:00
Eugene Sandulenko
0fe8260a98
GCW0: Update port building and provide port-specific README
...
Fluidsynth is too problematic, stutters with some games,
so disabling it for the time being.
2016-02-26 20:57:27 +01:00
Marcus Comstedt
9d2d0cafd8
DREAMCAST: Re-fix listing of savegames
...
The roles of the pattern and filename were reversed, so fixed that.
2016-02-26 19:20:45 +01:00
Vincent Bénony
587d5d5703
IOS: Fixes savegame deletion on sandboxed iOS devices
2016-02-26 09:50:39 +01:00
Johannes Schickel
d6d63a16e2
BACKENDS: Make DefaultSaveFileManager case insensitive.
...
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 22:15:45 +01:00
Johannes Schickel
47f82d439d
DREAMCAST: Fix listing of savefiles.
...
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-25 21:05:53 +01:00
Eugene Sandulenko
2131023913
GCW0: Made packager reenterable
2016-02-24 23:23:02 +01:00
Eugene Sandulenko
22121c5104
GCW0: Disabling more features on GCW0
2016-02-24 23:23:02 +01:00
Eugene Sandulenko
6285d2f565
GCW0: Add release build script
2016-02-24 20:09:48 +01:00
Eugene Sandulenko
fe7ca47ed3
GCW0: Include free soundfont into release package
2016-02-24 19:00:41 +01:00
Johannes Schickel
4145109937
AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk.
...
As pointed out by Raziel^.
2016-02-17 12:37:36 +01:00
Hubert Maier
89e9a36af5
AMIGAOS: Fix 'amigaosdist' for in-tree builds on AmigaOS.
...
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-17 11:58:48 +01:00
Jakub Wilk
d9b00eb3e6
I18N: Fix language code for Swedish
...
The language code for Swedish is "sv", not "se".
2016-02-15 21:18:53 +00:00
Jakub Wilk
a69526452d
I18N: Fix country code for Denmark
...
The country code for Denmark is DK, not DA.
2016-02-15 21:17:13 +00:00
Alexandre Detiste
6c298e964f
JANITORIAL: Typos detected with lintian & grep
2016-02-15 18:27:02 +01:00
Johannes Schickel
655f4dfedb
WIN32: Fix compilation with MinGW-w64 based Win32 compiler.
2016-02-12 19:22:47 +01:00
Tarek Soliman
d61e365956
MAEMO: Add configure and make extra args env vars
...
This allows running "make -j4" and similar as part of dpkg-buildpackage
without editing the makefile.
2016-02-09 22:38:04 -06:00
Johannes Schickel
1b21b8b906
AMIGAOS: Fix 'amigaosdist' target for out-of-tree builds.
2016-02-06 17:46:05 +01:00
Eugene Sandulenko
0930018045
RELEASE: This is 1.9.0git
2016-02-05 23:31:25 +01:00
Tarek Soliman
f28ced2e96
MAEMO: Fix default bindings
...
This code depended on the off by one
bug fixed in 9b8b737
2016-02-05 01:06:54 -06:00
Johannes Schickel
2622cded72
POSIX: Move assureDirectoryExists to posix-fs{.h,.cpp}.
2016-02-02 09:16:40 +01:00
Johannes Schickel
dde89c36f5
POSIX: Move default config file location to '$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 09:16:40 +01:00
Johannes Schickel
79acfd28e9
POSIX: Use modern path for log file.
...
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 09:16:40 +01:00
Johannes Schickel
b4e360188f
POSIX: Restructure code in OSystem_POSIX::createLogFile.
2016-02-02 09:16:40 +01:00
Johannes Schickel
589c3046aa
POSIX: Make assureDirectoryExists create full path if needed.
...
This is kind of like 'mkdir -p' now. But the permissions are different from
standard POSIX behavior.
2016-02-02 08:45:58 +01:00
Johannes Schickel
d8394d3f77
POSIX: Factor directory creation code into its own function.
2016-02-02 08:45:58 +01:00
Tarek Soliman
be2af06131
MAEMO: Update debian/changelog
2016-02-01 22:40:48 -06:00
Tarek Soliman
7b521edac7
MAEMO: Package missing engine-data files
2016-01-31 23:04:54 -06:00
Tarek Soliman
6b4255d8e8
MAEMO: Split packaging of engine-data into multiple lines
2016-01-31 23:04:41 -06:00
Hubert Maier
1c1d3f35eb
AMIGAOS: amigaos.mk - Revert rx command line
...
rx doesn't find the program if "./" or ${srcdir} is kept in front.
Probably a limitation of abc-shell...or rx
2016-01-30 01:14:28 +02:00
Hubert Maier
171a39d698
AMIGAOS: amigaos.mk path fixes
2016-01-30 00:33:17 +02:00
Hubert Maier
30094b9d9a
AMIGAOS: Fix the exe paths and delete the guide after installing
2016-01-29 19:00:31 +02:00
Hubert Maier
2893d28700
AMIGAOS: Update amigaos.mk to automatically create an AmigaGuide file from README
2016-01-29 18:17:42 +02:00
Vincent Bénony
9a5143e080
IOS: Updates the compilation instructions
2016-01-11 16:44:20 +01:00
Johannes Schickel
afd4b82a8a
IPHONE: Make includes match our style.
2016-01-07 12:44:48 +01:00
Johannes Schickel
f8ef5e2476
IOS7: Make includes match our style.
2016-01-07 12:44:48 +01:00
Johannes Schickel
3130b22fcb
IOS7: Make filename style consistent in itself.
2016-01-07 12:44:48 +01:00
Johannes Schickel
8fc03872c4
IOS7: Use #include instead of #import.
...
We always use #include. #import is a nice ObjC feature (in theory), but can
lead to odd results in corner cases.
2016-01-07 12:44:48 +01:00
Johannes Schickel
17a57443ae
IOS7: Use standard include guard names.
2016-01-07 12:44:48 +01:00
Johannes Schickel
bcaa725184
IOS7: Use our standard GPL headers.
2016-01-07 12:44:48 +01:00