Sam Lantinga
|
8e0d728c67
Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2).
|
2 лет назад |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 лет назад |
Sam Lantinga
|
f0e47f8ee0
Added support for the NACON Revolution 5 Pro controller
|
2 лет назад |
Sam Lantinga
|
2991b9f6ac
SDL now represents gamepad buttons as positional elements with a separate label
|
2 лет назад |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 лет назад |
Sam Lantinga
|
22016b4eae
Enable the 5th player LED on the DualSense controller
|
2 лет назад |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
2 лет назад |
Sam Lantinga
|
a3a5e17282
Fixed build warning '=': conversion from 'Uint32' to 'Uint16', possible loss of data
|
2 лет назад |
Sam Lantinga
|
a72dfa6a5f
Fixed sensor timestamp units for third-party PS5 controllers
|
2 лет назад |
Sam Lantinga
|
f6756047a4
Fixed error: array subscript 2 is above array bounds of ‘const Uint8[2]’
|
2 лет назад |
Sam Lantinga
|
7059a55ccc
Fixed sensor timestamp calculation for third-party PS5 controllers
|
2 лет назад |
Sam Lantinga
|
825d344756
Make sure that the same timestamp is used for all PS5 events from the same packet
|
2 лет назад |
Sam Lantinga
|
69aec8c915
Fixed the report format for the Razer Wolverine V2 Pro
|
2 лет назад |
Sam Lantinga
|
75a020aa6b
Only query serial number and firmware versions from Sony PS5 controllers
|
2 лет назад |
Sam Lantinga
|
26205b659d
Fixed PS4/PS5 touchpad for third party controllers
|
2 лет назад |
Sam Lantinga
|
3c8f4dca1d
Make sure we don't touch the controller effects state when we're in auto mode for PS4/PS5 controllers.
|
2 лет назад |
Sam Lantinga
|
2ebbfe7c5b
Added an "auto" mode for PS4 and PS5 controller rumble hints
|
2 лет назад |
Sam Lantinga
|
bd4f155bbb
Fixed LED pending check failing when the controller timestamp is very large
|
2 лет назад |
Sam Lantinga
|
16dd5f0da4
Don't send k_EPS5FeatureReportIdCapabilities to Sony PS5 controllers
|
2 лет назад |
Sam Lantinga
|
2fef0be2f6
Don't tickle Bluetooth PS5 controllers in simple mode with an effects packet
|
2 лет назад |
Sam Lantinga
|
267fdd7daa
Removed Bluetooth connection detection now that we get it from hidapi
|
2 лет назад |
Sam Lantinga
|
a67d410501
Fixed analog triggers on the DualSense controller
|
3 лет назад |
Sam Lantinga
|
fc1af1dfde
Added support for the trigger buttons on the Victrix Pro FS for PS5
|
3 лет назад |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 лет назад |
Sam Lantinga
|
da134a3039
Fixed locking up the Logitech F310 with the PlayStation controller detection
|
3 лет назад |
Sam Lantinga
|
4994654d4f
Added support for the Razer Wolverine V2 controllers
|
3 лет назад |
Sylvain Becker
|
cb6b8b0132
Simplify flags testing (#7220)
|
3 лет назад |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 лет назад |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 лет назад |
Sam Lantinga
|
ab2d007982
More gamepad renaming
|
3 лет назад |