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
Johannes Schickel
54f5c95832
COMMON: Make FSNode(AbstractFSNode *) private again.
...
This also fixes a memory leak in OSystem_iOS7::addSysArchivesToSearchSet.
2016-01-07 11:25:02 +01:00
Vincent Bénony
b5ef98637c
IOS: Renames a macro
2016-01-07 09:55:56 +01:00
Vincent Bénony
aa77c0c92d
IOS: Disable scalers
2016-01-06 16:20:28 +01:00
Vincent Bénony
a522c82f85
IOS: Removes a useless variable
2016-01-06 16:20:28 +01:00
Vincent Bénony
efdb5679ce
IOS: Merge branch 'master' into ios-fix
2016-01-06 16:20:23 +01:00
Vincent Bénony
64f50761ec
IOS: Merge master
2016-01-06 16:19:03 +01:00
Vincent Bénony
fae79955e5
IOS: Better emulation of the right mouse button
2016-01-06 16:17:39 +01:00
Vincent Bénony
1657b9d432
IOS: Update compilation instructions for FluidSynth
2016-01-06 16:17:39 +01:00
Vincent Bénony
71b2fa9b49
IOS: Fixes an issue with the mouse pointer when returning from Sam&Max
2016-01-06 16:17:38 +01:00
Vincent Bénony
c99456ecff
IOS: Brings support for FluidSynth
2016-01-06 16:17:38 +01:00
Vincent Bénony
8d9b13059b
IOS: Updates compilation instructions
2016-01-06 16:17:38 +01:00
Vincent Bénony
dcfe197317
IOS: Info on Linux toolchain, and compilation instructions
2016-01-06 16:17:38 +01:00
Vincent Bénony
cfcd3842ed
IOS: Adds iPhone 6/6+ launch screens
2016-01-06 16:17:37 +01:00
Vincent Bénony
7324f87b9a
IOS: Switches to OpenGL ES 2.0 to ease debugging with Xcode
2016-01-06 16:17:37 +01:00
Vincent Bénony
c4b8db5589
IOS: Typo
2016-01-06 16:17:37 +01:00
Vincent Bénony
9b51cafc04
IOS: Updates compilation instructions
2016-01-06 16:17:37 +01:00
Vincent Bénony
80afba232a
IOS: Implements scalers
2016-01-06 16:17:37 +01:00
Vincent Bénony
56ca0b9dc2
IOS: Scales the GUI for the iPad Pro
2016-01-06 16:17:37 +01:00
Vincent Bénony
14a0a3d032
IOS: Better resolution handling
2016-01-06 16:17:36 +01:00
Vincent Bénony
dd950fdb22
IOS: Removes a global variable
2016-01-06 16:17:35 +01:00
Vincent Bénony
dad50ae0cc
IOS: Fixes memory leak
2016-01-06 16:17:35 +01:00
Vincent Bénony
c813e5d87e
IOS: Move declarations in the common header file
2016-01-06 16:17:35 +01:00
Vincent Bénony
e9378ccf3e
IOS: Avoid subclassing UIApplication, and handle multitasking
2016-01-06 16:17:35 +01:00
Vincent Bénony
5b15f06b92
IOS: Wrong deallocator called
2016-01-06 16:17:34 +01:00
Vincent Bénony
699c350481
IOS: Renames iOS7 classes to avoid confusion
2016-01-06 16:17:34 +01:00
Vincent Bénony
873e38372b
IOS: Removes new generic syntax to be able to compile with older clang toolchain
2016-01-06 16:17:33 +01:00
Vincent Bénony
67ffd4b2bd
IOS: Updates compilation instructions
2016-01-06 16:17:33 +01:00
Vincent Bénony
638dc113f8
IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)
...
The "iphone" backend is the support for the old iPhones.
The "ios7" backend is for the new iPhones.
2016-01-06 16:17:33 +01:00
Vincent Bénony
124d37247b
IOS: Remove extra comma
2016-01-06 16:17:33 +01:00
Vincent Bénony
de6e78eecd
IOS: Fixes a typo
2016-01-06 16:17:32 +01:00