-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
00e77cb
commit be75362
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ZamboniLib
updated
20 files
+290 −0 | .editorconfig | |
+4 −1 | .gitignore | |
+22 −0 | StyleCop.Analyzers.ruleset | |
+62 −0 | Zamboni.sln | |
+172 −279 | ZamboniLib/BlewFish.cs | |
+168 −279 | ZamboniLib/BlewFishReversed.cs | |
+47 −70 | ZamboniLib/Crc32.cs | |
+3 −2 | ZamboniLib/Crc32Alt.cs | |
+7 −2 | ZamboniLib/FloatageFish.cs | |
+88 −43 | ZamboniLib/IceFileFormats/IceFile.cs | |
+78 −59 | ZamboniLib/IceFileFormats/IceHeaderStructures.cs | |
+36 −31 | ZamboniLib/IceFileFormats/IceV3File.cs | |
+79 −37 | ZamboniLib/IceFileFormats/IceV4File.cs | |
+92 −81 | ZamboniLib/IceFileFormats/IceV5File.cs | |
+124 −103 | ZamboniLib/Oodle.cs | |
+27 −4 | ZamboniLib/PrsCompDecomp.cs | |
+44 −13 | ZamboniLib/PrsCompressor.cs | |
+4 −4 | ZamboniLib/ZamboniException.cs | |
+43 −58 | ZamboniLib/ZamboniLib.csproj | |
+ − | ZamboniLib/oo2core_8_win64_.dll |