Anonymous Maarten
|
ecc48b882d
migration: change 2nd arg of SDL_CreateRenderer to NULL if it was -1
|
2 years ago |
Sylvain Becker
|
5066fcde69
Add SDL_migration.cocci for SDL2 to 3 migration (#7042)
|
2 years ago |
Elad Lahav
|
413af2f5f1
Addressed comments
|
2 years ago |
Elad Lahav
|
38b35a3414
Allow the use of posix_spawn() instead of vfork/execlp()
|
2 years ago |
Sam Lantinga
|
56522034db
Fixed building with Visual Studio 2010
|
2 years ago |
Narr the Reg
|
9fa55d9cab
hidapi: switch: Add user calibration support
|
2 years ago |
Sam Lantinga
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
2 years ago |
Anonymous Maarten
|
9597c482fa
ci: add haiku to ci matrix
|
2 years ago |
Anonymous Maarten
|
a486d0e2b2
ci: rename *.yaml -> *.yaml
|
2 years ago |
Anonymous Maarten
|
049e6ff408
cmake: haiku uses CXX code, so enable it in C-only project
|
2 years ago |
Anonymous Maarten
|
837416ef85
cmake: command-line option ‘-Wdeclaration-after-statement’ is valid for C/ObjC but not for C++
|
2 years ago |
Anonymous Maarten
|
aa7fdd6624
haiku: remove unused variable in SDL_BApp.h
|
2 years ago |
Anonymous Maarten
|
0ab99ffb2a
cmake: add SDL_TESTS_TIMEOUT_MULTIPLIER to account for slower machines
|
2 years ago |
Anonymous Maarten
|
f85ef6fc3c
haiku: fix use of SDL_ConvertSurfaceFormat
|
2 years ago |
Sam Lantinga
|
5ed00d34aa
Document that condition variable mutexes can't be locked recursively.
|
2 years ago |
Sam Lantinga
|
e9b86eebf3
Functions which return function pointers now return SDL_FunctionPointer instead of void*
|
2 years ago |
Sylvain
|
7275b2b352
SDL_GetTicks64: entry added in SDL_ENABLE_OLD_NAMES
|
2 years ago |
Sam Lantinga
|
5feebcdce0
SDL_AddHintCallback() now returns a standard int result instead of void
|
2 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
Sam Lantinga
|
78ccadd5a2
Speed up processing of update-copyright.sh
|
2 years ago |
Sam Lantinga
|
504bce5187
Set SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS for the virtual joystick test
|
2 years ago |
Sam Lantinga
|
c663e6d568
Revert "Always allow controller events for virtual joysticks regardless of focus state"
|
2 years ago |
Sam Lantinga
|
dbd4b88abc
Generally removed generally
|
2 years ago |
Sam Lantinga
|
40833d2526
Documented thread starvation issue raised in https://github.com/libsdl-org/SDL/pull/7023
|
2 years ago |
Sam Lantinga
|
59308cb3e9
SDL_platform_defines.h is already included in SDL_platform.h
|
2 years ago |
Anonymous Maarten
|
62297e7da5
cmake: avoid string(SUBSTRING) on short strings
|
2 years ago |
Sylvain Becker
|
607ddd0e10
Merge pull request #7033 from 1bsyl/br_oldname_gettick64
|
2 years ago |
Sylvain
|
4798c36197
Add oldname entry: GetTicks64() is renamed GetTicks()
|
2 years ago |
yuanhecai
|
50af65a7dd
Fix loongarch64 support
|
2 years ago |
Ozkan Sezer
|
0d8c22acd2
cmake (CheckPTHREAD): remove _GNU_SOURCE define after bug #7026 fix
|
2 years ago |