Sam Lantinga
|
44927fe5e3
|
Added detail about why a file couldn't be opened (thanks mgerhardy!)
Fixes https://github.com/libsdl-org/SDL/issues/10484
(cherry picked from commit 1512013320 )
|
2024-08-06 05:48:26 -07:00 |
|
Ryan C. Gordon
|
614a88ca3b
|
SDL_IOFromFile: Apple targets no longer use the app bundle's resources dir.
Fixes #8403.
|
2024-07-29 15:44:51 -04:00 |
|
Anonymous Maarten
|
ccebbb6c6e
|
Fix UWP build in non-UNICODE mode
|
2024-07-19 10:21:34 +00:00 |
|
Sam Lantinga
|
54366181c3
|
Rename functions in SDL_system.h to match SDL 3.0 naming convention
Fixes https://github.com/libsdl-org/SDL/issues/10277
|
2024-07-15 16:27:48 -07:00 |
|
Sam Lantinga
|
5bf6bc4d7d
|
Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
This is consistent with the naming for the functions that affect other data types
Fixes https://github.com/libsdl-org/SDL/issues/10241
|
2024-07-12 10:41:02 -07:00 |
|
Anonymous Maarten
|
32907a9606
|
Rename SDL_Swap(16|32|64)(LE|BE) to SDL_Swap(LE|BE)(16|32|64)
|
2024-06-12 02:29:39 +02:00 |
|
Anonymous Maarten
|
ef6123886e
|
Add SDL_ReadS8 and SDL_WriteS8
|
2024-06-12 01:39:08 +02:00 |
|
Ryan C. Gordon
|
7d54a37d74
|
iostream: Make seeking's whence value a real enum.
|
2024-06-09 01:50:48 -04:00 |
|
Sam Lantinga
|
7b14fcb4d9
|
Stack allocation never happened, so explicitly allocate the path
|
2024-06-05 05:48:39 -07:00 |
|
Sam Lantinga
|
4836fd1e70
|
Fixed crash if a file can't be opened on Android
|
2024-06-05 05:48:21 -07:00 |
|
Mathieu Eyraud
|
c226630086
|
Fix memory leak in SDL_IOFromFile()
If Android_JNI_FileOpen() or windows_file_open() fail, SDL_CloseIO(iostr) does nothing because 'iostr' is NULL and 'iodata' is leaked.
|
2024-06-04 07:48:25 -07:00 |
|
Sam Lantinga
|
04be04c338
|
Removed mostly unused SDL_errorcode
|
2024-05-07 15:45:06 -07:00 |
|
Miku AuahDark
|
33ae7e38d6
|
Android: Allow SDL_IOFromFile to open content:// URI. (#9696)
|
2024-05-06 09:05:49 -07:00 |
|
Sam Lantinga
|
478b965e6c
|
Fixed warning C4702: unreachable code
Also switched SDL_IOFromFile() to use SDL_InvalidParamError()
|
2024-03-19 16:02:54 -07:00 |
|
Sam Lantinga
|
24ec1c09b9
|
Renamed SDL_PROP_IOSTREAM_STDIO_HANDLE_POINTER to SDL_PROP_IOSTREAM_STDIO_FILE_POINTER
|
2024-03-18 21:56:11 -07:00 |
|
Sam Lantinga
|
086a7a4687
|
Fixed signed/unsigned comparison warning
|
2024-03-18 09:48:45 -07:00 |
|
Sam Lantinga
|
a1a0156756
|
Renamed SDL_SizeIO() SDL_GetIOSize()
|
2024-03-18 00:27:18 -04:00 |
|
Sam Lantinga
|
df0f5deddf
|
Added SDL_IOFromDynamicMem()
|
2024-03-18 00:27:18 -04:00 |
|
Anonymous Maarten
|
572e088b8f
|
SDL_IOFromMem/SDL_IOFromConstMem: free userdata on close
|
2024-03-15 23:55:29 +01:00 |
|
Ryan C. Gordon
|
b7cda16613
|
iostream: Final fixes before merging.
- SDL_GetRWProperties -> SDL_GetIOProperties
- SDL_GetRWStatus -> SDL_GetIOStatus
- Some documentation corrections and improvements.
|
2024-03-15 15:37:03 -04:00 |
|
Ryan C. Gordon
|
5a21d87e69
|
rwops: Changed filenames that reference "rwops" to "iostream".
|
2024-03-14 23:30:59 -04:00 |
|