c137cfb90d
Implement more texture formats
...
The second compression method found in the game's code seems to be Zlib,
but it doesn't seem to be used in the game files. What does get used is
a compression type of `0`, which appears to be uncompressed data.
For DDS formats, all the ones that are currently used by in the game
files can be emitted as is. Though for some of them, other tools might
not be able to display them.
2025-04-22 22:54:45 +02:00
634fc310ee
sdk: Implement decompiling streamed mipmaps
...
For now, we only extract the largest mipmap.
2025-04-22 22:48:34 +02:00
48683638f6
Merge pull request 'chore(deps): update rust crate bincode to v2' ( #204 ) from renovate/bincode-2.x into master
...
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #204
2025-04-22 14:51:45 +02:00
60d9ec0580
Merge pull request 'chore(deps): update rust crate cli-table to 0.5.0' ( #210 ) from renovate/cli-table-0.x into master
...
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #210
2025-04-22 00:16:24 +02:00
3c7393f28a
Merge pull request 'chore(deps): update rust crate steamlocate to v2.0.1' ( #217 ) from renovate/steamlocate-2.x-lockfile into master
...
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #217
2025-04-22 00:01:30 +02:00
afb5bc0795
chore(deps): update rust crate bincode to v2
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 22:01:13 +00:00
ddc69112bc
chore(deps): update rust crate cli-table to 0.5.0
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
2025-04-21 22:01:08 +00:00
6e58449dac
fix(deps): update rust crate url to v2.5.4
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
2025-04-21 21:46:13 +00:00
bf5c21dd03
chore(deps): update rust crate steamlocate to v2.0.1
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 21:46:09 +00:00
38a023bea6
Move serde_sjson to its own project
2025-04-21 22:52:54 +02:00
9ac13834a1
Commit lock file changes
...
Seems like Renovate missed this.
2025-04-21 18:45:18 +02:00
e33e02457b
Merge pull request 'chore(deps): update rust crate minijinja to v2.9.0' ( #234 ) from renovate/minijinja-2.x-lockfile into master
...
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #234
2025-04-21 18:37:01 +02:00
6aabf8f38b
Merge pull request 'fix(deps): update tokio-tracing monorepo' ( #231 ) from renovate/tokio-tracing-monorepo into master
...
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #231
2025-04-21 18:35:44 +02:00
3105edb6b8
Merge pull request 'fix(deps): update rust-futures monorepo to v0.3.31' ( #230 ) from renovate/rust-futures-monorepo into master
...
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #230
2025-04-21 18:35:31 +02:00
c3aec656c8
Merge pull request 'fix(deps): update rust crate serde to v1.0.219' ( #225 ) from renovate/serde-monorepo into master
...
Reviewed-on: #225
2025-04-21 18:35:23 +02:00
95565b3f33
Merge pull request 'fix(deps): update rust crate serde_json to v1.0.140' ( #226 ) from renovate/serde_json-1.x-lockfile into master
...
Reviewed-on: #226
2025-04-21 18:35:05 +02:00
e783646b02
Merge pull request 'fix(deps): update rust crate thiserror to v2.0.12' ( #227 ) from renovate/thiserror-2.x-lockfile into master
...
Reviewed-on: #227
2025-04-21 18:34:50 +02:00
2ddbdf867a
Merge pull request 'chore(deps): update rust crate bitflags to v2.9.0' ( #232 ) from renovate/bitflags-2.x-lockfile into master
...
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #232
2025-04-21 18:33:52 +02:00
2ec26a1914
Merge pull request 'chore(deps): update rust crate fastrand to v2.3.0' ( #233 ) from renovate/fastrand-2.x-lockfile into master
...
Reviewed-on: #233
2025-04-21 18:33:35 +02:00
98a5369cfa
Merge pull request 'chore(deps): update rust crate tempfile to v3.19.1' ( #235 ) from renovate/tempfile-3.x-lockfile into master
...
Reviewed-on: #235
2025-04-21 18:33:22 +02:00
b0fbc445dd
Merge pull request 'chore(deps): update rust crate tokio to v1.44.2' ( #236 ) from renovate/tokio-1.x-lockfile into master
...
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #236
2025-04-21 18:32:52 +02:00
198c098cde
Merge pull request 'chore(deps): update rust crate zip to v2.6.1' ( #237 ) from renovate/zip-2.x-lockfile into master
...
Reviewed-on: #237
2025-04-21 18:32:38 +02:00
be7b16c5ef
fix(deps): update rust crate regex to v1.11.1
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement
2025-04-21 15:47:56 +00:00
bdce3e7787
chore(deps): update rust crate zip to v2.6.1
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement
2025-04-21 15:47:48 +00:00
42e2eb7cc1
chore(deps): update rust crate tokio to v1.44.2
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
2025-04-21 15:47:37 +00:00
221a6b8485
chore(deps): update rust crate tempfile to v3.19.1
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement
2025-04-21 15:47:28 +00:00
3f3c4aa321
chore(deps): update rust crate minijinja to v2.9.0
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
2025-04-21 15:47:20 +00:00
c2f02e7ce6
chore(deps): update rust crate fastrand to v2.3.0
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
2025-04-21 15:47:13 +00:00
be28b7045c
chore(deps): update rust crate bitflags to v2.9.0
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
2025-04-21 15:47:03 +00:00
bcab6e697f
fix(deps): update tokio-tracing monorepo
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 15:46:56 +00:00
36fba192c0
fix(deps): update rust-futures monorepo to v0.3.31
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 15:46:46 +00:00
ccac8e3859
fix(deps): update rust crate thiserror to v2.0.12
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
2025-04-21 15:46:21 +00:00
b119b0d38d
fix(deps): update rust crate serde_json to v1.0.140
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 15:46:14 +00:00
bbb701176f
fix(deps): update rust crate serde to v1.0.219
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 15:46:05 +00:00
341aa0a31e
Merge pull request 'chore(deps): update rust crate glob to v0.3.2' ( #213 ) from renovate/glob-0.x-lockfile into master
...
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #213
2025-04-21 17:37:02 +02:00
a4430e27ec
Merge pull request 'chore(deps): update rust crate tokio-stream to v0.1.17' ( #222 ) from renovate/tokio-stream-0.x-lockfile into master
...
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #222
2025-04-21 17:36:51 +02:00
f2bf1493e5
fix(deps): update rust crate reqwest to v0.12.15
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
2025-04-21 15:16:28 +00:00
64d9aa12aa
chore(deps): update rust crate tokio-stream to v0.1.17
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
2025-04-21 15:16:16 +00:00
86b8f9e40f
chore(deps): update rust crate glob to v0.3.2
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
2025-04-21 15:16:06 +00:00
435fc5fadb
Merge pull request 'chore(deps): update rust crate strip-ansi-escapes to v0.2.1' ( #218 ) from renovate/strip-ansi-escapes-0.x-lockfile into master
...
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #218
2025-04-21 17:15:22 +02:00
9b21fbf493
Merge pull request 'chore(deps): update rust crate open to v5.3.2' ( #215 ) from renovate/open-5.x-lockfile into master
...
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #215
2025-04-21 17:03:12 +02:00
ab597505ae
Merge pull request 'chore(deps): update rust crate pin-project-lite to v0.2.16' ( #216 ) from renovate/pin-project-lite-0.x-lockfile into master
...
Reviewed-on: #216
2025-04-21 17:02:52 +02:00
1e1fa54a57
Merge pull request 'chore(deps): update rust crate interprocess to v2.2.3' ( #214 ) from renovate/interprocess-2.x-lockfile into master
...
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #214
2025-04-21 17:00:39 +02:00
c9df8df801
Merge pull request 'chore(deps): update rust crate bindgen to v0.71.1' ( #211 ) from renovate/bindgen-0.x-lockfile into master
...
Reviewed-on: #211
2025-04-21 17:00:21 +02:00
b19225c75a
chore(deps): update rust crate strip-ansi-escapes to v0.2.1
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 13:42:48 +00:00
f1291bdf33
chore(deps): update rust crate pin-project-lite to v0.2.16
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 13:42:40 +00:00
9e209add0c
chore(deps): update rust crate open to v5.3.2
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
2025-04-21 13:42:36 +00:00
5fa6ecfd0d
chore(deps): update rust crate interprocess to v2.2.3
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
2025-04-21 13:42:33 +00:00
96c0953cf9
chore(deps): update rust crate clap to v4.5.37
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
2025-04-21 13:42:24 +00:00
1b56acfd63
chore(deps): update rust crate bindgen to v0.71.1
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
2025-04-21 13:42:19 +00:00