Ryan C. Gordon
|
52bf7ff42d
filesystem: SDL_GetPrefPath() now follows the SDL_GetStringRule.
|
1 年間 前 |
Ryan C. Gordon
|
2321726ff1
filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule.
|
1 年間 前 |
Ryan C. Gordon
|
3bc81a81f5
filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule.
|
1 年間 前 |
Semphris
|
0178b19489
Add '/' to GetUserFolder(HOME) on Cocoa & Unix
|
1 年間 前 |
Semphris
|
b9d3d746a0
Add trailing path separator to SDL_GetUserFolder()
|
1 年間 前 |
Petar Popovic
|
9072b994f7
src/filesystem/unix/SDL_sysfilesystem.c add <stdio.h> inclusion
|
1 年間 前 |
Sam Lantinga
|
f2695856d6
Use SDL string functions
|
1 年間 前 |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 年間 前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 年間 前 |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
1 年間 前 |
Sylvain Becker
|
04b6b2979f
Re-add SDL_assert() with non boolean ptr syntax (#8530)
|
1 年間 前 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 年間 前 |
Semphris
|
d4a867a256
Rename SDL_GetPath to SDL_GetUserFolder
|
2 年 前 |
Sylvain
|
6cde3835f0
Remove some use of C runtime functions (strlen, qsort)
|
2 年 前 |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 年 前 |
Semphris
|
7f2ef4d02f
Implement SDL_GetPath stub for all OSes
|
2 年 前 |
Semphriss
|
c1dab7745a
Add SDL_GetPath() for default OS folders (#7665)
|
2 年 前 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 年 前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 年 前 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 年 前 |
Ozkan Sezer
|
a3d7dd2464
SDL_sysfilesystem.c (SDL_GetBasePath): fixed the solaris code path.
|
2 年 前 |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
2 年 前 |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 年 前 |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
2 年 前 |
Samuel Venable
|
4f5e9fd5bd
[skip ci] Solaris getexecname() returns argv[0]
|
2 年 前 |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
2 年 前 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 年 前 |
Sam Lantinga
|
bde808cd87
Fixed some warnings when building on Linux with -DSDL_LIBC=OFF
|
2 年 前 |
Ozkan Sezer
|
5cedc2f1ff
removed QNX support.
|
2 年 前 |
Ozkan Sezer
|
2201d80255
avoid -Werror=declaration-after-statement after last commit.
|
3 年 前 |