Truman Kilen
|
697ceda727
|
Typo
|
2024-01-11 23:09:01 -06:00 |
|
Truman Kilen
|
f8c345d37e
|
chore: Release
|
2024-01-11 20:25:50 -06:00 |
|
Truman Kilen
|
468eab37e4
|
Fix writing wrong compressed size
|
2024-01-11 20:24:41 -06:00 |
|
Truman Kilen
|
da3e96ea93
|
chore: Release
|
2024-01-11 17:44:06 -06:00 |
|
Truman Kilen
|
8c0d393355
|
Update cargo dist
|
2024-01-11 17:43:07 -06:00 |
|
Truman Kilen
|
479cf6c61c
|
Add repak_cli crate description
|
2024-01-11 17:42:28 -06:00 |
|
Truman Kilen
|
bbe33bd033
|
Update README
|
2024-01-11 17:04:31 -06:00 |
|
Truman Kilen
|
2feadd48c8
|
Expose compression to repak_cli
|
2024-01-11 16:49:27 -06:00 |
|
Truman Kilen
|
0a06dbcf31
|
Add compressed pak writing
|
2024-01-11 16:49:13 -06:00 |
|
Truman Kilen
|
7b647d9179
|
Add --quiet option to repak_cli
|
2024-01-06 17:43:50 -06:00 |
|
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 |
|