kc3-lang/SDL/src/filesystem

Branch :


Log

Author Commit Date CI Message
69a4351e 2013-09-30 22:35:32 Fixed bug 2121 - GCC throws error on SDL_FORCE_INLINE when compiling with -ansi
f79fc33a 2013-08-29 08:29:21 Christoph Mallon: Remove pointless if (x) before SDL_free(x)
1d2c7796 2013-08-29 08:27:25 Christoph Mallon: Correct indendation.
7267ea8f 2013-08-29 08:26:55 Christoph Mallon: Use SDL_arraysize()
67c10169 2013-08-29 08:25:54 Christoph Mallon: Report an error, if creating the directories in SDL_GetPrefPath() failed.
db7c92b4 2013-08-29 08:25:24 Christoph Mallon: Remove lone /* if */ comment.
321aa4ae 2013-08-29 08:24:43 Christoph Mallon: Simplify avoidance of duplicate / in SDL_GetPrefPath()
833fd30e 2013-08-25 11:24:01 reworked GetBasePath on OS X to use Contents/Resource by default if bundled, or exedir if not bundled. - also adds OS X specific magic for bundled apps adding an Info.plist property of name SDL_FILESYSTEM_BASE_DIR_TYPE to the following values will change the bahaviour. * bundle -- use the bundle directory e.g. "/Applications/MyGame/Blah.app/" * parent -- use the bundle parent directory e.g. "/Applications/MyGame/" * resource -- use the bundle resource directory (default) e.g. "/Applications/MyGame/Blah.app/Contents/Resources/"
c9c6852f 2013-08-24 21:15:10 Minor FreeBSD code cleanup.
e5b65e4e 2013-08-24 09:05:18 Fix #2062 Be more diligent about validating trailing "/" existence in HOME and XDG_DATA_HOME env vars
58a558e3 2013-08-23 23:34:23 Patched to compile on Solaris.
88cd94a0 2013-08-23 21:48:40 Patched to compile on FreeBSD.
97948aef 2013-08-23 21:38:54 Add support for some BSDs and Solaris to SDL_GetBasePath().
3984c7d8 2013-08-20 23:20:32 Actually, this should be a memcpy(). We already know the exact length we just allocated, and we plan to append our own null terminator to the end of the copy, so this makes more sense.
9ff379ba 2013-08-20 21:21:57 Patched to compile on iOS.
fb7a0291 2013-08-20 20:39:22 More Haiku fixes.
ad8aa33b 2013-08-20 20:29:30 More Windows fixes for filesystem code.
c9152adc 2013-08-20 20:15:15 Patched new filesystem code to compile.
2dd7091e 2013-08-20 19:57:11 Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.