kc3-lang/SDL/src/filesystem/unix

Branch :


Log

Author Commit Date CI Message
1f716769 2014-06-05 15:29:23 Fix warnings, only major one being an SDL_SetError not providing enough arguments.
3dcb451f 2014-04-09 21:29:19 Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.
58edac3e 2014-02-02 00:53:27 Fixed bug 2374 - Update copyright for 2014... Is it that time already??
f848adff 2013-11-29 10:06:08 Improve Android pause/resume behavior.
7e1289af 2013-11-24 23:56:17 Make internal SDL sources include SDL_internal.h instead of SDL_config.h The new header will include SDL_config.h, but allows for other global stuff.
28aa076c 2013-10-23 00:58:20 SDL_GetPrefPath() now uses the organization on all platforms. Even if that's not the general convention for a given platform.
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()
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().
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.