Skip to content

Commit

Permalink
WolfDec v0.3.0
Browse files Browse the repository at this point in the history
 - Added support for WolfRPG up to version 3.10
 - Added support for One Way Heroics - Normal
 - Added support for One Way Heroics - Plus
 - Significantly changed the decryption calling
   - Now each decryption is performed in its own process
   - This way a decryption crash (due to the wrong key) won't crash the entire application
  • Loading branch information
Sinflower committed Dec 8, 2022
1 parent abc722b commit a5c0348
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,5 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/

backup/
2 changes: 0 additions & 2 deletions src/WolfDec/WolfDec.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@
<ClInclude Include="3rdParty\DXArchiveVer6.h" />
<ClInclude Include="3rdParty\FileLib.h" />
<ClInclude Include="3rdParty\Huffman.h" />
<ClInclude Include="DXA_V8.h" />
<ClInclude Include="DXA_Utils.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 0 additions & 2 deletions src/WolfDec/WolfDec.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
<ClInclude Include="3rdParty\FileLib.h">
<Filter>3rdParty</Filter>
</ClInclude>
<ClInclude Include="DXA_V8.h" />
<ClInclude Include="DXA_Utils.h" />
<ClInclude Include="3rdParty\CharCode.h">
<Filter>3rdParty</Filter>
</ClInclude>
Expand Down
Binary file modified src/WolfDec/main.cpp
Binary file not shown.

0 comments on commit a5c0348

Please sign in to comment.