Commit graph

148 commits

Author SHA1 Message Date
Truman Kilen
032dbcaa0b Remove accidentally comitted file 2023-12-24 12:29:48 -06:00
Truman Kilen
9362db07e2
Merge pull request #14 from bananaturtlesandwich/oodle
Split oodle loading into dedicated crate
2023-12-16 18:51:45 -06:00
Truman Kilen
c84be27763 Don't store oodle as a global 2023-12-16 18:47:31 -06:00
Truman Kilen
95b4f35b0d Rename get_oodle -> oodle_loader 2023-12-16 16:24:21 -06:00
Truman Kilen
cb7743e347 Get oodle URL from index 2023-12-16 16:24:21 -06:00
Truman Kilen
02b1ae4264 Implement oodle DLL loader for Linux 2023-12-16 16:24:17 -06:00
Truman Kilen
d8e82a2d27 Add pack unpack examples 2023-10-06 16:34:18 -05:00
Truman Kilen
f802eab828 Fix typo 2023-10-06 16:15:15 -05:00
Truman Kilen
bd0a10121a Add cmd help to readme + test 2023-10-06 16:14:08 -05:00
spuds
9716e378ad
update tests 2023-09-20 21:13:07 +01:00
spuds
384734b959
get_oodle needs oodle enabled 2023-09-20 21:08:50 +01:00
spuds
8798e578f1
consume in builders 2023-09-20 20:36:06 +01:00
spuds
a15e3fe372
return mutable self 2023-09-20 20:28:41 +01:00
spuds
6805b5c142
break get_oodle into separate package 2023-09-20 20:21:15 +01:00
spuds
63396ac9f6
update repak-cli 2023-09-20 20:08:11 +01:00
spuds
e2edd97d6e
use builder pattern 2023-09-20 19:42:48 +01:00
spuds
564c4f6a45
make decompress unsafe extern c 2023-09-20 13:27:10 +01:00
spuds
01515310e4
get oodle decompress function 2023-09-20 11:51:15 +01:00
spuds
6c0ef1ce7b
download in repak-cli 2023-09-20 09:56:04 +01:00
spuds
1a79469a11
pass function pointer 2023-09-19 23:11:40 +01:00
spuds
6680e7871b
remove automatic download 2023-09-19 22:47:40 +01:00
spuds
6bd3be3aca don't hide the use of vec 2023-09-19 16:17:44 -05:00
Truman Kilen
c1811265d1 chore: Release 2023-09-17 20:11:35 -05:00
Truman Kilen
fbc862ce91 Fix get command prefix handling 2023-09-17 19:49:39 -05:00
Truman Kilen
1eb4c1cc77 Remove unwrap 2023-09-17 18:34:42 -05:00
Truman Kilen
9c9be74946 Allow unpack to accept multiple paks; resolves #10 2023-09-17 17:46:30 -05:00
Truman Kilen
720222ba39 Fix error message 2023-09-17 17:38:32 -05:00
Truman Kilen
ff3c9b265b Restructure footer and pak reading to make debugging custom serialization easier 2023-09-17 16:57:21 -05:00
Truman Kilen
a749449f8c
Merge pull request #6 from bananaturtlesandwich/features-redo
Move functionality behind `compression`, `encryption`, and `oodle` features
2023-08-28 11:23:30 -05:00
Truman Kilen
aa6d5f49b1 Fix oodle feature config for non-windows targets 2023-08-28 10:58:22 -05:00
spuds
87efb35d66
only run tests when default features are enabled 2023-08-28 07:17:17 +01:00
spuds
f166ee685f
make features more clearly additive 2023-08-27 21:51:42 +01:00
spuds
50f54837ca
use Key enum to reduce cfg attributes used 2023-08-27 19:46:36 +01:00
spuds
7004e1c203
use clippy suggestions 2023-08-27 17:54:02 +01:00
spuds
aae65c12cf
add encryption feature 2023-08-27 17:33:45 +01:00
spuds
079693af22
Pak::read should accept reference too whoops 2023-08-27 17:16:06 +01:00
spuds
f2c2255d53
add compression and oodle features 2023-08-27 17:06:10 +01:00
spuds
03dd3a63ed add method for known versions 2023-08-27 10:34:44 -05:00
spuds
b1a8281551 no point to clone key 2023-08-27 10:34:44 -05:00
spuds
0a90725d4a new_any should not consume the reader 2023-08-27 10:34:44 -05:00
Truman Kilen
524cd11e02 Set resolver = "2" on workspace 2023-08-17 15:17:36 -05:00
Truman Kilen
a006d9ed6f rustfmt 2023-08-13 00:51:27 -05:00
Truman Kilen
4bc5639d1d Fix pak file name creation 2023-08-13 00:51:17 -05:00
Truman Kilen
543c0927aa Add hash-list command to print hashed pak contents 2023-08-11 16:58:59 -05:00
Truman Kilen
e790cfe6b3 Print encryption info 2023-08-09 16:46:18 -05:00
许杰友 Jieyou Xu (Joe)
36628900e5 Avoid Path::with_extension because it can replace extension 2023-08-08 20:43:32 -05:00
Truman Kilen
a8c086d2c9 chore: Release 2023-08-08 18:29:28 -05:00
Truman Kilen
d2ccc61132 Add release.toml 2023-08-08 18:27:02 -05:00
Truman Kilen
86e5dd502d Allow --strip-prefix to be specified for list command 2023-08-06 14:15:07 -05:00
Truman Kilen
13d9098b51 Add rust-toolchain.toml 2023-08-06 13:08:03 -05:00