Commit 4a640ee
HyperPolygon64
Added MST and PKG reading/writing to patches
modified: Sonic-06-Mod-Manager/Properties/AssemblyInfo.cs
modified: Sonic-06-Mod-Manager/Sonic-06-Mod-Manager.csproj
modified: Sonic-06-Mod-Manager/src/Environment3/RushInterface.Designer.cs
modified: Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs
modified: Sonic-06-Mod-Manager/src/Environment3/RushInterface.resx
modified: Sonic-06-Mod-Manager/src/UnifyPatcher.cs
modified: Sonic-06-Mod-Manager/src/UnifyProgram.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Exceptions/InvalidSignatureException.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Half.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/HalfHelper.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Headers/BINAHeader.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Headers/BINAv1Header.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Headers/BINAv2Header.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Headers/IHeader.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Headers/PACxHeader.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/IO/BINA.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/IO/ExtendedBinary.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/IO/FileBase.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Misc/S06Package.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Quaternion.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Text/MST.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Text/MSTEntries.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/HedgeLib/Vector.cs
new file: Sonic-06-Mod-Manager/third_party/HedgeLib/License.txt1 parent f3b897c commit 4a640ee
24 files changed
Lines changed: 3772 additions & 198 deletions
File tree
- Sonic-06-Mod-Manager
- Properties
- src
- Environment3
- third_party/HedgeLib
- HedgeLib
- Exceptions
- Headers
- IO
- Misc
- Text
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
143 | 160 | | |
144 | 161 | | |
145 | 162 | | |
| |||
324 | 341 | | |
325 | 342 | | |
326 | 343 | | |
| 344 | + | |
327 | 345 | | |
328 | 346 | | |
329 | 347 | | |
| |||
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments