aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Applied the patch and seems to work after testing.Michael Speth2012-10-2615-462/+618
* Looks to be a merge conflict, fixed it.Michael Speth2012-10-261-5/+0
* Merge branch 'java7' into grabMichael Speth2012-10-251-0/+1
|\
| * Fixed so that it compiles using java7 under linux.Michael Speth2012-10-251-0/+1
* | Applied grab.patchMichael Speth2012-10-255-45/+90
|/
* Make sure the files are returned in alpha order, so the order is consitent be...endolf2011-02-201-1/+10
* Directx SDK has changed the location of the x86 libs.endolf2010-03-201-1/+3
* Fix incorrect log method callendolf2009-10-311-3/+3
* Use java logging instead of system out in core and plugins.endolf2009-10-312-10/+15
* Apply patch from bjunglas for issue 42 to allow 3D Connexions space navigator...endolf2009-07-151-0/+4
* Make the plugins use the right dll name (oops)endolf2009-04-012-2/+2
* Only build wintab stuff on windows 32 bit, which is the only environment wint...endolf2009-03-311-1/+1
* The environment under windows decides if it's a 64 bit build or not. On 64 bi...endolf2009-03-311-5/+18
* Check the arch type before loading the native libraryendolf2009-03-283-17/+25
* Check the arch type before loading the .soendolf2009-03-281-1/+1
* Check the arch type before loading the .soendolf2009-03-281-9/+8
* Build for all 3 architecturesendolf2009-03-261-16/+34
* All environment paths passed in.endolf2009-03-181-1/+1
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-231-5/+10
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-232-8/+14
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-222-10/+20
* Fix a potential Array index out of bounds exception.endolf2007-08-121-0/+1
* Make joysticks fire eventsendolf2007-08-121-1/+1
* Complete - task 36: Linux plugin not reporting normalised valuesendolf2007-08-124-10/+71
* Make the joystick plugin on linux respect POV Hatsendolf2007-08-124-3/+124
* Remove stray debugendolf2007-08-121-6/+1
* Issue number: 35endolf2007-08-123-5/+62
* Bit of a tidy upendolf2007-08-027-20/+175
* Tidy upendolf2007-08-021-1/+12
* Created a plugin that combines the multiple keyboard/mouse support of the raw...endolf2007-08-021-0/+83
* Revert last change, might be a rumbling only device, or a device with only su...endolf2007-06-281-4/+1
* Don't create devices that are of an unknown type, with no componentsendolf2007-06-281-1/+4
* Make the API docs and the code match for the Mouse.get<button> methods. Add t...endolf2007-06-284-6/+6
* Raw input has mouse buttons 4 and 5 as button 3 and 4 not side and extra.endolf2007-06-201-2/+2
* Implement the isSupported method and make plugins work again. There was an is...endolf2007-06-1015-120/+382
* Linux: Added more paths to the jni header search pathelias2007-04-191-0/+2
* Mac OS X: Don't fail the entire device enumeration when one device fails to openelias2007-02-251-10/+17
* Linux: Bounds check fixes (again)elias2006-12-261-3/+0
* Linux ~: More bounds checkselias2006-12-251-2/+12
* Linux: Fix an IndexOutOfBoundsException for unknown controller typeselias2006-12-231-1/+3
* Mac OS X: Added support for mouse scroll wheelelias2006-11-121-1/+1
* Make the default state connected to the cursorendolf2006-10-311-2/+9
* Updates to build system for wintab pluginendolf2006-10-291-1/+4
* First commit of the wintab pluginendolf2006-10-2911-0/+875
* Linux: Changed uname -i to uname -m to improve 64 bit detection in build scriptselias2006-09-081-1/+1
* DirectInput: Only choose DIDF_RELAXIS id the device has at least one axis, an...elias2006-08-231-4/+8
* DirectInput: Don't fail entire enumeration because of one device failureelias2006-08-231-1/+6
* DirectInput: Fix an issue with mice devices and DIDF_ABSAXIS axis mode. Now D...elias2006-08-222-3/+29
* DirectInput: Use Controller.Type.UNKNOWN for the catch-all device typeelias2006-08-221-2/+4
* Linux: Ignore rumblers when device is read onlyelias2006-08-111-3/+7