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
elias
7716494aee
Linux: Added more paths to the jni header search path
2007-04-19 11:40:03 +00:00
elias
f201cc526b
Linux: Changed uname -i to uname -m to improve 64 bit detection in build scripts
2006-09-08 10:06:51 +00:00
elias
6eb27144d9
Linux: Implemented support for libjinput-linux64.so 64 bit library
2006-07-11 21:02:46 +00:00
endolf
559c008a02
Make version 2 the main jinput version
2006-04-29 22:29:27 +00:00
endolf
4c91a4eb44
Trying to sort out some of the crashes and failed exits
2006-01-12 22:16:10 +00:00
endolf
552fdad56d
Fixed a sigsegv, once we've found a match for an event device and
...
joystick, don't look at that stick again, especially having nulled the
pointer.
2005-12-04 22:14:35 +00:00
endolf
db744e1d41
Let me just say ....
...
Ooops
was forgetting to increment a counter
2005-11-11 19:22:55 +00:00
endolf
dc39383a67
Handle cases where there are no event devices, only js ones.
2005-11-07 07:46:34 +00:00
endolf
9a920ade6d
Fixes for js devices that are read only
2005-11-03 22:00:11 +00:00
endolf
f95cb1ce41
3 Changes
...
When there are no device files found, jinput won't try to read the 0th
one.
When no js* devices are found in /dev/input it will look in /dev
Try to free some of the memory created in the init process
2005-10-30 21:56:14 +00:00
endolf
95cf7ab8e7
It helps if you add the files the new changes depend on.
...
Ooops
(force feedback changes I committed yesterday that is)
2005-08-31 06:43:02 +00:00
endolf
b6f7e35321
It appears as though linux can't cope with scaling the effect, it's on
...
or off. So i'm having to play with the strong/weak rumble settings.
2005-08-30 19:54:25 +00:00
endolf
daba6d24cc
Unless cleanup is called from the same thread as init, the cleanup
...
doesn't happen properly and events are left of the ff device meaning we
run out of device space. Added a thread that init and cleanup are called
from via methods on the interface.
Then it became apparent that rumble would only work from the same thread
as the others too, so thats added in there.
Nastyness all round.
2005-08-30 19:37:53 +00:00
endolf
04e3538e83
Added cleanup stuff for rumblers, it doesn't fix the code, but is nice
2005-07-16 15:09:04 +00:00
endolf
d4c72ba15c
Couple if inux rumbler differences, including including the added file
2005-07-16 13:07:45 +00:00
endolf
df432c29ae
Linux rumbler support
...
IT DOES NOT WORK YET though.
I'm in contact with the kernel module developers as I think it's a kernel bug
2005-07-03 20:05:34 +00:00
endolf
d222fad271
Updated the name of the linux native library
2005-06-19 15:33:12 +00:00
endolf
b5bea30cc2
For some reason, my ubunto boxes with jdk 1.5.0_02 all seem to have
...
java.home set to the jre dir, even though a 'which java' reveals it's
using the jdk one, not the jre one. This causes the include dir not to
be found and causes the build to fail. Made it so that the build file
looks for includes relative to the jre dir and the jdk dir, so all
systems should work (yeah, right)
2005-06-14 11:19:55 +00:00
endolf
ab7bba58d6
Will try to open the device for read/write first, if that fails, trys
...
read only and displays a message about not being enabled for force
feedback
2005-05-08 09:58:31 +00:00
endolf
fa0b606105
Event devices now opened read only
2005-05-04 18:15:08 +00:00
jeffpk
4be7c6e38b
Updated EventDevice.cpp to handle EV_SYN properly
2005-05-01 23:25:38 +00:00
jeffpk
3a67a298a8
Updated linux plugin to build under Linux 2.6.5-7.151
...
Note, these are hacky fixes that may break it under earlier versions of Linux. Sorry.
2005-04-28 05:19:22 +00:00
endolf
2dc9aae5e2
fixes for issues 25 and 26
...
Sigsgv with logitec USB keyboard with volume controls and mouse wheel
when valid event device list in /dev/input/event* has invalid devices in the middle of the sequence, a sigsegv is seen
2004-04-21 09:48:55 +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
e749b96a4a
Fix and updated error messages for issue 20
2003-10-04 12:48:51 +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