Ryan C. Gordon
|
129456fe2e
Tell Clang's static analysis that SDL_assert() is an assertion handler.
|
11 년 전 |
Edward Rudd
|
d3f64213e2
slight adjustment to the hot plug test to allow it to be run with hap tics disabled
|
11 년 전 |
Edward Rudd
|
fff7503b6a
ignore hot plugs in mac haptic layer IF hap tics hasn't been initialized.
|
11 년 전 |
Ryan C. Gordon
|
c2f6ab0cc1
Added DualShock 4 game controller config for Windows, Mac, and Linux.
|
11 년 전 |
Ryan C. Gordon
|
7033e597b5
Fixed crash on Windows if haptic isn't initialized when controllers are added.
|
11 년 전 |
Ryan C. Gordon
|
56979749e9
Fixed a typo.
|
11 년 전 |
Edward Rudd
|
a09548eb00
Fix device counting in HapticMouse and JoystickOpen routines. 0 is the first item in the list not the last
|
11 년 전 |
Edward Rudd
|
f3e6a0a71b
fix indentation and spaces
|
11 년 전 |
Ryan C. Gordon
|
257ab5f573
Fixed return values on testhotplug mainline.
|
11 년 전 |
Ryan C. Gordon
|
1191a902fc
Fixed copyright date.
|
11 년 전 |
Ryan C. Gordon
|
e42d46b463
Wired up haptic hotplugging for Windows DirectInput/XInput code.
|
11 년 전 |
Ryan C. Gordon
|
9cf8c49c39
Fixed memory leak.
|
11 년 전 |
Ryan C. Gordon
|
ccbf6943e7
Make SDL_SYS_HapticMouse() count device indexes like HapticByDevIndex().
|
11 년 전 |
Ryan C. Gordon
|
7f94268805
Cleanup some vi footer comments, rename new PRIVATE_* funcs to MacHaptic_*.
|
11 년 전 |
Ryan C. Gordon
|
7afbb8c377
SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitry!).
|
11 년 전 |
Edward Rudd
|
d4e3221f1d
add testdropfile to OS X Project
|
11 년 전 |
Edward Rudd
|
b352698d99
Implement new backend methods for haptic and hot plugging on OS X
|
11 년 전 |
Edward Rudd
|
c9f6e4ec9f
add testhotplug to OS X test project and set target OS version to 10.5 for tests.
|
11 년 전 |
Edward Rudd
|
4da8829812
implement new backend method for Haptics in dummy driver
|
11 년 전 |
Edward Rudd
|
5fb0be3079
Rework haptic backend to properly support hotplugging of haptic devices.
|
11 년 전 |
Edward Rudd
|
a98c477bc8
allow safely quitting the hotplug test by pressing button 0 on the joystick
|
11 년 전 |
Brandon Schaefer
|
25fcc1959e
* Remove android based workaround, it is handled in SDL_EGL_GetProcAddress.
|
11 년 전 |
Ryan C. Gordon
|
c2b5da9733
Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
|
11 년 전 |
Edward Rudd
|
e6dce68f8e
testhotplug: Actually log the SDL_Error that occured on failures
|
11 년 전 |
Edward Rudd
|
8512f1b87c
add logging for the case when haptic is not detected on the joystick as well.
|
11 년 전 |
Edward Rudd
|
e0e6b2a461
add simple test showing off hotplugging of joysticks w/ haptic.
|
11 년 전 |
Ryan C. Gordon
|
c8ad30bc90
Removed -force_cpusubtype_ALL cflag from Mac builds.
|
11 년 전 |
Ryan C. Gordon
|
e719158cb4
Fixed some compiler warnings from the latest Clang, cleaned up some things.
|
11 년 전 |
Ryan C. Gordon
|
0d9443d3a2
Temporarily default Wayland and Mir to disabled, for 2.0.2 release.
|
11 년 전 |
Ryan C. Gordon
|
bd01a9c914
Unload Wayland libs if memory allocation fails during init.
|
11 년 전 |