Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[submodule "ext/bufferstream"]
path = ext/bufferstream
url = https://github.com/craftablescience/BufferStream
[submodule "ext/compressonator"]
path = ext/compressonator
url = https://github.com/craftablescience/compressonator
[submodule "ext/cryptopp"]
path = ext/cryptopp
url = https://github.com/abdes/cryptopp-cmake
Expand Down
4 changes: 1 addition & 3 deletions FUTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

### Future Improvements

- External
- Move from compressonator to something that isn't a pile of garbage
- There is literally nothing else that supports BC6H
- `bsppp`
- Console paklump support
- Note that XBOX uses XZP lump, X360, PS3 use PC lump but console style zip
Expand Down Expand Up @@ -41,4 +38,5 @@
- Cache file handles so they're not constantly getting closed/opened
- XZP write support
- `vtfpp`
- Use bc7enc_rdo for its supported formats over compressonator
- Add a MKS parser/writer
1 change: 1 addition & 0 deletions ext/compressonator
Submodule compressonator added at a599ef
38 changes: 0 additions & 38 deletions ext/compressonator/CMakeLists.txt

This file was deleted.

19 changes: 0 additions & 19 deletions ext/compressonator/LICENSE

This file was deleted.

Loading
Loading