Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 651107a1 | 2016-08-16 12:02:22 | Fixed sorting and name of XBox wireless controller entry | ||
| 4c148478 | 2016-08-16 12:02:12 | Merged Change: 3576099 from rel/streaming_client Description: SDL - add mapping for xbox one s wireless controller | ||
| 461336a2 | 2016-07-01 16:47:27 | Add gamecontrollerdb lines for SFC30 controller in various modes SFC30 controller: http://www.8bitdo.com/sfc30/ The SFC30 controller can present itself in a variety of modes and it offers up different names in each. This patch captures data for three modes (one USB and two Bluetooth) on three platforms (Mac OS X, Windows, Linux). However, USB mode on Linux and Windows is missing as the button events did not make it through to SDL's controllermap tool on Fedora 24/Linux 4.5.5 nor Steam Big Picture mode on Windows. The two Bluetooth modes were indistinguishable on Windows. Two modes on OS X were indistinguishable. There exists a similar controller called the SNES30 (And some others) that are very likely identical except for the name, but I have not verified this yet so haven't synthesized lines for those controllers until I can. | ||
| d6699d55 | 2016-02-17 14:15:37 | Added support for the Mad Catz FightStick TE S+ PS3 | ||
| 5c59da2e | 2016-02-16 13:51:24 | Added support for the Mad Catz FightStick TE S+ PS4 | ||
| 06828577 | 2016-02-16 13:51:15 | Added support for the Akishop Customs PS360+ v1.66 and MadCatz PC USB Wired Stick 8818 | ||
| a38d5b48 | 2016-02-16 13:48:46 | Added support for several Mad Catz arcade sticks | ||
| 42065e78 | 2016-01-02 10:10:34 | Updated copyright to 2016 | ||
| d1e6a2eb | 2015-12-09 12:11:40 | Added broad support for wireless XBox 360 controllers on Linux | ||
| 93949534 | 2015-11-30 10:39:34 | Add Logitech F510 Gamepad Direct input mode mapping | ||
| dee61c5a | 2015-11-13 14:26:00 | Added support for the Gamestop Logic3 Controller | ||
| 2816d447 | 2015-11-12 22:53:37 | Mac: Added SDL_GameController mappings for the Steelseries Stratus XL and Nimbus gamepads. | ||
| faee6289 | 2015-11-12 13:13:36 | Added Linux support for the Razer Sabertooth game controller | ||
| cef22420 | 2015-11-05 18:10:19 | Added Linux binding for Wii-U Pro controller | ||
| 667783ba | 2015-09-30 16:00:21 | Fixed swapped Windows and Linux entries for the Cideko AK08b | ||
| ed23a3f8 | 2015-09-30 15:33:33 | Added support for the Cideko AK08b | ||
| 2bf6f1bc | 2015-09-20 23:08:36 | Added initial support for MFi game controllers on iOS. | ||
| 0e45984f | 2015-06-21 17:33:46 | Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI(). |