mika-n
f795e08f8a
Merge branch 'jay' of https://github.com/Ryochan7/DS4Windows into jay
2018-12-10 20:25:59 +02:00
Travis Nickles
bc8e6ebd0e
Remove component use for ScpVBus classes
2018-12-09 04:05:26 -06:00
mika-n
4359bb082b
Merge branch 'jay' of https://github.com/Ryochan7/DS4Windows into jay
2018-12-06 15:22:23 +02:00
Travis Nickles
323bde6513
Removed reference to unused assembly
2018-12-05 18:48:28 -06:00
Travis Nickles
0f3d6e379a
Changing access modifier of resource led to performance boost. Change exclusive mode warning string.
...
Related to issue #493 .
2018-12-05 03:40:38 -06:00
Travis Nickles
391f0a8110
Changed project file. Updated ToolsVersion
2018-12-05 01:28:09 -06:00
mika-n
1eed418022
Added support for 180/360/720/900/1440 turn range (or any other turn range between 90-3240 degrees). New SASteeringWheelEmulationRange profile option with int32 value (default 360).
2018-12-04 00:50:37 +02:00
Travis Nickles
5047dcf31f
Use build setting change in x86 build
2018-11-12 06:22:20 -06:00
Travis Nickles
b1e2797f78
Edited build settings
2018-11-12 05:18:42 -06:00
Travis Nickles
239b9bceba
Merge branch 'jay' into udpserver
2018-07-17 23:53:14 -05:00
Travis Nickles
b8d60e8aa6
Change warning level for build settings
...
It seems to matter in the final build even though it seems
like it should not
2018-07-17 18:11:32 -05:00
Travis Nickles
2cc8236e02
Removed an unused control
2018-07-17 04:07:32 -05:00
Travis Nickles
f641b7f11c
Removed unused component
2018-07-17 02:30:03 -05:00
Travis Nickles
add73e0b49
Removed unused Settings class
2018-07-16 19:20:28 -05:00
Travis Nickles
c0b958b43a
Updated target framework to .NET 4.6.1
...
Hopefully this change will not cause problems for some users
2018-07-16 02:42:08 -05:00
Travis Nickles
8d4c7d0c57
Merge branch 'jay' into udpserver
2018-06-24 21:04:20 -05:00
Travis Nickles
36aa91dca5
Removed unused AlreadyRunning form
...
Been wanting to remove this for a while. No performance
degradation now
2018-06-19 02:33:11 -05:00
Travis Nickles
d925452ed8
Initial commit with UdpServer change
2018-05-06 02:10:49 -05:00
Travis Nickles
cba11fd791
Updated TaskScheduler
2018-04-09 02:17:42 -05:00
Travis Nickles
961cb0b276
Enable unsafe block setting for other builds
2018-03-05 18:21:33 -06:00
Travis Nickles
8be2f9f271
Use unsafe blocks in project
...
Memory pointer access is needed to improve performance
with basic input report copying as well as CRC32
validation
2018-03-05 08:57:30 -06:00
Travis Nickles
c7f7537f25
Experimental CRC32 validation
...
Needs more work but I don't want to lose progress made
so far. Related to issue #228 .
2018-03-04 14:37:47 -06:00
Travis Nickles
2dd9cb78a1
Enable GenerateSerializationAssemblies for x86 release builds
2018-02-21 02:08:24 -06:00
Travis Nickles
431f58b831
Set GenerateSerializationAssemblies to On for release builds
2018-02-21 02:05:09 -06:00
Travis Nickles
64d1eadb94
Removed unused assembly
2018-01-28 02:34:35 -06:00
Travis Nickles
b3c9796fbb
Finally found good config for removing IWshRuntimeLibrary dependency
...
Related to issue #151 .
2018-01-26 00:41:20 -06:00
Travis Nickles
84f1e7caae
Merge branch 'language-switch' of https://github.com/czukowski/DS4Windows into czukowski-language-switch
2018-01-18 00:03:55 -06:00
Travis Nickles
9e9349ed1c
Update Task Scheduler to version 2.7.2
2017-12-21 23:33:37 -06:00
Korney Czukowski
f0b645b7e5
Add Language picker control
2017-12-12 21:50:51 +01:00
Travis Nickles
fa1f4760bf
No longer use pdb file for debug info
2017-12-07 06:17:22 -06:00
Travis Nickles
521a2a3c9f
Specify C# 6 in build settings for x86 build
2017-11-25 16:55:05 -06:00
Travis Nickles
e52da9c9de
Change build settings to explicitly use C# 6
2017-11-19 22:11:19 -06:00
Travis Nickles
b6a58b7b76
Remove old exclusive mode workaround
2017-11-18 02:54:16 -06:00
Travis Nickles
17a1e895eb
Change name of compilation symbol
2017-11-17 01:50:18 -06:00
Travis Nickles
09a7cd8288
Get rid of debug error for x86 build
...
Related to issue #140 . Not a great workaround
2017-11-17 01:33:24 -06:00
Travis Nickles
8bd534863e
Remove BootstrapperPackage entry for .NET Framework 3.5 SP1
...
Thanks to idan-weizman for pointing this out
2017-11-15 22:34:11 -06:00
Travis Nickles
91c8020bb9
Added x86 as a platform target
2017-10-20 06:13:14 -05:00
Travis Nickles
93e933aadf
Add extra search folder for compiled localization files
...
Related to issue #124 .
2017-10-06 02:29:57 -05:00
Travis Nickles
13103ff7a8
Removed references to some unused assemblies
2017-08-22 05:10:19 -05:00
Travis Nickles
b7f5e3fb3c
Update TaskScheduler version. Change build target to .NET Framework 4.5.2.
...
.NET Framework 4.5 has been unsupported for some time
2017-08-15 04:40:43 -05:00
Travis Nickles
edeaa30b59
Code clean up. Reset xinput mapping for more bound actions.
2017-05-12 07:48:58 -07:00
Travis Nickles
9173ab72fe
Cache control to state field information to speed up some methods
2017-04-21 02:48:13 -07:00
Travis Nickles
d1994b2876
Add startup task mode.
...
Related to issue #16 .
2017-04-19 22:54:09 -07:00
Travis Nickles
c2de92ea7f
Merge branch 'jay' of https://github.com/CarlosHBC/DS4Windows into CarlosHBC-jay
2017-03-29 21:37:02 -07:00
Travis Nickles
a167132c0a
Merge https://github.com/ondr3j/DS4Windows into ondr3j_audio
2017-03-29 02:12:37 -07:00
Carlos Cabral
1f6bce3688
Update copyright
2017-03-28 20:53:18 -03:00
Travis Nickles
983e55a0fa
Added explicit x64 build configuration
2017-03-23 08:58:26 -07:00
Travis Nickles
1beb275c4d
Remove Prefer 32-bit from project settings
2017-03-19 00:38:30 -07:00
Ondrej Patrovic
2a0cc058e7
Fix disappearing audio with DS4 wireless dongle
2016-11-21 20:06:38 -05:00
Jays2Kings
1bfc69ee37
Version 1.4.5
...
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-21 21:38:38 -04:00