Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
před 1 rokem |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
před 1 rokem |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
před 1 rokem |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
před 1 rokem |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
před 1 rokem |
Sam Lantinga
|
04be04c338
Removed mostly unused SDL_errorcode
|
před 1 rokem |
Sam Lantinga
|
afe7c7a644
Changed SDL_ClearError() to always return 0.
|
před 1 rokem |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
před 2 roky |
Sam Lantinga
|
72b7acfe8a
Don't create a TLS error buffer if we're just clearing the error
|
před 2 roky |
Sam Lantinga
|
ecd56bb8f0
Removed SDL_GetErrorMsg(), trivially implemented in application code
|
před 2 roky |
Sam Lantinga
|
66e532fa61
Handle out of memory errors without any allocation
|
před 2 roky |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
před 2 roky |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
před 2 roky |
Anonymous Maarten
|
048df6260c
Remove disabled self test main functions in src/SDL_error.c
|
před 3 roky |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
před 3 roky |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
před 3 roky |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
před 3 roky |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
před 3 roky |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
před 3 roky |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
před 3 roky |
Sylvain
|
d4e6047e3c
Fix SIGSEV in SDL_error (After removing the limit on the size of the SDL error message) (see #5795)
|
před 3 roky |
Sam Lantinga
|
cbd0187475
Removed the limit on the size of the SDL error message
|
před 3 roky |
Nhalrath
|
b3260e7eb3
Remove macro definition for SDL_ERRBUFIZE
|
před 3 roky |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
před 4 roky |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
před 5 roky |
Ryan C. Gordon
|
09ca66bf66
SDL_error: simplified error string management.
|
před 5 roky |
Sam Lantinga
|
b6afbe6317
Added SDL_log.h to SDL_internal.h so logging is available everywhere
|
před 5 roky |
Sam Lantinga
|
1ff483d1f3
Added SDL_GetErrorMsg() to get the error message in a thread-safe way
|
před 6 roky |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
před 6 roky |
Sylvain Becker
|
81cdd50002
Remove redundant 'SDL_GetErrBuf' declaration
|
před 6 roky |