2014-03-28 02:50:40 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<ProjectGuid>{7B9354BF-AF82-4CCB-A83D-4BEB1E9D8C96}</ProjectGuid>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2014-11-18 22:23:41 +01:00
|
|
|
|
<RootNamespace>DS4Windows</RootNamespace>
|
2014-06-06 22:38:52 +02:00
|
|
|
|
<AssemblyName>DS4Windows</AssemblyName>
|
2017-08-15 11:40:43 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
2014-06-21 20:00:28 +02:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-10-20 13:13:14 +02:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-08-01 23:24:08 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2017-12-07 13:17:22 +01:00
|
|
|
|
<DebugType>none</DebugType>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2017-03-19 08:38:30 +01:00
|
|
|
|
<DefineConstants>
|
|
|
|
|
</DefineConstants>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2017-03-19 08:38:30 +01:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2017-12-07 13:17:22 +01:00
|
|
|
|
<LangVersion>6</LangVersion>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2014-11-18 22:23:41 +01:00
|
|
|
|
<StartupObject>DS4Windows.Program</StartupObject>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</PropertyGroup>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<PropertyGroup />
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<PropertyGroup>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<ApplicationIcon>Resources\DS4W.ico</ApplicationIcon>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
</PropertyGroup>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<PropertyGroup>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
</PropertyGroup>
|
2017-03-23 16:58:26 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<Optimize>true</Optimize>
|
2017-12-07 13:17:22 +01:00
|
|
|
|
<DebugType>none</DebugType>
|
2017-03-23 16:58:26 +01:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-11-17 08:50:18 +01:00
|
|
|
|
<DefineConstants>WIN64</DefineConstants>
|
2017-11-20 05:11:19 +01:00
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
|
|
|
<LangVersion>6</LangVersion>
|
2017-03-23 16:58:26 +01:00
|
|
|
|
</PropertyGroup>
|
2017-10-20 13:13:14 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<Optimize>true</Optimize>
|
2017-12-07 13:17:22 +01:00
|
|
|
|
<DebugType>none</DebugType>
|
2017-10-20 13:13:14 +02:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2017-11-25 23:55:05 +01:00
|
|
|
|
<LangVersion>6</LangVersion>
|
2017-10-20 13:13:14 +02:00
|
|
|
|
</PropertyGroup>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<ItemGroup>
|
2017-12-22 06:33:37 +01:00
|
|
|
|
<Reference Include="Microsoft.Win32.TaskScheduler, Version=2.7.2.0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\TaskScheduler.2.7.2\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath>
|
2017-04-20 07:54:09 +02:00
|
|
|
|
</Reference>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
|
|
|
<Reference Include="System.Management" />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-05-12 16:48:58 +02:00
|
|
|
|
<Compile Include="DS4Control\ControlService.cs" />
|
2015-02-08 22:51:52 +01:00
|
|
|
|
<Compile Include="DS4Control\DS4LightBar.cs" />
|
2017-04-21 11:48:13 +02:00
|
|
|
|
<Compile Include="DS4Control\DS4StateFieldMapping.cs" />
|
2015-02-08 22:51:52 +01:00
|
|
|
|
<Compile Include="DS4Control\InputMethods.cs" />
|
|
|
|
|
<Compile Include="DS4Control\ITouchpadBehaviour.cs" />
|
|
|
|
|
<Compile Include="DS4Control\Log.cs" />
|
|
|
|
|
<Compile Include="DS4Control\Mapping.cs" />
|
|
|
|
|
<Compile Include="DS4Control\Mouse.cs" />
|
|
|
|
|
<Compile Include="DS4Control\MouseCursor.cs" />
|
|
|
|
|
<Compile Include="DS4Control\MouseWheel.cs" />
|
|
|
|
|
<Compile Include="DS4Control\ScpDevice.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="DS4Control\ScpDevice.Designer.cs">
|
|
|
|
|
<DependentUpon>ScpDevice.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="DS4Control\ScpHub.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="DS4Control\ScpHub.Designer.cs">
|
|
|
|
|
<DependentUpon>ScpHub.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="DS4Control\ScpUtil.cs" />
|
|
|
|
|
<Compile Include="DS4Control\X360Device.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="DS4Control\X360Device.designer.cs">
|
|
|
|
|
<DependentUpon>X360Device.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-22 02:06:38 +01:00
|
|
|
|
<Compile Include="DS4Library\DS4Audio.cs" />
|
2015-02-08 22:51:52 +01:00
|
|
|
|
<Compile Include="DS4Library\DS4Device.cs" />
|
|
|
|
|
<Compile Include="DS4Library\DS4Devices.cs" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Library\DS4Sixaxis.cs" />
|
2015-02-08 22:51:52 +01:00
|
|
|
|
<Compile Include="DS4Library\DS4State.cs" />
|
|
|
|
|
<Compile Include="DS4Library\DS4StateExposed.cs" />
|
|
|
|
|
<Compile Include="DS4Library\DS4Touchpad.cs" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\AdvancedColorDialog.cs" />
|
|
|
|
|
<Compile Include="DS4Forms\AdvancedComboBox.cs" />
|
|
|
|
|
<Compile Include="DS4Forms\Alreadyrunning.cs">
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\Alreadyrunning.Designer.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\DS4Form.cs">
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\DS4Form.Designer.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\DS4Keyboard.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\DS4Keyboard.Designer.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DS4Keyboard.cs</DependentUpon>
|
2014-04-27 21:32:09 +02:00
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\DupBox.cs">
|
2014-05-30 22:39:39 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\DupBox.Designer.cs">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\Hotkeys.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\Hotkeys.Designer.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\KBM360.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\KBM360.Designer.cs">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\Options.cs">
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\Options.Designer.cs">
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Compile Include="Program.cs" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\RecordBox.cs">
|
2014-06-14 21:14:27 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\RecordBox.Designer.cs">
|
2014-06-14 21:14:27 +02:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\SaveWhere.cs">
|
2014-06-12 20:46:00 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\SaveWhere.Designer.cs">
|
2014-06-12 20:46:00 +02:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\Settings.cs" />
|
|
|
|
|
<Compile Include="DS4Forms\SpecActions.cs">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\SpecActions.Designer.cs">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\WelcomeDialog.cs">
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\WelcomeDialog.Designer.cs">
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\WinProgs.cs">
|
2014-05-28 21:47:25 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<Compile Include="DS4Forms\WinProgs.Designer.cs">
|
2014-05-28 21:47:25 +02:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Compile Include="HidLibrary\Extensions.cs" />
|
|
|
|
|
<Compile Include="HidLibrary\HidDevice.cs" />
|
|
|
|
|
<Compile Include="HidLibrary\HidDeviceAttributes.cs" />
|
|
|
|
|
<Compile Include="HidLibrary\HidDeviceCapabilities.cs" />
|
|
|
|
|
<Compile Include="HidLibrary\HidDevices.cs" />
|
|
|
|
|
<Compile Include="HidLibrary\NativeMethods.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Alreadyrunning.resx">
|
Rest of DS4Windows has been upped to .NET 4.5 (If you have .net 4/already can run DS4Windows, this won't affect you), thanks to this update, you can now...
Add delay to macros from one millisecond to 60 seconds, macros with delays only run once until pressed again. Without delays, the macro can be repeated while held down.
Profiles and settings are now back inside the application folder to help portability. It will remain in appdata as previous versions if DS4Windows is in a admin folder, I may try to add a setting for location saving.
Import profile option will automatically go to the appdata profile folder, auto profiles and settings will automatically copy over.
Option to delete the appdata folder if not in use in the settings tab, this way it helps with cleanup.
Another fix for auto profiles startup bug
Better reading of autoprofile program path names
Now only one instance of DS4Windows is possible, if another DS4Tool or DS4Windows that is not this version is started, this DS4Windows comes back into focus.
UI fixes
2014-06-10 21:45:09 +02:00
|
|
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.ar.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.cs.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.de-DE.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.el.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.es.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.fi.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.fr-FR.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.he.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.hu.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.id.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.it-IT.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.ja.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.ko.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.nl.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.pl.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.pt-BR.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.ro-RO.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.ru-RU.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.sl.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.sv.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.tr.resx">
|
2015-02-13 21:19:59 +01:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.uk.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
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-22 03:38:38 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.vi.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.zh-Hans.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Form.zh-Hant.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2017-11-18 09:54:16 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DS4Keyboard.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DS4Keyboard.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.ar.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.cs.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.de-DE.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.el.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.es.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.fi.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.fr-FR.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.he.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.hu.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.id.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.it-IT.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.ja.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.ko.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.nl.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.pl.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.pt-BR.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.resx">
|
2015-04-21 21:00:09 +02:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.ro-RO.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.ru-RU.resx">
|
2015-06-01 21:04:22 +02:00
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.sl.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.sv.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.tr.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.uk.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.vi.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\DupBox.zh-Hant.resx">
|
|
|
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.ar.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.cs.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.de-DE.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.el.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.es.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
2014-12-20 02:31:00 +01:00
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.fi.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.fr-FR.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.he.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.hu.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.id.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.it-IT.resx">
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.ja.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.ko.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.nl.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.pl.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.pt-BR.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.resx">
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.ro-RO.resx">
|
2015-04-21 21:00:09 +02:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.ru-RU.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.sl.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.sv.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.tr.resx">
|
2015-06-01 21:04:22 +02:00
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.uk.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.vi.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\Hotkeys.zh-Hant.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.ar.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.cs.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.de-DE.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.el.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.es.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.fi.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.fr-FR.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.he.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.hu.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.id.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.it-IT.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.ja.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.ko.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.nl.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.pl.resx">
|
2014-08-23 22:52:20 +02:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.pt-BR.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.ro-RO.resx">
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
2014-05-30 22:39:39 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.ru-RU.resx">
|
2015-04-21 21:00:09 +02:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.sl.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.sv.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.tr.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.uk.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.vi.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.zh-Hans.resx">
|
2015-06-01 21:04:22 +02:00
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\KBM360.zh-Hant.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.ar.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.cs.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.de-DE.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.el.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.es.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.fi.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.fr-FR.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.he.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.hu.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.id.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.it-IT.resx">
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.ja.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.ko.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.nl.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.pl.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.pt-BR.resx">
|
2014-09-15 04:37:14 +02:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.resx">
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.ro-RO.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.ru-RU.resx">
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.sl.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.sv.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.tr.resx">
|
2015-04-21 21:00:09 +02:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.uk.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.vi.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.zh-Hans.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\Options.zh-Hant.resx">
|
2015-06-01 21:04:22 +02:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.ar.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.cs.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.de-DE.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.el.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.es.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.fi.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.fr-FR.resx">
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.he.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.hu.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.id.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.it-IT.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.ja.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.ko.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.nl.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.pl.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.pt-BR.resx">
|
2014-06-14 21:14:27 +02:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.ro-RO.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.ru-RU.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.sl.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.sv.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.tr.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.uk.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.vi.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\RecordBox.zh-Hant.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.ar.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.cs.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.de-DE.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.el.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.es.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.fi.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.fr-FR.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.he.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.hu.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.id.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.it-IT.resx">
|
2014-08-18 07:18:46 +02:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.ja.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.ko.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.nl.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.pl.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.pt-BR.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.resx">
|
2014-06-12 20:46:00 +02:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.ro-RO.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.ru-RU.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.sl.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.sv.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.tr.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.uk.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.vi.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SaveWhere.zh-Hant.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.ar.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.cs.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.de-DE.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.el.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.es.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.fi.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.fr-FR.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.he.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.hu.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.id.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.it-IT.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.ja.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.ko.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.nl.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.pl.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.pt-BR.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.ro-RO.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.ru-RU.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.sl.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.sv.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.tr.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.uk.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.vi.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.zh-Hans.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\SpecActions.zh-Hant.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.ar.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.cs.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.de-DE.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.el.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.es.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.fi.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.fr-FR.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.he.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.hu.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.id.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.it-IT.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.ja.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.ko.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.nl.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.pl.resx">
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.pt-BR.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.ro-RO.resx">
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.ru-RU.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.sl.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.sv.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.tr.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.uk.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.vi.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.zh-Hans.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WelcomeDialog.zh-Hant.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.ar.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.cs.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.de-DE.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.el.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.es.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.fi.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.fr-FR.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.he.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.hu.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.id.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.it-IT.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.ja.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.ko.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.nl.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.pl.resx">
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.pt-BR.resx">
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.ro-RO.resx">
|
2014-12-20 02:31:00 +01:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.ru-RU.resx">
|
2014-05-28 21:47:25 +02:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.sl.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.sv.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.tr.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.uk.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.vi.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.zh-Hans.resx">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Forms\WinProgs.zh-Hant.resx">
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-11-30 22:15:17 +01:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.ar.resx" />
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.cs.resx" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.de-DE.resx" />
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.el.resx" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.es.resx" />
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.fi.resx" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.he.resx" />
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.hu.resx" />
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.id.resx" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.it-IT.resx" />
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.ja.resx" />
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.ko.resx" />
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.nl.resx" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.pl.resx" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.pt-BR.resx" />
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2015-08-13 05:53:43 +02:00
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
</EmbeddedResource>
|
2015-04-21 21:00:09 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.ro-RO.resx" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.ru-RU.resx" />
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.sl.resx" />
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.sv.resx" />
|
2015-06-01 21:04:22 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.tr.resx" />
|
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-22 03:38:38 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.uk.resx" />
|
2015-12-05 09:55:11 +01:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.vi.resx" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.zh-hans.resx" />
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.zh-Hant.resx" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<None Include="app.manifest" />
|
2017-04-20 07:54:09 +02:00
|
|
|
|
<None Include="packages.config" />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
2015-08-13 05:53:43 +02:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<None Include="App.config" />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</ItemGroup>
|
2014-06-09 01:41:36 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<COMReference Include="IWshRuntimeLibrary">
|
|
|
|
|
<Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
|
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
</ItemGroup>
|
2015-06-01 21:04:22 +02:00
|
|
|
|
<ItemGroup>
|
2017-03-29 01:53:18 +02:00
|
|
|
|
<Content Include="HidLibrary\LICENSE" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Content Include="Resources\360 fades.png" />
|
2015-12-18 07:25:51 +01:00
|
|
|
|
<None Include="Resources\360 map.png" />
|
|
|
|
|
<None Include="Resources\360 highlight.png" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Content Include="Resources\A.PNG" />
|
|
|
|
|
<Content Include="Resources\B.png" />
|
|
|
|
|
<Content Include="Resources\BACK.png" />
|
|
|
|
|
<Content Include="Resources\BT.png" />
|
|
|
|
|
<Content Include="Resources\checked.png" />
|
|
|
|
|
<Content Include="Resources\Clock.png" />
|
|
|
|
|
<Content Include="Resources\delete.png" />
|
|
|
|
|
<Content Include="Resources\DOWN.png" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<None Include="Resources\DS4 Config.png" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Content Include="Resources\DS4 Controller.png" />
|
2015-11-28 06:47:26 +01:00
|
|
|
|
<None Include="Resources\DS4 lightbar.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Circle.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Cross.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Down.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_L1.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_L2.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Left.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_LS.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_PS.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_ptionss.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_R1.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_R2.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Right.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_RS.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Share.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Square.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_TouchLeft.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_TouchMulti.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_TouchRight.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_TouchUpper.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Triangle.png" />
|
|
|
|
|
<None Include="Resources\DS4-Config_Up.png" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Content Include="Resources\DS4.ico" />
|
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-22 03:38:38 +02:00
|
|
|
|
<None Include="Resources\DS4W - White.ico" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Content Include="Resources\DS4W.ico" />
|
|
|
|
|
<Content Include="Resources\EE.wav" />
|
|
|
|
|
<Content Include="Resources\export.png" />
|
|
|
|
|
<Content Include="Resources\imageres_import.png" />
|
|
|
|
|
<Content Include="Resources\imageres_new.png" />
|
|
|
|
|
<Content Include="Resources\LB.png" />
|
2015-08-13 05:53:43 +02:00
|
|
|
|
<None Include="Resources\left touch.png" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Content Include="Resources\LEFT.png" />
|
|
|
|
|
<Content Include="Resources\LS.png" />
|
|
|
|
|
<Content Include="Resources\LSD.png" />
|
|
|
|
|
<Content Include="Resources\LSL.png" />
|
|
|
|
|
<Content Include="Resources\LSR.png" />
|
|
|
|
|
<Content Include="Resources\LSU.png" />
|
|
|
|
|
<Content Include="Resources\LT.png" />
|
|
|
|
|
<Content Include="Resources\mouse.png" />
|
|
|
|
|
<Content Include="Resources\none.png" />
|
|
|
|
|
<Content Include="Resources\Pairmode.png" />
|
|
|
|
|
<Content Include="Resources\rainbow.png" />
|
|
|
|
|
<Content Include="Resources\rainbowC.png" />
|
|
|
|
|
<Content Include="Resources\RB.png" />
|
|
|
|
|
<Content Include="Resources\Red Circle.png" />
|
2015-08-13 05:53:43 +02:00
|
|
|
|
<None Include="Resources\right touch.png" />
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
<Content Include="Resources\RIGHT.png" />
|
|
|
|
|
<Content Include="Resources\RS.png" />
|
|
|
|
|
<Content Include="Resources\RSD.png" />
|
|
|
|
|
<Content Include="Resources\RSL.png" />
|
|
|
|
|
<Content Include="Resources\RSR.png" />
|
|
|
|
|
<Content Include="Resources\RSU.png" />
|
|
|
|
|
<Content Include="Resources\RT.png" />
|
|
|
|
|
<Content Include="Resources\saveprofile.png" />
|
|
|
|
|
<Content Include="Resources\Scp_All.ico" />
|
|
|
|
|
<Content Include="Resources\shell32 delete.png" />
|
|
|
|
|
<Content Include="Resources\shell32_copy.png" />
|
|
|
|
|
<Content Include="Resources\shell32_export.png" />
|
|
|
|
|
<Content Include="Resources\shell32_new.png" />
|
|
|
|
|
<Content Include="Resources\size.png" />
|
|
|
|
|
<Content Include="Resources\START.png" />
|
|
|
|
|
<Content Include="Resources\UP.png" />
|
|
|
|
|
<Content Include="Resources\UpperTouch.png" />
|
|
|
|
|
<Content Include="Resources\USB.png" />
|
|
|
|
|
<Content Include="Resources\X.png" />
|
|
|
|
|
<Content Include="Resources\x360test.png" />
|
|
|
|
|
<Content Include="Resources\xbox_360_controller.png" />
|
|
|
|
|
<Content Include="Resources\Y.png" />
|
2015-06-01 21:04:22 +02:00
|
|
|
|
</ItemGroup>
|
2017-10-20 13:13:14 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2017-10-06 09:29:57 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>rem Copy compiled l18n assemblies to alt folder
|
|
|
|
|
GOTO END
|
|
|
|
|
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
|
|
|
|
|
set langs=ar cs de de-DE el es fi fr fr-FR he hu id it it-IT ja ko nl pl ^
|
|
|
|
|
|
|
|
|
|
pt-BR ro-RO ru-RU sl sv tr uk vi zh-CN zh-Hans zh-Hant
|
|
|
|
|
|
|
|
|
|
for %25%25l in (%25langs%25) do (
|
|
|
|
|
xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
:END</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|