Commit Graph

690 Commits

Author SHA1 Message Date
37feb22ca8 Increased stick mouse offset 2020-02-09 21:14:45 -06:00
42c869affd Increased stick mouse offset 2020-02-04 21:54:06 -06:00
1faa29962e Updated midpoint for gyro to axis calculations 2020-02-03 14:40:48 -06:00
d1479c74df Fixed switching of DInput only profiles 2020-01-29 15:30:30 -06:00
1881c223ba Added output mouse speed text next to mouse sensitivity. Actually added mouse sensitivity binding
Been wantintg the output display for a while
2020-01-29 15:00:58 -06:00
0b2ea9454a Fixed type cast problems with Gyro output curves. Fixed Easeout Cubic.
Related to issue #1045.
2020-01-29 12:39:52 -06:00
5e6dc361a2 Apply trigger max zone when dead zone is 0.0
Related to issue #1075
2020-01-27 11:04:24 -06:00
6f53361607 Added DS4Windows version to profiles config file 2020-01-26 10:56:52 -06:00
7328166e1c Added comment in profiles stating which version of DS4Windows made the file 2020-01-26 10:53:48 -06:00
61265388ad Fixed midpoint for Swipe to Axis controls
Old value did not match newer standard. Related to issue #1069.
2020-01-26 10:08:10 -06:00
b1872cee6a Late launch HidGuardHelper 2020-01-25 21:22:18 -06:00
c02e6c89dc Add minor log notice about HidGuardian 2020-01-25 21:02:37 -06:00
aa2ff36490 Removed unneeded X360Data instances 2020-01-25 20:48:38 -06:00
7e68a29330 Removed some old commented code 2020-01-25 20:43:56 -06:00
5abc178841 Fixed typo 2020-01-25 20:36:46 -06:00
a94573362f Increased hotplug delay time 2020-01-22 10:13:43 -06:00
982c45de6a Increased mouse stick offset more 2020-01-22 03:56:58 -06:00
ff4c878487 Increased mouse stick offset 2020-01-21 21:56:32 -06:00
3353b4afcd Added max output setting for L2 and R2 2020-01-21 03:46:24 -06:00
fad0ddda26 Make max output setting for LS and RS
Maybe implement for other axes later
2020-01-21 03:21:43 -06:00
164fbd5154 Save config upon controller unplug
Used to assist with persisting linked profile setting
2020-01-16 07:15:18 -06:00
3074bc1b6e Load Linked Profiles
Related to issue #1039
2020-01-13 20:42:58 -06:00
1c846513dc Fixed Y buffer clearing in trackball routine 2020-01-10 16:09:51 -06:00
902cdcf078 Fixed default button mapping display for TouchUpper and TouchMulti.
Indexes got flipped. Related to issue #1025
2020-01-09 03:18:42 -06:00
77e713e7b9 User configurable (profile) max time in seconds for a rumble effect. The rumble watchdog timer used to be fixed 2 secs, but now it is possible to disable this watchdog timer (0 secs value) or set the max time in profile editor. 2020-01-05 22:11:44 +02:00
05686d4011 Merge branch 'AutoProfileTweaks' of https://github.com/mika-n/DS4Windows into mika-n-AutoProfileTweaks 2020-01-04 15:32:11 -06:00
58d533b1ca Added hooks for Swipe Control buttons
Related to issue #986
2019-12-30 21:39:05 -06:00
39f94ef8d3 Added "Revert to default profile on unknown process" option to auto-profile screen. If this is enabled then DS4Windows will revert back to default profile when an unknown process is the foreground app. If this option is unchecked then DS4Windows leaves the current profile as active on unknown foreground processes. 2019-12-29 01:34:41 +02:00
4c4a6f5ba6 Added Stop and Start menu item to tray icon. Fixed ambiguity of temp thread objects in ControlService. 2019-12-27 14:25:17 -06:00
e69816b290 Fixed gyro z- label 2019-12-25 14:04:51 -06:00
c4cdade076 Added Quick Charge back in 2019-12-20 20:08:27 -06:00
906946a7ea Import DS4WindowsWPF code 2019-12-18 15:33:23 -06:00
21518134fc Added output slot manager. Added plug and unplug delay of 100 ms for output devices.
Related to issue #879
2019-12-11 09:58:31 -06:00
424b456175 Unify output device plugging and unplugging 2019-12-02 15:04:23 -06:00
8a6aae2b42 Added extra log message when ViGEmBus is not detected 2019-11-27 14:10:44 -06:00
f0c0c51096 Corrected default for linkedProfileCheck 2019-10-26 20:09:05 -05:00
1bf4642c09 Change hotplug routine in sync handler 2019-10-25 02:08:48 -05:00
a871e750ee Added new field array for specifying active controller types
Related to issue #871
2019-10-25 01:48:56 -05:00
4479bdb2c1 No longer make UseDS4ForMapping a persistent setting 2019-10-10 16:08:49 -05:00
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
7f1c86ba7a Fixed touchpad disable invert 2019-10-04 14:46:57 -05:00
9e557daefd Precaution against rapid NullReferenceException throws in Special Actions 2019-09-21 16:26:59 -05:00
458834577a Make separate roundness setting for RS 2019-09-13 22:26:58 -05:00
5ae1b8800f Use max displacement from center for Mouse Joystick and RS conflict
Related to issue #807
2019-09-07 11:57:32 -05:00
e89c8b6c3a Added identifier name to meta info
Related to issue #816
2019-09-07 08:29:25 -05:00
9b25bb83cb Added max saturation setting for rainbow lightbar mode
Related to issue #802
2019-09-06 10:50:20 -05:00
114b07699a Create CRC table in ControlService 2019-09-06 09:41:55 -05:00
1498d6a054 Add field to profile resetting 2019-09-02 23:39:44 -05:00
eff927e7ed Force dead zone and anti-dead zone for new profiles
Related to issue #804
2019-08-30 13:32:56 -05:00
9bd51043b8 Added smoothing to Mouse Joystick 2019-08-26 22:15:38 -05:00