Commit 07232f7
committed
feat(cli): add arguments for adding and removing directories
1 parent df22e9b commit 07232f7
2 files changed
+45
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| 178 | + | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
187 | 208 | | |
188 | 209 | | |
189 | 210 | | |
| |||
198 | 219 | | |
199 | 220 | | |
200 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
201 | 237 | | |
202 | 238 | | |
203 | 239 | | |
| |||
469 | 505 | | |
470 | 506 | | |
471 | 507 | | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
472 | 512 | | |
473 | 513 | | |
474 | 514 | | |
475 | 515 | | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
476 | 520 | | |
477 | 521 | | |
478 | 522 | | |
| |||
- .github/workflows/wheels.yml+1-1
- CMakeLists.txt+10-5
- FUTURE.md+7-2
- README.md+15-1
- THIRDPARTY_LEGAL_NOTICES.txt+34
- cmake/AddPrettyParser.cmake+9-8
- cmake/AddSourcePPLibrary.cmake+3-3
- docs/index.md+13-1
- ext/stb/include/stb_image.h+3-2
- ext/stb/include/stb_image_resize2.h+80-51
- include/sndpp/WAV.h+260
- include/sndpp/XWV.h+75
- include/sndpp/sndpp.h+9
- include/sourcepp/Math.h+2-2
- include/sourcepp/MathExtended.h+89
- include/vtfpp/ImageConversion.h+5-3
- include/vtfpp/PPL.h+2-2
- include/vtfpp/VTF.h+10-10
- lang/csharp/src/sourcepp/Buffer.cs.in+2-2
- lang/csharp/src/sourcepp/String.cs.in+4-4
- lang/csharp/src/sourcepp/TARGET.csproj.in+33-6
- lang/csharp/src/vcryptpp/VFONT.cs+1-1
- lang/csharp/src/vcryptpp/VICE.cs+2-2
- lang/csharp/src/vpkpp/Entry.cs+9-9
- lang/csharp/src/vpkpp/Format/FPX.cs+3-3
- lang/csharp/src/vpkpp/Format/GCF.cs+2-2
- lang/csharp/src/vpkpp/Format/GMA.cs+2-2
- lang/csharp/src/vpkpp/Format/OL.cs+4-4
- lang/csharp/src/vpkpp/Format/OO7.cs+2-2
- lang/csharp/src/vpkpp/Format/ORE.cs+3-3
- lang/csharp/src/vpkpp/Format/PAK.cs+6-6
- lang/csharp/src/vpkpp/Format/PCK.cs+4-4
- lang/csharp/src/vpkpp/Format/VPK.cs+9-9
- lang/csharp/src/vpkpp/Format/VPK_VTMB.cs+3-3
- lang/csharp/src/vpkpp/Format/WAD3.cs+3-3
- lang/csharp/src/vpkpp/Format/ZIP.cs+7-7
- lang/csharp/src/vpkpp/PackFile.cs+43-43
- lang/csharp/test/vcryptpp.test/vcryptpp.test.csproj+3
- lang/csharp/test/vpkpp.test/PackFileTest.cs+1-1
- lang/csharp/test/vpkpp.test/vpkpp.test.csproj+3
- lang/python/cfg/CMakeLists.txt+1-1
- lang/python/cfg/__init__.py+1-1
- lang/python/cfg/pyproject.toml+1-1
- lang/python/src/vtfpp.h+11-9
- src/sndpp/WAV.cpp+275
- src/sndpp/XWV.cpp+82
- src/sndpp/_sndpp.cmake+8
- src/sourcepp/_sourcepp.cmake+1
- src/vpkpp/_vpkpp.cmake+1-1
- src/vtfpp/ImageConversion.cpp+53-6
- src/vtfpp/VTF.cpp+13-9
- src/vtfpp/_vtfpp.cmake+4-4
- test/fspp.cpp+3-2
- test/sndpp.cpp+44
- test/steampp.cpp+1
0 commit comments