Commit graph

142 commits

Author SHA1 Message Date
gregorypierce
ad0fd45046 Changes for the nightly build 2004-02-28 05:45:22 +00:00
gregorypierce
06c28ad3da Updated so that if a key gets enumerated multiple times, only the first enumeration will be accepted. This was done to stop an issue with certain keys in OSX being enumerated more than once - the first being the correct HID code (assumption) and the second being something wrong. It is not clear why those keys were being enumerated more than once to begin with. But this solves the problem. 2004-02-28 01:26:36 +00:00
gregorypierce
6eb181e4be Updated for correct build environment 2004-02-28 01:24:09 +00:00
gregorypierce
32c2c63818 Updated for better debugging output. 2004-02-28 01:23:22 +00:00
gregorypierce
1376adde46 Updated for proper build settings. 2004-02-28 01:22:41 +00:00
endolf
9258d5763c Added Z axis support for rumblers 2003-12-02 19:10:06 +00:00
endolf
d7efdf03a0 Updated (added) javadoc 2003-12-02 19:03:37 +00:00
endolf
ec62ee8549 Updated rumblers to be able to get their axis name and axis identifier 2003-12-02 18:55:13 +00:00
endolf
a4176e75f8 Initial rumbler support 2003-12-01 23:42:30 +00:00
endolf
21cb0446d1 Added the logger macros so I don't have to keep manually adding the
statements back in every time something breaks

Fixed a crash under linux if when it was thinking there was at least one
more joystick that it really had, funnily enough when it tried to get
data from this joystick, it all went bang.
2003-10-29 22:36:31 +00:00
endolf
a8cbd46c50 Fixes to solve issue 21 2003-10-20 18:41:26 +00:00
endolf
e749b96a4a Fix and updated error messages for issue 20 2003-10-04 12:48:51 +00:00
endolf
46e48bb00e Fixes for issue 4 and 5, mouse data under DX is normalised
and shouldn't be
Enhancment 19, Windows only supports 4 mouse buttons.
2003-10-03 22:03:25 +00:00
endolf
1b7e1217f7 I had done the mouse axis as normalised to match the windows
version, as I am about to commit changes to fix that version, I
have sitch over the workings of this one too
2003-10-03 21:42:48 +00:00
endolf
dadac91706 Added windows 98 to build options as jinput will work with it. 2003-10-03 20:15:06 +00:00
swpalmer
9d6240f1b3 Preliminary Ant build support for OS X 2003-09-04 15:12:02 +00:00
gregorypierce
144c3501e5 Add HID properties and CROSSTABLE entries to move from JInput keys to HID cookies and poll keyboard keys 2003-08-09 18:19:34 +00:00
gregorypierce
09ae0599ef Change to ignore non HID compliant devices and to correct a bug where usage page passed as element type 2003-08-09 18:18:43 +00:00
gregorypierce
eade1ce044 Couple of bug fixes 2003-08-09 18:17:38 +00:00
gregorypierce
d1e7bf020d Added information for keyboard return codes. There are many international keys whose mappings are not totally clear. 2003-08-08 07:08:41 +00:00
gregorypierce
aeea752a6f no message 2003-08-07 21:57:08 +00:00
gregorypierce
c88f6ab0c6 no message 2003-08-07 18:28:18 +00:00
gregorypierce
9aa4e82038 no message 2003-08-06 01:02:58 +00:00
gregorypierce
24d639f5be Initial release of native library 2003-08-05 18:33:07 +00:00
gregorypierce
c2688c3ae8 no message 2003-08-05 18:32:27 +00:00
gregorypierce
6e8132cedf Initial update - partial merge with JInput 2003-08-05 18:31:29 +00:00
endolf
6f376aacfe jinput.jar location got moved back 2003-08-05 18:05:23 +00:00
endolf
80718c255b jinput.jar got moved from bin to dist 2003-08-05 16:56:43 +00:00
endolf
a35964c6ad fixed ant clean fails on windows because the linux ant script can't find
the classes dir to delete
2003-08-05 08:14:46 +00:00
endolf
ef7559ab41 Changed controller.jar to jinput.jar as per
http://www.JavaGaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jinput;action=display;num=1059866464
2003-08-05 08:04:18 +00:00
endolf
edc587f3e9 Changed os name on createNativeDefinitons.java as it was
incorrectly capitalised
2003-07-31 20:12:01 +00:00
endolf
fce8c6c7ec Initial commit of linux plugin 2003-07-31 20:11:03 +00:00
endolf
1b4afd7352 Initial commit of Linux plugin 2003-07-31 19:34:46 +00:00
endolf
c4bc78af27 no message 2003-07-31 18:46:47 +00:00
endolf
bcbbe869a7 no message 2003-07-31 18:36:31 +00:00
endolf
597fd338dd g++ rather than gcc is needed to build C++ files, and added windows xp to the list of OSs to build the native library on. 2003-07-31 18:31:33 +00:00
gregorypierce
b6a6416f8e Update to move native pointers to Java code, to retrieve the correct device types from the HID tables, to open/close the device and prepare to poll data from the device data queues 2003-07-29 05:15:11 +00:00
gregorypierce
14e0af5493 no message 2003-07-28 14:46:07 +00:00
gregorypierce
09418e2664 Initial revision 2003-07-26 04:50:27 +00:00
gregorypierce
55171e1127 Initial checking 2003-07-24 03:25:48 +00:00
endolf
c931dd231c Update to allow hat switches to be in 4 more positions. 2003-07-23 12:22:55 +00:00
jeffpk
38a5315d76 Initial check-in of the Java Games Initiative's game controller discovery and input library. 2003-06-06 21:04:07 +00:00