Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
1.0.2: fix repacking DX10 textures
Browse files Browse the repository at this point in the history
  • Loading branch information
JKAnderson committed Jan 7, 2019
1 parent 9d8d3d6 commit 36472c6
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 30 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ Requires [.NET 4.7.2](https://www.microsoft.com/net/download/thank-you/net472) -
Please see the included readme for detailed instructions.

# Changelog
### 1.0.2
* Fix repacking DX10 textures

### 1.0.1
* Fix bad BXF4 repacking
4 changes: 2 additions & 2 deletions Yabber.Context/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2")]
4 changes: 2 additions & 2 deletions Yabber.DCX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2")]
10 changes: 5 additions & 5 deletions Yabber.DCX/Yabber.DCX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GitHub\JKAnderson\SoulsFormats\SoulsFormats\SoulsFormats.csproj">
<Project>{22c664bd-877b-44df-8ecf-2808522469a8}</Project>
<Name>SoulsFormats</Name>
</ProjectReference>
<Content Include="icon.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<ProjectReference Include="..\..\SoulsFormats\SoulsFormats\SoulsFormats.csproj">
<Project>{22C664BD-877B-44DF-8ECF-2808522469A8}</Project>
<Name>SoulsFormats</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
28 changes: 14 additions & 14 deletions Yabber.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yabber", "Yabber\Yabber.csproj", "{0406FE88-F044-4A16-994E-6E3C9715AC60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoulsFormats", "..\..\GitHub\JKAnderson\SoulsFormats\SoulsFormats\SoulsFormats.csproj", "{22C664BD-877B-44DF-8ECF-2808522469A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yabber.DCX", "Yabber.DCX\Yabber.DCX.csproj", "{3037F615-871F-4EDB-A170-CD57660A1C35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yabber.Context", "Yabber.Context\Yabber.Context.csproj", "{A67A63D3-7C41-4127-93C9-F7C71471D26B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoulsFormats", "..\SoulsFormats\SoulsFormats\SoulsFormats.csproj", "{22C664BD-877B-44DF-8ECF-2808522469A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,18 +33,6 @@ Global
{0406FE88-F044-4A16-994E-6E3C9715AC60}.Release|x64.Build.0 = Release|Any CPU
{0406FE88-F044-4A16-994E-6E3C9715AC60}.Release|x86.ActiveCfg = Release|Any CPU
{0406FE88-F044-4A16-994E-6E3C9715AC60}.Release|x86.Build.0 = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x64.ActiveCfg = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x64.Build.0 = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x86.ActiveCfg = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x86.Build.0 = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|Any CPU.Build.0 = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x64.ActiveCfg = Release|x64
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x64.Build.0 = Release|x64
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x86.ActiveCfg = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x86.Build.0 = Release|Any CPU
{3037F615-871F-4EDB-A170-CD57660A1C35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3037F615-871F-4EDB-A170-CD57660A1C35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3037F615-871F-4EDB-A170-CD57660A1C35}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -69,6 +57,18 @@ Global
{A67A63D3-7C41-4127-93C9-F7C71471D26B}.Release|x64.Build.0 = Release|Any CPU
{A67A63D3-7C41-4127-93C9-F7C71471D26B}.Release|x86.ActiveCfg = Release|Any CPU
{A67A63D3-7C41-4127-93C9-F7C71471D26B}.Release|x86.Build.0 = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x64.ActiveCfg = Debug|x64
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x64.Build.0 = Debug|x64
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x86.ActiveCfg = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Debug|x86.Build.0 = Debug|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|Any CPU.Build.0 = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x64.ActiveCfg = Release|x64
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x64.Build.0 = Release|x64
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x86.ActiveCfg = Release|Any CPU
{22C664BD-877B-44DF-8ECF-2808522469A8}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions Yabber/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2")]
8 changes: 4 additions & 4 deletions Yabber/Yabber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GitHub\JKAnderson\SoulsFormats\SoulsFormats\SoulsFormats.csproj">
<Content Include="icon.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SoulsFormats\SoulsFormats\SoulsFormats.csproj">
<Project>{22C664BD-877B-44DF-8ECF-2808522469A8}</Project>
<Name>SoulsFormats</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
5 changes: 4 additions & 1 deletion dist/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

--| Yabber 1.0.1
--| Yabber 1.0.2
--| By TKGP
--| https://www.nexusmods.com/darksouls3/mods/305
--| https://github.com/JKAnderson/Yabber
Expand Down Expand Up @@ -60,5 +60,8 @@ A DDS texture container, used in all games. Console versions are not supported.

--| Changelog

1.0.2
Fix repacking DX10 textures

1.0.1
Fix bad BXF4 repacking

0 comments on commit 36472c6

Please sign in to comment.