Qrox
20e17559e5
Uses integer arithmetics in SDL_ResampleAudio
...
- Avoids precision loss caused by large floating point numbers.
- Adds unit test to test the signal-to-noise ratio and maximum error of resampler.
- Code cleanup
2023-03-09 22:13:17 -08:00
Sam Lantinga
ae5fdc0b00
Added header for SDL_Delay()
...
(cherry picked from commit 71dc7169d972b500170c7320742949cdebfbccdf)
2023-03-09 17:19:06 -08:00
Sam Lantinga
45167b9d13
Wait for the GCController framework to see IOKit devices
...
It occasionally takes a few millseconds for the GCController framework to handle the device notification and set up the device
Fixes the duplicate controller issue in https://github.com/libsdl-org/SDL/issues/6686
(cherry picked from commit 645823fc901c98b688512d3b3e70cc8922e8140c)
(cherry picked from commit 3f00fa16c656d0651c43720d8f84138ac3b998ee)
2023-03-09 16:13:48 -08:00
Sam Lantinga
596a594714
If the client rect is empty, use the last known window size
...
This happens on Windows 11 with fullscreen desktop windows when the desktop is brought up with the Windows+D shortcut.
Fixes https://github.com/libsdl-org/SDL/issues/7419
(cherry picked from commit 2ca727aec6f5f264620f80999beb5ef77eefec4a)
(cherry picked from commit 46d143376a55817c240a58f226ca944581d414cf)
2023-03-09 10:40:53 -08:00
Ozkan Sezer
69875ad80f
Removed guard around the enabled assertions support code
...
Otherwise, SDL_assert_always() wouldn't work.
Fixes https://github.com/libsdl-org/SDL/issues/7433
2023-03-09 20:51:50 +03:00
Deve
54ca4d3879
Fixed incorrect modifier keys handling on macOS
...
(cherry-picked from commit 45a58b7882a253db29b1b1393bc2a1fe030d5955)
2023-03-09 20:28:50 +03:00
Sam Lantinga
1723e93a0c
Fixed handling simple mode PS4 reports
...
Fixes https://github.com/libsdl-org/SDL/issues/7270
(cherry picked from commit 5925cd4ef377a2211fd057ef6fa9f41141999cb7)
(cherry picked from commit 2c6995778e941524a4857b55d4e35745313c924a)
2023-03-08 12:27:00 -08:00
Sam Lantinga
07d0f51fa2
Updated to version 2.26.4 for release
2023-03-06 15:52:05 -08:00
Sam Lantinga
cbc2b014b6
Don't clobber an existing entry with a different version when adding a gamepad mapping
...
(cherry picked from commit 727c7d4e2f44102bb571180929bfbb5d527f4f27)
(cherry picked from commit 660fc89967257cf66938fa564208984c4a45e0ff)
2023-03-01 16:46:24 -08:00
Sam Lantinga
fa9f7c70c5
Fixed relative mouse motion over remote desktop
...
Setting the cursor clip area to a single pixel prevents the relative mouse motion remote desktop warping from working, so the mouse is never recentered.
(cherry picked from commit daffe02b117ccd484763eadc716e4d4453c89868)
(cherry picked from commit ad09976eca7c931ef468119b4a4716ec7e07560e)
2023-02-24 09:23:55 -08:00
Anonymous Maarten
dc34e96fff
ci: install pkg-config on Macos runner
...
(cherry picked from commit 86f0c694653eb1f1e91213c7faf3080a96c6375b)
2023-02-17 01:05:01 +03:00
Sam Lantinga
6edc0100e1
Fixed Steam Runtime sandbox detection
...
Fixes hotplug issues on Steam Deck for Proton and native games
(cherry picked from commit bcd97b36d23d08226e98a995eafd3d6aa35401b4)
(cherry picked from commit e7376b7b74026d7da041d2c848e99c9f7f4d74c0)
2023-02-15 13:55:31 -08:00
Ozkan Sezer
9b061c04e7
cmake: really fix detection of pthread_setname_np() on Apple platforms.
2023-02-13 11:56:10 +03:00
Ozkan Sezer
718a880f91
cmake: fix detection of pthread_setname_np() on Apple platforms.
2023-02-13 11:55:40 +03:00
Ozkan Sezer
853ee9a3e6
testime.c fixes from SDL2 branch.
2023-02-10 11:11:10 +03:00
Sam Lantinga
adf31f6ec0
Updated to version 2.26.3 for release
2023-02-06 14:08:14 -08:00
Anonymous Maarten
20c2fa18fe
cmake: assume autotools static libraries with lib prefix and .a suffix
2023-02-01 19:15:05 +01:00
Ozkan Sezer
4f94da5c53
typo fix to config.sub,
...
from https://lists.gnu.org/archive/html/config-patches/2023-01/msg00001.html
2023-01-21 10:15:02 +03:00
happyharryh
c816300615
Fixed the hat_map to avoid segmentation fault
...
(cherry picked from commit 57e78f4cf53b0fc84900a047120263c3c71e721c)
(cherry picked from commit 2cb422360cef4763d16fdd1f753de55ebe858b7a)
2023-01-12 07:01:17 -08:00
Sam Lantinga
ce67788629
Fixed centering the D-pad on some joysticks
...
Fixes https://github.com/libsdl-org/SDL/issues/6767
(cherry picked from commit d1b4810542183a415e42b11b516bf8d5b0a6d58c)
2023-01-12 07:01:17 -08:00
Sam Lantinga
05b03032f1
Updated copyright for 2023
2023-01-09 09:52:59 -08:00
Ozkan Sezer
c49d02cd13
cmake (CheckPTHREAD): remove _GNU_SOURCE define after bug #7026 fix
2023-01-09 01:32:00 +03:00
Anonymous Maarten
e312fbb37d
cmake: do all compile tests with -D_GNU_SOURCE=1
2023-01-08 19:23:02 +01:00
Sam Lantinga
3c72e2de4d
Fixed infinite loop shutting down WGI controllers
...
We are guaranteed that the lock will be held during shutdown, so if we are in InvokeRemoved(), it's because we're shutting down controllers and need to remove them from our internal list.
Fixes https://github.com/libsdl-org/SDL/issues/7016
(cherry picked from commit ac99db9fc8d528a79abb98a5641e0fd94aa20a9e)
(cherry picked from commit ebc2fb411f178c806119b57ae3c18553d7391a13)
2023-01-08 09:36:17 -08:00
Ozkan Sezer
8e31fc4130
cmake: check for math library functions even in the absence of libm
...
(Reference issue: https://github.com/libsdl-org/SDL/issues/7011 )
2023-01-07 14:25:04 +03:00
Ozkan Sezer
75834df37c
cmake: fix detection of library functions when -Werror is enabled.
...
(Reference issue: https://github.com/libsdl-org/SDL/issues/7011 )
2023-01-07 14:25:04 +03:00
Sam Lantinga
f070c83a60
Updated to version 2.26.2 for release
2023-01-03 06:45:18 -08:00
Sam Lantinga
d992d4f23e
Fixed keyboard scancode mapping for parenthesis
...
(thanks to @meyraud705 for tracking down the root cause!)
Fixes https://github.com/libsdl-org/SDL/issues/6787
Closes https://github.com/libsdl-org/SDL/pull/6937
(cherry picked from commit e1bd5bd071d066e7009261f96c896423f6fd8fd0)
(cherry picked from commit 74229d4a41fd807b152427883fc8738844b64bb2)
2022-12-29 14:56:14 -08:00
Sam Lantinga
81975cc2d0
Fixed getting the VID/PID of a virtual joystick
...
(cherry picked from commit e40a96155fc488feaeeeb79f947eb43399faa481)
(cherry picked from commit 29a4c5ebc2523f2d9cde1601405dbdafb847c559)
2022-12-28 12:53:07 -08:00
Sam Lantinga
278c78e34c
Make sure we match the same way when adding a mapping and looking up a mapping
...
Fixes https://github.com/libsdl-org/SDL/issues/6898
(cherry picked from commit 3db9112ef4cbb936b11f941f8a98c1704e37e140)
2022-12-28 10:00:00 +03:00
Ozkan Sezer
2462262e0c
SDL_thread.h: fix SDL_CreateThreadWithStackSize macro for OS/2
...
(cherry-picked from commit 738442b82aac8e93d72143b01d374820b6b53bc9)
2022-12-27 00:15:37 +03:00
Ozkan Sezer
162f8e6ee7
SDL_thread.h: fix beginthread param of SDL_CreateThreadWithStackSize for win32
...
(cherry-picked from commit 29ba5f5d6426f36ee84304dc8a0e111416450aab)
2022-12-27 00:15:37 +03:00
Vincent Hamm
d0f8e63ed6
Fix SDL_CreateThreadWithStackSize not passing staacksize with win32 static api
2022-12-27 00:15:37 +03:00
Sam Lantinga
690e2f21f2
Don't send Razer devices the Sony third-party query feature report
...
Some of them lock up or reset, and the vast majority of devices are not actually game controllers.
Fixes https://github.com/libsdl-org/SDL/issues/6733
(cherry picked from commit 83b29f9ce1fe6caa06769544c3b5f6c10ea97a0f)
2022-12-20 00:28:00 +03:00
Sylvain Becker
52176e25e1
DBus: add a reference to the connection
...
Fixed bug #6712
2022-12-14 17:58:57 +01:00
Ryan C. Gordon
40698ee33c
wasapi: Fixed incorrect assertions.
...
Fixes #6795 .
(cherry-picked from commit 12486e144be0e7a37abd87b8bf90547a992ff66b)
2022-12-13 14:00:20 +03:00
Sam Lantinga
6b5610752b
Don't try to open the Razer Huntsman Elite keyboard as a controller
...
(cherry picked from commit 817454cfe6db826f6cf6688952e28ee07b27a89a)
2022-12-13 01:20:11 -08:00
Sam Lantinga
2d86b4ef76
Removed check for _HAVE_STDINT_H, which nobody defines
...
Fixes https://github.com/libsdl-org/SDL/issues/6619
(cherry picked from commit e29c0661cc29550aa3e1c8489124c9a52dd546a3)
2022-12-01 12:54:59 -08:00
Sam Lantinga
f17058b562
Updated to version 2.26.1 for release
2022-12-01 11:54:51 -08:00
Sam Lantinga
2879f2aeba
Fixed crash if GetRectDisplayIndex() is called before SDL_VideoInit()
...
(cherry picked from commit d87048fd5a7dff55c4cb205dd29e527c9cc51225)
2022-11-30 14:49:39 -08:00
Anonymous Maarten
45c7d838d4
cmake: use target_link_libraries to pass -Wl,--undefined=WinMain
...
(cherry-picked from commit e2060de714481ed58b6a2e781f7439090003a7b4)
2022-11-29 21:15:22 +03:00
Markus Mittendrein
79373c5a5c
SDL_ResampleAudio: Fix float accumulation error
...
While 78f97108f9
reduced the accumulation error, it was still big enough to cause distortions.
Fixes #6196 .
(cherry picked from commit 8145212103264b04c20cdb50b430f3c99b44e9b4)
2022-11-27 21:15:38 -05:00
Joshua Root
f4080637c4
Fix build with Xcode < 7
...
The _Nullable attribute is not available in older versions.
(cherry picked from commit 9a64aa6f95298bf459f8b9dca583df7064956cd9)
2022-11-26 20:37:12 -08:00
Sam Lantinga
92057e683e
Temporary hack to address performance issues in https://github.com/libsdl-org/SDL/issues/6581#issuecomment-1327987916 (thanks @icculus!)
...
(cherry picked from commit 9c8369e097b229997875c0aeb4dc9cfdcde0e2b2)
2022-11-26 13:11:41 -08:00
Ryan C. Gordon
5edd6846db
cocoa: Patched to compile on macOS SDK < 10.10.
...
Fixes #6586 .
(cherry picked from commit fa5adcafd52303fde86c64094462303404259d75)
2022-11-26 14:00:59 -05:00
Michael Fitzmayer
859cb13ef8
Add bitdraw.h, remove non-working stub class
...
(cherry picked from commit 67f31a19a8eb06ee80bccb9ec8cc8c34aa635b3d)
2022-11-24 13:13:34 -08:00
Anonymous Maarten
b97d2ed6c5
cmake: add X11 include dir to check dirs
2022-11-24 20:59:56 +01:00
Sylvain Becker
c76a31341c
SDL_mfijoystick.m: remove VLA, so that projects can be built with error on vla
2022-11-24 16:08:38 +01:00
Frank Praznik
00731eb011
wayland: Fix build when not using the shared Wayland libraries
...
Explicitly include the Wayland protocol headers when statically linking against the Wayland libraries or older system headers might be used instead of the local versions.
(cherry picked from commit 836eb224428aca3bdab2a6bf56d347262e475b15)
2022-11-24 03:01:49 -08:00
Joshua Root
bf70a37606
vulkan_metal.h: Make compatible with ObjC ARC
...
Fixes #6598
(cherry picked from commit 239423e205496997a387b4f265b1cdaf5acd18cb)
2022-11-23 17:39:41 -08:00