Commit graph

117 commits

Author SHA1 Message Date
endolf e2d5fc8e24 Updates to build system for wintab plugin 2006-10-29 17:47:35 +00:00
endolf 1ef6081c1f First commit of the wintab plugin 2006-10-29 15:57:42 +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 9cc64dd560 DirectInput: Only choose DIDF_RELAXIS id the device has at least one axis, and all axes are relative 2006-08-23 08:04:50 +00:00
elias b251b846f2 DirectInput: Don't fail entire enumeration because of one device failure 2006-08-23 07:53:04 +00:00
elias e48f275cfc DirectInput: Fix an issue with mice devices and DIDF_ABSAXIS axis mode. Now DIDF_RELAXIS is chosen if all device axes are relative. 2006-08-22 21:20:35 +00:00
elias 924d55e7d3 DirectInput: Use Controller.Type.UNKNOWN for the catch-all device type 2006-08-22 09:22:51 +00:00
elias b1892fe307 Linux: Ignore rumblers when device is read only 2006-08-11 08:44:12 +00:00
elias 3d2ce651e8 DirectInput: Ignore unmapped components 2006-08-10 08:05:14 +00:00
elias 027fa2a7a0 Check for NULL malloc result 2006-08-09 08:38:58 +00:00
elias c31a7d8818 Windows: More MinGW compile fixes 2006-07-20 10:45:00 +00:00
elias 13a7aaef3c Windows: Fix more mingw compile warnings 2006-07-17 11:32:38 +00:00
elias 0a481c9adb Windows: More mingw fixes 2006-07-17 11:29:02 +00:00
elias 0fb2152bde Windows: MinGW path fixes 2006-07-15 23:09:40 +00:00
elias e5b009c563 Windows: Added build.xml.mingw for building with mingw compiler. Doesn't work yet since the RawInput API is not supported through mingw yet. 2006-07-15 22:39:32 +00:00
elias f0737680fa Made the core classes and the linux plugin applet compatible. Removed dead code in DefaultControllerEnvironment 2006-07-14 08:31:27 +00:00
elias c9b1dd2ba1 Windows: Handle polled devices in setDataFormat 2006-07-13 18:37:27 +00:00
elias c97630f17d Linux: build fixes for 64 bit 2006-07-11 21:07:38 +00:00
elias 06ecaad638 Changed a System.out.println to use logging 2006-07-11 21:04:54 +00:00
elias 6eb27144d9 Linux: Implemented support for libjinput-linux64.so 64 bit library 2006-07-11 21:02:46 +00:00
elias 8f13bb8862 Windows: Use pre-defined environment variables for the native include and lib paths 2006-07-10 22:20:03 +00:00
elias e1e1d4f564 Windows Raw Plugin: Make sure DefWindowProc is called to clean up resources. Use MSG.time field instead of GetMessageTime. 2006-07-05 08:51:36 +00:00
elias 4931654f9c Windows: Fix RawMouse event bug where all mouse clicks would end up being reported on the left (primary) mouse button 2006-07-04 21:25:51 +00:00
elias 4306f119c2 added DefaultControllerEnvironment.loadLibrary convenience method for plugins. It will also respect the new net.java.games.input.librarypath property for locating natives (useful for applets). Removed the mac os x jinput-osx-legacy library loading, as it is not necessary anymore with the combined 10.3/10.4 library 2006-07-03 11:59:10 +00:00
elias 603d4c6ce6 Added ControllerEventTest for testing event queueing 2006-06-23 10:48:04 +00:00
elias 55335e976d Windows: Fixed warning about unsafe _vsnprintf 2006-06-22 14:08:08 +00:00
endolf 99e28a3d9d Add an axis identifier for unknown axis types and get directx to use it
if it doesn't recognise an axis on construction.
2006-05-25 12:40:27 +00:00
endolf 1dc8f9ea11 Merge revision 12 of oddlabs svn repo.
Mac OS X: build.xml fix
Windows: Fixed crash when Raw plugin fails to load
Mac OS X: Tweak native libraries so only one library, libjinput-osx.jnilib contains both gcc 3 ppc code and gcc 4 i386 code. That way, we'll cover all releases and architectures with one native library instead of two
2006-05-14 09:14:52 +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 c47f72208e First bodge at pursuading windows to use some of the same button ID's as linux. I dunno which is right, I suspect that both are as there is no standard that both admit to. So for now, lets do that good old nasty hack of string searching. 2005-12-04 16:39:13 +00:00
endolf fb1b49b5a9 Updated button ID's. Trouble is, windows and linux id the buttons differently. 2005-12-02 22:43:14 +00:00
endolf 819e59f33c Don't poll if we are shutting down 2005-11-11 20:05:06 +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 3b9688b972 Fixed my debug 2005-09-01 20:37:01 +00:00
endolf 67bcd5f43e Trying to handle more than 2 force feedback axis. Untested. 2005-09-01 20:34:01 +00:00
endolf 2ae95adfcc Added debug for an array out of bounds error that is being seen 2005-09-01 20:02:57 +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 ab247c91ad Updated build file to build 1.4 byte code 2005-08-28 21:23:54 +00:00
endolf ae942dd3cc Updated build scripts to build java 1.4 byte code 2005-08-28 20:52:26 +00:00
endolf c15d74238d More rumbler debug 2005-08-28 09:23:00 +00:00
endolf def8e4976b Extra debug for rumblers 2005-08-27 09:22:16 +00:00
endolf f48ee8f6f4 Start of some work to print more debug if force feedback effect creation fails 2005-08-27 08:22:19 +00:00
endolf cebedc9479 Added shutdown hooks to stop rumblers before quitting. 2005-08-27 08:21:42 +00:00