| Commit message (Expand) | Author | Age | Files | Lines |
* | Applied the patch and seems to work after testing. | Michael Speth | 2012-10-26 | 5 | -453/+579 |
* | Looks to be a merge conflict, fixed it. | Michael Speth | 2012-10-26 | 1 | -5/+0 |
* | Merge branch 'java7' into grab | Michael Speth | 2012-10-25 | 1 | -0/+1 |
|\ |
|
| * | Fixed so that it compiles using java7 under linux. | Michael Speth | 2012-10-25 | 1 | -0/+1 |
* | | Applied grab.patch | Michael Speth | 2012-10-25 | 5 | -45/+90 |
|/ |
|
* | Make sure the files are returned in alpha order, so the order is consitent be... | endolf | 2011-02-20 | 1 | -1/+10 |
* | Fix incorrect log method call | endolf | 2009-10-31 | 1 | -3/+3 |
* | Use java logging instead of system out in core and plugins. | endolf | 2009-10-31 | 1 | -3/+6 |
* | Check the arch type before loading the native library | endolf | 2009-03-28 | 1 | -15/+15 |
* | Check the arch type before loading the .so | endolf | 2009-03-28 | 1 | -1/+1 |
* | Check the arch type before loading the .so | endolf | 2009-03-28 | 1 | -9/+8 |
* | Rather than crashing, just disable the plugin if we an't load the dll | endolf | 2007-09-23 | 1 | -3/+4 |
* | Fix a potential Array index out of bounds exception. | endolf | 2007-08-12 | 1 | -0/+1 |
* | Make joysticks fire events | endolf | 2007-08-12 | 1 | -1/+1 |
* | Complete - task 36: Linux plugin not reporting normalised values | endolf | 2007-08-12 | 4 | -10/+71 |
* | Make the joystick plugin on linux respect POV Hats | endolf | 2007-08-12 | 4 | -3/+124 |
* | Remove stray debug | endolf | 2007-08-12 | 1 | -6/+1 |
* | Issue number: 35 | endolf | 2007-08-12 | 3 | -5/+62 |
* | Make the API docs and the code match for the Mouse.get<button> methods. Add t... | endolf | 2007-06-28 | 1 | -1/+1 |
* | Implement the isSupported method and make plugins work again. There was an is... | endolf | 2007-06-10 | 4 | -25/+76 |
* | Linux: Added more paths to the jni header search path | elias | 2007-04-19 | 1 | -0/+2 |
* | Linux: Bounds check fixes (again) | elias | 2006-12-26 | 1 | -3/+0 |
* | Linux ~: More bounds checks | elias | 2006-12-25 | 1 | -2/+12 |
* | Linux: Fix an IndexOutOfBoundsException for unknown controller types | elias | 2006-12-23 | 1 | -1/+3 |
* | Linux: Changed uname -i to uname -m to improve 64 bit detection in build scripts | elias | 2006-09-08 | 1 | -1/+1 |
* | Linux: Ignore rumblers when device is read only | elias | 2006-08-11 | 1 | -3/+7 |
* | Made the core classes and the linux plugin applet compatible. Removed dead co... | elias | 2006-07-14 | 1 | -7/+25 |
* | Linux: build fixes for 64 bit | elias | 2006-07-11 | 1 | -1/+3 |
* | Changed a System.out.println to use logging | elias | 2006-07-11 | 1 | -1/+1 |
* | Linux: Implemented support for libjinput-linux64.so 64 bit library | elias | 2006-07-11 | 2 | -8/+25 |
* | added DefaultControllerEnvironment.loadLibrary convenience method for plugins... | elias | 2006-07-03 | 1 | -7/+1 |
* | Make version 2 the main jinput version | endolf | 2006-04-29 | 45 | -3985/+3119 |
* | Trying to sort out some of the crashes and failed exits | endolf | 2006-01-12 | 3 | -13/+10 |
* | Fixed a sigsegv, once we've found a match for an event device and | endolf | 2005-12-04 | 1 | -0/+1 |
* | Don't poll if we are shutting down | endolf | 2005-11-11 | 3 | -2/+18 |
* | Let me just say .... | endolf | 2005-11-11 | 1 | -0/+1 |
* | Handle cases where there are no event devices, only js ones. | endolf | 2005-11-07 | 1 | -1/+8 |
* | Fixes for js devices that are read only | endolf | 2005-11-03 | 2 | -1/+3 |
* | 3 Changes | endolf | 2005-10-30 | 1 | -2/+19 |
* | It helps if you add the files the new changes depend on. | endolf | 2005-08-31 | 2 | -0/+381 |
* | It appears as though linux can't cope with scaling the effect, it's on | endolf | 2005-08-30 | 1 | -1/+19 |
* | Unless cleanup is called from the same thread as init, the cleanup | endolf | 2005-08-30 | 12 | -492/+102 |
* | Updated build file to build 1.4 byte code | endolf | 2005-08-28 | 1 | -1/+1 |
* | Added cleanup stuff for rumblers, it doesn't fix the code, but is nice | endolf | 2005-07-16 | 10 | -40/+83 |
* | Couple if inux rumbler differences, including including the added file | endolf | 2005-07-16 | 2 | -9/+45 |
* | Linux rumbler support | endolf | 2005-07-03 | 11 | -9/+187 |
* | Updated the name of the linux native library | endolf | 2005-06-19 | 3 | -6/+6 |
* | Extra debug info | endolf | 2005-06-19 | 1 | -1/+1 |
* | For some reason, my ubunto boxes with jdk 1.5.0_02 all seem to have | endolf | 2005-06-14 | 1 | -1/+1 |
* | Will try to open the device for read/write first, if that fails, trys | endolf | 2005-05-08 | 1 | -6/+14 |