Commit Graph

21 Commits

Author SHA1 Message Date
Maschell da80e946d0 Version bump to 0.4 2017-04-27 19:30:56 +02:00
Ash db27368d31 [Build] Stop Maven's complaining 2017-04-13 12:11:04 +10:00
Ash 725d23de72 Differentiate usagePage and usageID, fix whitespace bugs 2017-04-12 21:32:17 +10:00
Ash fe8398a4c8 Finish up - HID controller filtering backend done 2017-04-12 15:36:36 +10:00
Maschell 2e70f2c801 Version bump to 0.3 2017-04-10 17:36:05 +02:00
Maschell e71d760cde Added an abstract HID-Layer, this way we can change the actual HID-Backend easily
Currently Winows still uses purejavahidapi and Unix uses hid4java. This
is currently untested.
2017-04-05 11:44:21 +02:00
Maschell ad73c904be Changed the filename of the generated .jar files 2017-04-01 20:20:27 +02:00
Maschell 559b5679d5 Added one more usage page to the list of accecpted HID devices
- added a really simple HIDTest tool to see inputs
2017-04-01 20:12:52 +02:00
Maschell 964cd999fe Updated the JNA version 2017-04-01 17:15:32 +02:00
Maschell ebe03a23c6 Changed the AccessLevel of the classes in the network package and improved
the MessageBox system. Now it's threadsafe and multiple consumers are
possible.
- Added a message box when connecting fails.
- Change the version of the used purejavahidapi
2017-03-31 14:34:09 +02:00
Maschell 4066013e37 Bumped Version and sending now data permanently not only on changes 2017-03-30 17:23:50 +02:00
Maschell 6626adf4a9 Changed the used purejavahidapi version to a specific one
... for compatibilty reason.
2017-03-25 15:01:37 +01:00
Ash 8bc3c76858 Get CircleCI working? 2017-03-24 13:22:44 +11:00
Ash 7d00588ecf Load settings from config file instead of hardcoded values 2017-03-22 17:34:49 +11:00
Ash 3392e44405 Add exec.mainClass, running from Eclipse is now a hell of a lot easier
(add a Maven run configuration with goals "compile" and "exec:java")
2017-03-22 16:15:30 +11:00
Ash 8dffdb84fa Java 1.6; Mac OSX fixes 2017-03-21 20:42:26 +11:00
Ash 80ecde9e4d Fix up build 2017-03-20 13:38:08 +11:00
Maschell 4a590b9a20 Added support for the new DS4
- send only udp packets if there is a TCP connection
- added .jar creation
2017-03-19 23:54:41 +01:00
Maschell e0a392442d Changed HID backend to purejavahid
moved some magic values to the settings class
2017-03-16 19:33:50 +01:00
Maschell 82a25e0cf4 My approach on improving it, currently not really working
NOTE: I changed the protoctol a bit.
The actual network code is not finished and still under developement.

BUT:
- I simplified the GUI Classes
- Added XInput support
- And changed too much thing, can't list all here.
- Comments etc missing. Just want to have a commited version until I
break stuff.
2017-02-05 22:04:09 +01:00
Ash fff503652f Initial commit 2017-01-31 19:12:28 +11:00