Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
hace 2 años |
Sam Lantinga
|
72b7acfe8a
Don't create a TLS error buffer if we're just clearing the error
|
hace 2 años |
Sam Lantinga
|
ecd56bb8f0
Removed SDL_GetErrorMsg(), trivially implemented in application code
|
hace 2 años |
Sam Lantinga
|
66e532fa61
Handle out of memory errors without any allocation
|
hace 2 años |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
hace 2 años |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
hace 2 años |
Anonymous Maarten
|
048df6260c
Remove disabled self test main functions in src/SDL_error.c
|
hace 3 años |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
hace 3 años |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
hace 3 años |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
hace 3 años |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
hace 3 años |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
hace 3 años |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
hace 3 años |
Sylvain
|
d4e6047e3c
Fix SIGSEV in SDL_error (After removing the limit on the size of the SDL error message) (see #5795)
|
hace 3 años |
Sam Lantinga
|
cbd0187475
Removed the limit on the size of the SDL error message
|
hace 3 años |
Nhalrath
|
b3260e7eb3
Remove macro definition for SDL_ERRBUFIZE
|
hace 3 años |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
hace 4 años |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
hace 5 años |
Ryan C. Gordon
|
09ca66bf66
SDL_error: simplified error string management.
|
hace 5 años |
Sam Lantinga
|
b6afbe6317
Added SDL_log.h to SDL_internal.h so logging is available everywhere
|
hace 6 años |
Sam Lantinga
|
1ff483d1f3
Added SDL_GetErrorMsg() to get the error message in a thread-safe way
|
hace 6 años |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
hace 6 años |
Sylvain Becker
|
81cdd50002
Remove redundant 'SDL_GetErrBuf' declaration
|
hace 6 años |
Jimb Esser
|
58ca76bee3
Fix DirectInput error codes being lost
|
hace 7 años |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
hace 7 años |
Ozkan Sezer
|
926d803f83
bug #3739: handle %lu, %li and %ld in SDL_SetError.
|
hace 8 años |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
hace 8 años |
Sam Lantinga
|
cd79d8ccec
Fixed bug 3696 - SDL_ShowMessageBox displays different error from intended
|
hace 8 años |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
hace 9 años |
Ryan C. Gordon
|
232ae68864
Still more compiler warning fixes for various platforms.
|
hace 9 años |