Travis Nickles
|
78ef0fcd9d
|
Found a couple of old Jays2Kings bugs
Default gyro triggers and shift action scan code check
|
2019-10-05 21:57:20 -05:00 |
|
Travis Nickles
|
7f1c86ba7a
|
Fixed touchpad disable invert
|
2019-10-04 14:46:57 -05:00 |
|
Travis Nickles
|
9e557daefd
|
Precaution against rapid NullReferenceException throws in Special Actions
|
2019-09-21 16:26:59 -05:00 |
|
Travis Nickles
|
458834577a
|
Make separate roundness setting for RS
|
2019-09-13 22:26:58 -05:00 |
|
Travis Nickles
|
5ae1b8800f
|
Use max displacement from center for Mouse Joystick and RS conflict
Related to issue #807
|
2019-09-07 11:57:32 -05:00 |
|
Travis Nickles
|
e89c8b6c3a
|
Added identifier name to meta info
Related to issue #816
|
2019-09-07 08:29:25 -05:00 |
|
Travis Nickles
|
9b25bb83cb
|
Added max saturation setting for rainbow lightbar mode
Related to issue #802
|
2019-09-06 10:50:20 -05:00 |
|
Travis Nickles
|
114b07699a
|
Create CRC table in ControlService
|
2019-09-06 09:41:55 -05:00 |
|
Travis Nickles
|
1498d6a054
|
Add field to profile resetting
|
2019-09-02 23:39:44 -05:00 |
|
Travis Nickles
|
eff927e7ed
|
Force dead zone and anti-dead zone for new profiles
Related to issue #804
|
2019-08-30 13:32:56 -05:00 |
|
Travis Nickles
|
9bd51043b8
|
Added smoothing to Mouse Joystick
|
2019-08-26 22:15:38 -05:00 |
|
Travis Nickles
|
111e44c2b8
|
Added vertical scale to Mouse Joystick
|
2019-08-26 18:53:28 -05:00 |
|
Travis Nickles
|
9d907fc241
|
Corrected typo in method name
|
2019-08-26 05:53:37 -05:00 |
|
Travis Nickles
|
b2e7eb987d
|
Added toggle option to Mouse Joystick
|
2019-08-26 05:51:54 -05:00 |
|
Travis Nickles
|
ca41c511c6
|
Changed Mouse Joystick max zone default
|
2019-08-26 04:12:02 -05:00 |
|
Travis Nickles
|
aced5deab7
|
Fixed square stick roundness default in GUI
|
2019-08-25 15:48:26 -05:00 |
|
Travis Nickles
|
bc437a2769
|
Adjusted defaulyts. Fixed trigger turn default
|
2019-08-23 22:08:15 -05:00 |
|
Travis Nickles
|
78cf371dce
|
Fixed issue with gyro triggers getting reset
|
2019-08-23 21:39:22 -05:00 |
|
Travis Nickles
|
5bc8346fe6
|
Fixed turn behavior setting for Mouse Joystick
|
2019-08-23 17:03:22 -05:00 |
|
Travis Nickles
|
a949f803a4
|
Lower default Mouse Joystick dead zone
|
2019-08-23 01:27:47 -05:00 |
|
Travis Nickles
|
1e9bc19fc1
|
Initial mouse joystick test
|
2019-08-22 22:03:03 -05:00 |
|
mika-n
|
d77a236c87
|
Comment tweaks
|
2019-08-12 16:31:16 +03:00 |
|
mika-n
|
8ee6bf0a84
|
Tweaks in "special action type of macro" logic
|
2019-08-12 16:14:24 +03:00 |
|
mika-n
|
938c4f3f39
|
Merge branch 'jay' of https://github.com/Ryochan7/DS4Windows into jay-bezierCurveOutput
|
2019-08-12 13:44:29 +03:00 |
|
mika-n
|
90f148ef09
|
Merge branch 'jay' of https://github.com/Ryochan7/DS4Windows into jay-bezierCurveOutput
|
2019-08-12 00:28:45 +03:00 |
|
mika-n
|
af6bbb517a
|
small code cleanups in special actions (Macro)
|
2019-08-12 00:22:54 +03:00 |
|
mika-n
|
79f6b29d50
|
Nowadays all output axies have "Enhanced Precision" output curve option in GUI dropdown list. Added EnchPrecision curveOutput==1 IF-THEN-ELSE block to l2/r2/sx/sz curve output code logic and curveOutput=6 is the new custom option in all axies.
|
2019-08-12 00:03:59 +03:00 |
|
mika-n
|
45bfd2043a
|
Added new GUI options to "macro special action" screen (run on release, repeat, synchronized run, keep key state). Added tooltip explanation texts to these macro options.
|
2019-08-11 21:54:54 +03:00 |
|
mika-n
|
6815c53fde
|
Added "run on key release" and "run synchronized" and "repeat while held" and "keep key state" support for macro special actions
|
2019-08-11 01:01:57 +03:00 |
|
Travis Nickles
|
d8421e02b9
|
Re-add old curve routines
|
2019-08-07 01:59:02 -05:00 |
|
mika-n
|
f59dce057a
|
UseDInputOnly mode supports VJoy output axis of steering wheel emulation mode. VJoy output works even without virtual xbox360 or dualshock4 devices.
|
2019-07-27 23:34:38 +03:00 |
|
mika-n
|
f85e0d413a
|
Pre-defined output curves initialized using a pre-fixed formula. Now only the "Custom" output curve goes through bezier curve logic, but at runtime all output curve options are mapped using a lookup table (better performance and easier code maintenance).
|
2019-07-27 22:23:48 +03:00 |
|
Travis Nickles
|
4ffda750f7
|
Use old routines for preset curves
|
2019-07-25 14:54:39 -05:00 |
|
mika-n
|
13150015f0
|
Custom curve GUI tweaks.
|
2019-07-19 01:49:22 +03:00 |
|
mika-n
|
7bb8d02c38
|
Changed EnhancedPrecision output curve option to use the original hard-coded axis ranges (as it was in V1.7.12 and earlier versions). However, mapping for this old curve goes through a lookup table nowadays as with true bezier curves.
|
2019-07-15 16:08:31 +03:00 |
|
mika-n
|
7015a4d1b9
|
Merge branch 'jay' of https://github.com/Ryochan7/DS4Windows into jay-bezierCurveOutput
|
2019-07-14 22:31:53 +03:00 |
|
Travis Nickles
|
f00a42bedd
|
Slow down mouse wheel scrolling for analog stick
|
2019-07-14 02:29:38 -05:00 |
|
mika-n
|
22866d6a5c
|
New customizable output curve functionality. User can create any kind of output curve via a bezier curve editor (external HTML web app in BezierCurveEditor folder).
|
2019-07-07 00:47:54 +03:00 |
|
Travis Nickles
|
1c869647ab
|
Use pre-allocated buffer in UDP server
|
2019-07-02 02:06:32 -05:00 |
|
Travis Nickles
|
dfaecd474f
|
Group trigger mod profile properties
|
2019-06-30 20:59:51 -05:00 |
|
Travis Nickles
|
a6ed8240df
|
Group together stick zone modifiers
|
2019-06-30 00:40:24 -05:00 |
|
Travis Nickles
|
934947e3dc
|
Lowered enhanced precision curves
|
2019-06-26 17:20:49 -05:00 |
|
Travis Nickles
|
157bb67951
|
Group square stick profile properties into a class
|
2019-06-26 01:35:41 -05:00 |
|
Kamilczak020
|
4b901b3489
|
Implemented square stick roundness selectability
|
2019-06-25 23:42:08 +02:00 |
|
Travis Nickles
|
132dce7845
|
Loosen enhanced precision curves
|
2019-06-18 01:46:51 -05:00 |
|
Travis Nickles
|
ddb4ca96ba
|
Added easeout cubic curve option
|
2019-06-09 02:15:00 -05:00 |
|
mika-n
|
5767a1866d
|
UPD listen host address or IP number option in UDP server settings. By default UDP server listens onlhy 127.0.0.1 loopback interface, so connections work only within a host computer. This new UDPServerListenAddress option allows to use specific IP or 0.0.0.0 (=all interfaces) as listen address to enable remote UDP connections.
|
2019-05-27 01:07:17 +03:00 |
|
Travis Nickles
|
d227e087d9
|
Retrieve ViGEMBus driver version string
|
2019-05-12 00:33:43 -05:00 |
|
mika-n
|
02f66981a7
|
Steering wheel emulation for the new dualshock4 controller option. Fine tuned anti-deadzone calculation for DS4 output controller.
|
2019-05-09 23:21:31 +03:00 |
|
mika-n
|
8a561d1cde
|
Steering wheel emulation for the new dualshock4 controller output option.
|
2019-05-09 21:32:29 +03:00 |
|