Commit graph

68 commits

Author SHA1 Message Date
Shadowfacts 47fda71672 Build for arm64 macOS 2022-01-17 11:45:44 -05:00
Endolf 796c4780fd Close resources as per PR #10 2018-07-22 16:12:47 +01:00
Endolf 33640ec47d Next development release 2018-06-01 20:53:10 +01:00
Endolf 92f17913ca Add information on log level changes. 2018-05-31 21:07:03 +01:00
Endolf 81c9c872cd Fixed compile warnings for core api 2018-05-29 21:43:15 +01:00
Endolf 974302e420 Next development release 2018-05-25 21:52:45 +01:00
Endolf 5eb89d4e12 Disable logging option 2018-05-24 22:41:39 +01:00
Endolf aa699f5ffb Remove the log call that added extra new lines 2018-05-24 20:52:18 +01:00
Endolf 5b7c6314ed Fix use of deprecated methods 2018-05-23 17:26:16 +01:00
Endolf e0a512be48 Fix version file for generation from Maven. 2018-05-10 00:48:33 +01:00
Endolf 5a80ec7321 Use maven details for version information. 2018-05-10 00:07:24 +01:00
Endolf b2fd759065 Linux building under maven 2018-04-30 21:31:56 +01:00
IceReaper 643e6380ed Added Windows 10 to avoid warning. 2015-09-16 09:52:15 +02:00
Endolf 0943752c25 Fix for windows 8 and 8.1 version not found messages. 2015-06-13 21:50:39 +01:00
Endolf 2837517753 Git ignores 2014-07-14 13:31:09 +01: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 900a46506a Put the JInput version out on the tests 2011-03-25 23:09:25 +00:00
endolf 87e7d8df2f Reduce the logging during normal running. 2011-03-23 18:54:48 +00:00
endolf c07fe191ea Put the correct api version information into the Version class. 2011-03-23 18:11:22 +00:00
endolf b7302c451f Updated javadoc 2011-02-05 17:38:53 +00:00
endolf 2789d50724 Fix init and clean targets 2009-12-12 13:37:17 +00:00
endolf 32829e5df6 Add version information that hudson will update. 2009-12-12 13:29:01 +00:00
endolf 967fde8a93 Use java logging instead of system out in core and plugins. 2009-10-31 11:06:12 +00:00
endolf 86fb3d5499 Recognise windows 7 2009-10-03 20:20:27 +00:00
elias f2a679ae06 Made DirectAndRawInput the default windows plugin. Teach jinput about vista. 2007-11-27 09:14:51 +00:00
endolf 7d527dda1c When running the webstart rumble test, it doesn't seem to want to quit, it should now. 2007-11-13 20:37:47 +00:00
endolf b210efd1d0 Updated javadoc 2007-10-27 09:11:51 +00:00
endolf d418a10639 Changed the default plugin for XP to be the combined raw and direct input plugins. 2007-08-02 20:11:20 +00:00
endolf 9f2bd073fe Updated javadoc 2007-06-28 21:35:13 +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
endolf 4c295d9219 Added commented examples 2007-06-10 10:51:31 +00:00
elias 1bfb2dc3c0 Made polling of absolute Components lazy to avoid performance problems with keyboards on mac os x 2007-04-19 11:59:23 +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 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
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 fb1b49b5a9 Updated button ID's. Trouble is, windows and linux id the buttons differently. 2005-12-02 22:43:14 +00:00
endolf ae942dd3cc Updated build scripts to build java 1.4 byte code 2005-08-28 20:52:26 +00:00
endolf be7b59d328 Re added the fade test 2005-08-27 09:21:48 +00:00
jeffpk 98ab1d6fe4 Added handlign for unknown windows versions 2005-08-23 20:59:32 +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 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 decd93d226 If the default plugin is not in the classpath, an exception gets thrown.
This should only happen if it's also not in the plugins directory.
2005-06-16 16:32:59 +00:00
endolf 4a07a72323 Unless otherwise specified (using the property), the plugin loader will
now automatically try and load the plugin specific to that platform. The
plugins path will be scanned first, and if found, the plugin will not be
reloaded.
2005-06-15 12:26:14 +00:00
endolf fa132b2126 Changes for Axis.Identifier changes. This includes renaming Axis to Component, and creating the Identifier objects for Key Axis and Button. 2004-08-29 21:23:06 +00:00
endolf bbb5c4e0af Issue number: 18 2004-06-21 21:48:44 +00:00