-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule StormLib
updated
31 files
+1 −1 | .vscode/launch.json | |
+2 −2 | .vscode/tasks.json | |
+3 −1 | CMakeLists.txt | |
+0 −25 | Publish.bat | |
+1 −1 | README.md | |
+5 −5 | StormLib_dll.vcxproj | |
+14 −8 | make-msvc.bat | |
+8 −8 | src/DllMain.rc | |
+7 −7 | src/FileStream.cpp | |
+1 −0 | src/LibTomCrypt.c | |
+51 −51 | src/SBaseCommon.cpp | |
+50 −25 | src/SBaseFileTable.cpp | |
+20 −20 | src/SCompression.cpp | |
+12 −4 | src/SFileAddFile.cpp | |
+1 −1 | src/SFileCompactArchive.cpp | |
+3 −0 | src/SFileCreateArchive.cpp | |
+15 −1 | src/SFileGetFileInfo.cpp | |
+35 −11 | src/SFileOpenArchive.cpp | |
+13 −8 | src/SFileOpenFileEx.cpp | |
+6 −6 | src/SFilePatchArchives.cpp | |
+1 −1 | src/SFileVerify.cpp | |
+2 −0 | src/StormCommon.h | |
+10 −5 | src/StormLib.h | |
+1 −1 | src/StormPort.h | |
+1 −1 | src/adpcm/adpcm.h | |
+340 −0 | src/libtomcrypt/src/hashes/sha256.c | |
+18 −18 | src/libtomcrypt/src/headers/tomcrypt_custom.h | |
+0 −43 | storm_dll/storm_vs19.sln | |
+416 −482 | test/StormTest.cpp | |
+7 −56 | test/TLogHelper.cpp | |
+140 −132 | test/stormlib-test-001.txt |