Sam Lantinga
|
863a9029ae
|
Added SDL_GlobFlags
|
2024-05-14 07:13:35 -07:00 |
|
Ozkan Sezer
|
e909c0360f
|
remove most of SDL_OutOfMemory() calls where SDL is the allocator.
Since commit 447b508a77, SDL_malloc,
SDL_calloc, and SDL_realloc already calls SDL_OutOfMemory().
|
2024-05-08 20:00:50 +03:00 |
|
Ethan Lee
|
26b71d14e9
|
storage: Static analysis fix
|
2024-04-25 19:40:07 -04:00 |
|
Ryan C. Gordon
|
764207d873
|
filesystem: Added SDL_GlobDirectory() and SDL_GlobStorageDirectory().
Fixes #9287.
|
2024-04-04 09:40:13 -04:00 |
|
Sam Lantinga
|
92d01ef12a
|
You can pass NULL to SDL_GetPathInfo() and SDL_GetStoragePathInfo() to test for the existence of a file.
|
2024-03-18 08:56:24 -07:00 |
|
Sam Lantinga
|
2f78e5f321
|
All storage interface functions are optional
If an application is creating custom storage, presumably they'll implement the functions they need.
|
2024-03-17 08:39:43 -07:00 |
|
Sam Lantinga
|
f460f42e70
|
Added filesystem operations to SDL_Storage
|
2024-03-17 08:39:43 -07:00 |
|
Sam Lantinga
|
ec3ba387d1
|
Added SDL_OpenFileStorage() for local file storage
|
2024-03-17 08:39:43 -07:00 |
|
Sam Lantinga
|
ee0a23c7ab
|
The storage ready callback is optional
|
2024-03-17 08:39:43 -07:00 |
|
Sam Lantinga
|
fe5c34d4bd
|
Renamed storage functions to match SDL 3.0 naming convention
|
2024-03-17 08:39:43 -07:00 |
|
Ethan Lee
|
744227e6ab
|
Add SDL_storage
|
2024-03-16 07:19:50 -07:00 |
|