|
afba99230a
|
Added autobuild and publish binaries on release
|
2024-07-16 14:14:23 -05:00 |
|
|
77365cf089
|
Fixed file creation issue in non-batch czutil replace
|
2024-07-16 03:17:32 -05:00 |
|
|
a4bb11aeb4
|
Fixed CZ2 compression to be more accurate
|
2024-07-16 03:16:27 -05:00 |
|
|
9f7e39a8a3
|
Removed unnecessary print statements
|
2024-07-16 00:21:36 -05:00 |
|
|
a9ed206b72
|
Update README.md
|
2024-07-15 11:37:16 -05:00 |
|
|
8d7ca59864
|
Update README.md to include license information.
|
2024-07-14 15:16:05 -05:00 |
|
|
d9361d735d
|
Update README.md
|
2024-07-13 14:30:07 -05:00 |
|
|
b20c603380
|
Updated licenses of binary packages
|
2024-07-13 13:52:01 -05:00 |
|
|
4ef89309ec
|
Fixed issue that could occur when decoding CZ2 files
|
2024-07-13 03:53:04 -05:00 |
|
|
7dfef2a2dc
|
Update README.md
|
2024-07-12 00:54:44 -05:00 |
|
|
78fceae000
|
Added CZ5 wanted message
|
2024-07-12 00:43:49 -05:00 |
|
|
f75654fa18
|
Update README.md
|
2024-07-12 00:36:25 -05:00 |
|
|
5399a7dbb4
|
Updated README.md
|
2024-07-12 00:26:06 -05:00 |
|
|
4e0df5412d
|
Changed versions and clap info output
|
2024-07-11 23:39:14 -05:00 |
|
|
e1a6a80659
|
Fixed version, remove clap from cz and luca_pak
|
2024-07-11 23:22:38 -05:00 |
|
|
df3f3b9373
|
Renamed experimental to pak_explorer , moved CLI utils to utils
|
2024-07-11 23:17:40 -05:00 |
|
|
17a29fef8e
|
Updated versions, added versions to binaries
|
2024-07-11 22:59:06 -05:00 |
|
|
f88202221e
|
Bumped version to 0.1.1
|
2024-07-11 22:54:17 -05:00 |
|
|
7b9140ae22
|
Fixed minor issues
|
2024-07-11 22:53:04 -05:00 |
|
|
3bd0980313
|
Bumped version
|
2024-07-11 22:39:36 -05:00 |
|
|
002eda0612
|
Fixed an edge case
If the offset size was equal to 2048, the program set it to 2048 instead of 0 incorrectly
|
2024-07-11 22:36:55 -05:00 |
|
|
f6374eecfc
|
Made experimental UI
|
2024-07-09 15:45:00 -05:00 |
|
|
3cb07bc74d
|
Update README.md
|
2024-07-09 01:08:53 -05:00 |
|
|
0c1e45a996
|
Update README.md
|
2024-07-09 01:02:55 -05:00 |
|
|
4e5cced21c
|
Remove seek requirement for writing
|
2024-07-08 16:32:07 -05:00 |
|
|
d3a0944e8c
|
Updated version of pakutil
|
2024-07-08 16:22:18 -05:00 |
|
|
9e49b22b23
|
Made code more maintainable, fixed bugs
|
2024-07-07 03:54:45 -05:00 |
|
|
1a9a05b004
|
Consolidated binaries into libraries, added pakutil cli program
|
2024-07-07 00:47:20 -05:00 |
|
|
8c9c33b670
|
Added replace by name for PAK
|
2024-07-06 21:30:05 -05:00 |
|
|
84c02a1347
|
Added replace method
|
2024-07-06 17:36:31 -05:00 |
|
|
b3d4d4c52d
|
Preliminary PAK writing
|
2024-07-06 14:50:39 -05:00 |
|
|
c8e9f3e3b1
|
Improved documentation
|
2024-07-05 01:58:00 -05:00 |
|
|
721e61f98c
|
Ran cargo fmt
|
2024-07-05 00:11:09 -05:00 |
|
|
a1b4b04208
|
Formatting and doc fixes
|
2024-07-05 00:10:01 -05:00 |
|
|
976fffed1f
|
Improved docs, updated deps
|
2024-07-04 23:57:40 -05:00 |
|
|
4f2f192fa1
|
Moved to crate rgb , moved cz::open() out of DynamicCz , made writing generic
|
2024-07-04 23:14:00 -05:00 |
|
|
9e6ba57dee
|
Added experimentation binary
|
2024-07-02 13:57:54 -05:00 |
|
|
1b5ebd91a7
|
Merge branch 'main' of https://github.com/G2-Games/lbee-utils
|
2024-07-02 12:04:04 -05:00 |
|
|
42be12392a
|
Improved modularity of tool
|
2024-07-02 12:01:47 -05:00 |
|
|
580af113eb
|
Improved binio.rs, updated LZW decompressor
|
2024-07-02 10:06:25 -05:00 |
|
|
3911c73761
|
Increased speed of CZ3 and 4 decoding, feature gate for image
|
2024-07-01 14:40:52 -05:00 |
|
|
d31917ae12
|
Added gitignore for testing files
|
2024-06-26 23:19:32 -05:00 |
|
|
69acee848d
|
Made batch conversions not fail on missing images
|
2024-06-26 21:28:14 -05:00 |
|
|
1e8683b25b
|
More PAK work, fixed various CZ issues
|
2024-06-26 20:38:26 -05:00 |
|
|
6b8bfa6405
|
Added MIT license for luca_pak crate
|
2024-06-11 16:34:29 -05:00 |
|
|
9fa762451f
|
Merge branch 'main' of https://github.com/G2-Games/lbee-utils
|
2024-06-11 16:33:35 -05:00 |
|
|
44735abbec
|
Initial PAK reading implementation
|
2024-06-11 16:33:27 -05:00 |
|
|
c371ae4e81
|
Updated MIT license formatting
|
2024-06-10 10:53:18 -05:00 |
|
|
c2ce69be3e
|
Relicense cz under MIT, move AGPL-3.0 to only utils
|
2024-06-10 10:38:05 -05:00 |
|
|
1ae93d1ed4
|
Fixed color palette generation
|
2024-06-08 13:54:04 -05:00 |
|