Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
Sam Lantinga
|
f9d11807c0
Added SDL_RWprintf() and SDL_RWvprintf() to do formatted printing to an SDL_rwops stream
|
1 year ago |
Sam Lantinga
|
b903ccf945
SDL_rwops read/write functions return size_t again
|
2 years ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 years ago |
Sylvain
|
c963f02571
More fix warnings about static function and prototype
|
2 years ago |
Anonymous Maarten
|
08bcee8570
test: don't use wiki urls for documentation comments
|
2 years ago |
Sam Lantinga
|
98678b5d8d
SDL API renaming: SDL_Alloc*/SDL_Free* -> SDL_Create*/SDL_Destroy*
|
2 years ago |
Sylvain Becker
|
d7d3c22dbf
Remove more reserved identifiers (#6925)
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
meyraud705
|
126c60cb45
Add "SDL_" prefix to RW_SEEK macros
|
2 years ago |
Sylvain
|
b461d9e183
testautomation_rwops: update test because of change in SDL_RWwrite.
|
2 years ago |
Sylvain Becker
|
1e6d4649c0
fixed build rwops (#6818)
|
2 years ago |
Ryan C. Gordon
|
72c1f73bc5
rwops: Make read and write work like POSIX, not stdio.
|
2 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
2 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 years ago |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
2 years ago |
Sam Lantinga
|
05139f4a2e
Removed SDL_RWFromFP from the public API
|
2 years ago |
Pierre Wendling
|
d080e3bf3a
Silence `-Wmaybe-uninitialized` warnings in tests.
|
2 years ago |
Pierre Wendling
|
6784d84c9d
N3DS: Fix `-Wformat` warnings in tests.
|
3 years ago |
Anonymous Maarten
|
b771d9beec
tests: avoid MSVC preaching about unsafe functions
|
3 years ago |
Sam Lantinga
|
aaec244cfd
Don't run the stdio automated tests if libc isn't available
|
3 years ago |
Ryan C. Gordon
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
4 years ago |
Ryan C. Gordon
|
2542977b0a
Revert "Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)"
|
4 years ago |
Erik Yuzwa
|
82a96afa70
Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)
|
4 years ago |
Ozkan Sezer
|
4953e050f5
use SDL_zeroa at more places where the argument is an array.
|
6 years ago |
Ryan C. Gordon
|
ae667da638
Fixed a bunch of compiler warnings.
|
8 years ago |
Ryan C. Gordon
|
70c8bd2481
Fixed a bunch of compiler warnings in the test code.
|
8 years ago |