Sun, 01 Jan 2017 18:33:28 -0800 |
Updated copyright for 2017
|
file | diff | annotate |
Wed, 28 Dec 2016 20:11:29 +0100 |
Fixed compiling of testgamecontroller program with C++.
|
file | diff | annotate |
Tue, 27 Dec 2016 01:39:07 -0800 |
Split controller axes into positive and negative sides so each can be bound independently.
|
file | diff | annotate |
Fri, 09 Dec 2016 04:17:10 -0800 |
Only print out the controller mappings if we're not going to test a controller
|
file | diff | annotate |
Tue, 29 Nov 2016 06:36:57 -0800 |
Added an API to iterate over game controller mappings
|
file | diff | annotate |
Thu, 10 Nov 2016 18:53:50 -0800 |
Added USB VID/PID information to the SDL test programs
|
file | diff | annotate |
Thu, 13 Oct 2016 04:01:25 -0700 |
Fixed black screen on Steam Link
|
file | diff | annotate |
Wed, 21 Sep 2016 23:06:38 +0200 |
Fixed compiling of three test programs with C++.
|
file | diff | annotate |
Thu, 05 May 2016 22:05:21 +0200 |
Fixed memory leak in game controller test program.
|
file | diff | annotate |
Sat, 02 Jan 2016 10:10:34 -0800 |
Updated copyright to 2016
|
file | diff | annotate |
Wed, 25 Nov 2015 21:39:28 +0100 |
Replaced tabs with spaces in test programs.
|
file | diff | annotate |
Sat, 14 Nov 2015 12:35:45 -0500 |
Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID().
|
file | diff | annotate |
Sun, 20 Sep 2015 23:08:36 -0300 |
Added initial support for MFi game controllers on iOS.
|
file | diff | annotate |
Tue, 26 May 2015 06:27:46 -0700 |
Updated the copyright year to 2015
|
file | diff | annotate |
Thu, 21 May 2015 21:27:53 +0200 |
Removed redundant NULL check in test program.
|
file | diff | annotate |
Mon, 18 May 2015 21:21:14 +0200 |
Added missing loop cancel for Emscripten in test programs.
|
file | diff | annotate |
Thu, 12 Feb 2015 21:40:53 +0100 |
Fixed test programs for joystick not exiting on events after first disconnect.
|
file | diff | annotate |
Thu, 25 Dec 2014 21:42:56 +0100 |
Fixed compile errors in example programs.
|
file | diff | annotate |
Thu, 18 Dec 2014 00:19:52 -0500 |
Initial merge of Emscripten port!
|
file | diff | annotate |
Wed, 20 Aug 2014 22:44:15 +0200 |
Fixed warnings about unused functions in test program.
|
file | diff | annotate |
Sat, 29 Mar 2014 12:27:27 -0700 |
Fixed assertion loading button.bmp in testgamecontroller
|
file | diff | annotate |
Mon, 10 Feb 2014 11:29:48 -0500 |
Make controllermap, etc, work on platforms with hardcoded window sizes.
|
file | diff | annotate |
Mon, 10 Feb 2014 01:41:58 -0500 |
Replace testgamecontroller visualization mode with something more useful.
|
file | diff | annotate |
Sun, 02 Feb 2014 00:53:27 -0800 |
Fixed bug 2374 - Update copyright for 2014...
|
file | diff | annotate |
Mon, 23 Dec 2013 15:55:08 -0800 |
Changed testgamecontroller to wait for controllers to be reattached, the way testjoystick does.
|
file | diff | annotate |
Mon, 02 Dec 2013 19:35:04 -0300 |
Adds controllermap utility to test suite.
|
file | diff | annotate |
Wed, 28 Aug 2013 00:07:02 -0400 |
Fixed testgamecontroller output to make sense.
|
file | diff | annotate |
Wed, 14 Aug 2013 23:30:10 -0700 |
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
file | diff | annotate |
Thu, 25 Jul 2013 09:51:21 -0700 |
Updated the copyright year for the test programs
|
file | diff | annotate |
Sat, 20 Jul 2013 21:47:16 +0200 |
Removed not needed SDL_WINDOW_SHOWN from test programs.
|
file | diff | annotate |
Sat, 18 May 2013 14:17:52 -0700 |
File style cleanup for the SDL 2.0 release
|
file | diff | annotate |
Wed, 03 Apr 2013 16:48:23 -0700 |
Improve testgamecontroller output & robustness.
|
file | diff | annotate |
Mon, 25 Feb 2013 00:56:21 -0500 |
Changed the game controller enum types to match SDL naming conventions.
|
file | diff | annotate |
Mon, 25 Feb 2013 00:47:47 -0500 |
Minor cleanup.
|
file | diff | annotate |
Sun, 24 Feb 2013 22:57:25 -0500 |
Made testgamecontroller minimally more useful.
|
file | diff | annotate |
Sat, 22 Dec 2012 20:43:51 -0800 |
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
|
file | diff | annotate |
Mon, 26 Nov 2012 16:37:54 -0800 |
Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds
|
file | diff | annotate |