SDL Wiki Bot
|
3922bcec95
Sync SDL3 wiki -> header
|
5 months ago |
Petar Popovic
|
04a478b6a9
SDL_Enumerate[Storage]Directory() comments: Use enum constant names instead of integers.
|
5 months ago |
Ryan C. Gordon
|
1c1706a00b
fnsince: update `\since` policy for documentation.
|
6 months ago |
Ryan C. Gordon
|
4a8eadf167
include: Fixed typo in SDL_CopyFile's documentation.
|
6 months ago |
Ryan C. Gordon
|
7d21a49c9c
filesystem: SDL_EnumerateDirectoryCallback uses an enum now, not an int.
|
6 months ago |
SDL Wiki Bot
|
0542bbbf1a
Sync SDL3 wiki -> header
|
6 months ago |
Ryan C. Gordon
|
428f2f35be
filesystem: SDL_CreateDirectory should make parent directories.
|
6 months ago |
SDL Wiki Bot
|
0d593cf39a
Sync SDL3 wiki -> header
|
6 months ago |
Ryan C. Gordon
|
f267ec7681
filesystem: Improve docs, make some promises about overwrites and file caches.
|
6 months ago |
Ryan C. Gordon
|
4e09e58f62
include: Small clarification on directory enumeration documentation.
|
6 months ago |
SDL Wiki Bot
|
026d3c2306
Sync SDL3 wiki -> header
|
7 months ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 months ago |
Sam Lantinga
|
37c9fb490e
Changed enums to use XXX_COUNT for the count or number of values
|
7 months ago |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
7 months ago |
SDL Wiki Bot
|
85bbc6028a
Sync SDL3 wiki -> header
|
7 months ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
8 months ago |
Sam Lantinga
|
b5ad74998b
Removed SDL_DECLSPEC_FREE
|
8 months ago |
SDL Wiki Bot
|
0f2fc2fbaa
Sync SDL3 wiki -> header
|
8 months ago |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
8 months ago |
Sam Lantinga
|
5e513ecc7f
Don't automatically free temporary memory, let the application call SDL_FreeTemporaryMemory() when it's ready.
|
9 months ago |
Sam Lantinga
|
033c9c5951
Added SDL_CopyFile() and SDL_CopyStorageFile()
|
9 months ago |
Sam Lantinga
|
93db5ef135
Fixed documentation for SDL_GlobDirectory()
|
9 months ago |
SDL Wiki Bot
|
975457cfb6
Sync SDL3 wiki -> header
|
9 months ago |
Sam Lantinga
|
71a60d4c0e
Updated documentation for functions that return temporary memory
|
9 months ago |
Sam Lantinga
|
637e9700dd
Standardize placement of '*' in function declarations
|
9 months ago |
Sam Lantinga
|
d73c7311d5
Clarify that the SDL_GetStringRule means that SDL will automatically free the memory later.
|
9 months ago |
Ryan C. Gordon
|
ed1f93cd11
filesystem: `SDL_Glob*Directory()` functions now follow the SDL_GetStringRule.
|
9 months ago |
Ryan C. Gordon
|
52bf7ff42d
filesystem: SDL_GetPrefPath() now follows the SDL_GetStringRule.
|
9 months ago |
Ryan C. Gordon
|
2321726ff1
filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule.
|
9 months ago |
Ryan C. Gordon
|
3bc81a81f5
filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule.
|
9 months ago |