Commit graph

168 commits

Author SHA1 Message Date
Endolf
252ca8876f Use javac with the -h arg instead of javah that's now deprecated. 2018-05-09 20:16:04 +01:00
Endolf
2b7d10e435 Add profiles for OS builds 2018-05-09 18:56:25 +01:00
Endolf
289a6db298 First commit for windows 2018-05-09 18:55:55 +01:00
Endolf
4517180482 Linux native jar file building. 2018-05-02 11:54:06 +01:00
Endolf
b2fd759065 Linux building under maven 2018-04-30 21:31:56 +01:00
Razielwar
e7ed731ceb manage button 32
manage button 32 (identifier 31) and remove discrepancy between windows identifier and jinput identifier (+1 from identifier 21)
2016-10-16 22:11:37 +02:00
Jerry James
bbf4c985f0 Remove references to nonexistent EVIOCGUSAGE 2016-05-19 11:37:39 -06:00
Endolf
3c24e13a83 More ignores 2014-07-14 13:36:25 +01:00
Endolf
335552cf71 Make jutils usable from snapshot jars. 2014-07-14 13:35:42 +01:00
Endolf
2837517753 Git ignores 2014-07-14 13:31:09 +01:00
endolf
a5c79be8d0 Fix return code for unknown controller buttons on linux controllers. Patch supplied by tctimmeh on JGO.
http://www.java-gaming.org/topics/updating-linux-stick-button-mappings/28838/view.html
2013-03-09 12:30:57 +00:00
endolf
29d8717a75 Add new buttons for linux and the missing start button. Patch supplied by tctimmeh on JGO.
http://www.java-gaming.org/topics/updating-linux-stick-button-mappings/28838/view.html
2013-03-09 12:27:43 +00:00
endolf
229d2c9dda Another update for newer kernels 2013-02-25 19:10:27 +00:00
endolf
9452bb5f80 Updated for version 3 kernels 2013-02-25 19:02:49 +00:00
endolf
73fe22bc94 Make sure the files are returned in alpha order, so the order is consitent between runs. 2011-02-20 14:11:41 +00:00
endolf
0ad4010e80 Directx SDK has changed the location of the x86 libs.
Clean out the exp and libs that are created during a build when clean target is run.
2010-03-20 10:51:45 +00:00
endolf
530a7eaf94 Fix incorrect log method call 2009-10-31 11:13:06 +00:00
endolf
967fde8a93 Use java logging instead of system out in core and plugins. 2009-10-31 11:06:12 +00:00
endolf
d4a1fd4ae6 Apply patch from bjunglas for issue 42 to allow 3D Connexions space navigator to be detected on osx 2009-07-15 16:19:15 +00:00
endolf
bfce766c46 Make the plugins use the right dll name (oops) 2009-04-01 16:47:21 +00:00
endolf
2644b47f44 Only build wintab stuff on windows 32 bit, which is the only environment wintab supports. 2009-03-31 21:29:28 +00:00
endolf
d60c807a24 The environment under windows decides if it's a 64 bit build or not. On 64 bit windows assume a 64 bit one. 2009-03-31 20:16:53 +00:00
endolf
c95cf4bddd Check the arch type before loading the native library 2009-03-28 16:36:03 +00:00
endolf
b789b8cd52 Check the arch type before loading the .so 2009-03-28 16:25:28 +00:00
endolf
571769019e Check the arch type before loading the .so 2009-03-28 16:22:05 +00:00
endolf
c5ff2100e2 Build for all 3 architectures 2009-03-26 12:36:38 +00:00
endolf
2ed5250bf4 All environment paths passed in. 2009-03-18 01:23:13 +00:00
endolf
3694ba5514 Rather than crashing, just disable the plugin if we an't load the dll 2007-09-23 02:09:55 +00:00
endolf
0015c724b3 Rather than crashing, just disable the plugin if we an't load the dll 2007-09-23 02:01:26 +00:00
endolf
69a2984615 Rather than crashing, just disable the plugin if we an't load the dll 2007-09-22 19:35:06 +00:00
endolf
13e1269023 Fix a potential Array index out of bounds exception. 2007-08-12 22:38:49 +00:00
endolf
a2f62499b9 Make joysticks fire events 2007-08-12 22:10:37 +00:00
endolf
c6a4aeaf1e Complete - task 36: Linux plugin not reporting normalised values
https://jinput.dev.java.net/issues/show_bug.cgi?id=36
2007-08-12 21:59:25 +00:00
endolf
ea90a2d3b4 Make the joystick plugin on linux respect POV Hats 2007-08-12 20:09:14 +00:00
endolf
ae8b23e4ba Remove stray debug 2007-08-12 16:02:23 +00:00
endolf
8699a0c8b1 Issue number: 35
Read the axis and button maps from the joystick nodes.
2007-08-12 15:47:51 +00:00
endolf
940c48b558 Bit of a tidy up 2007-08-02 20:30:42 +00:00
endolf
aa96d5c1be Tidy up 2007-08-02 20:13:51 +00:00
endolf
0018c62842 Created a plugin that combines the multiple keyboard/mouse support of the raw plugin, with the game controller support of direct input. 2007-08-02 20:10:35 +00:00
endolf
92c7186445 Revert last change, might be a rumbling only device, or a device with only subdevices. 2007-06-28 20:41:47 +00:00
endolf
db12311aa5 Don't create devices that are of an unknown type, with no components 2007-06-28 20:38:53 +00:00
endolf
fd2a1b073d Make the API docs and the code match for the Mouse.get<button> methods. Add the methods that we actually wanted to be there. 2007-06-28 20:37:24 +00:00
endolf
10214031df Raw input has mouse buttons 4 and 5 as button 3 and 4 not side and extra. 2007-06-20 21:04:46 +00:00
endolf
083eee58ee Implement the isSupported method and make plugins work again. There was an issue where accessing the static methods in DefaultControllerEnvironment and ControllerEnvironment would cause ploblems when the plugins were loaded using the PluginLoader class loader. 2007-06-10 15:03:27 +00:00
elias
7716494aee Linux: Added more paths to the jni header search path 2007-04-19 11:40:03 +00:00
elias
d71de8a642 Mac OS X: Don't fail the entire device enumeration when one device fails to open 2007-02-25 20:40:02 +00:00
elias
7bf9a5d428 Linux: Bounds check fixes (again) 2006-12-26 09:18:46 +00:00
elias
02196352eb Linux ~: More bounds checks 2006-12-25 09:31:34 +00:00
elias
9d211951c1 Linux: Fix an IndexOutOfBoundsException for unknown controller types 2006-12-23 07:51:58 +00:00
elias
43b4dab801 Mac OS X: Added support for mouse scroll wheel 2006-11-12 18:36:17 +00:00