Commit graph

62 commits

Author SHA1 Message Date
d35edab93e Added more round-trip tests, moved to better BitIO implementation 2024-09-10 12:07:41 -05:00
d972dc0161 Added round-trip testing 2024-09-10 11:41:07 -05:00
42014a6eb2 Ran cargo fmt 2024-09-08 02:45:48 -05:00
871340d2bb Added CZ spec doc 2024-08-18 18:14:24 -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
4ef89309ec Fixed issue that could occur when decoding CZ2 files 2024-07-13 03:53:04 -05:00
78fceae000 Added CZ5 wanted message 2024-07-12 00:43:49 -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
1a9a05b004 Consolidated binaries into libraries, added pakutil cli program 2024-07-07 00:47:20 -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
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
1e8683b25b More PAK work, fixed various CZ issues 2024-06-26 20:38:26 -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
83752cbf00 Merge branch 'fixed_problems' 2024-05-25 12:55:53 -05:00
3126dcb951 Reverted problematic changes, changed to 2024-05-25 12:53:26 -05:00
534fd7b0b9 Reduced dependencies 2024-05-24 07:47:07 -05:00
4ad55170b5 Made utils into a simple CLI app 2024-05-23 20:08:13 -05:00
ea7f8fb6d2 Cleaned up code a little, fixed compression quirks 2024-05-23 02:49:28 -05:00
8aa150ee46 Added CZ4 recompression 2024-05-23 02:37:20 -05:00
67700df6ef Allow saving PNG files from CZs with bitmaps which are incorrectly sized 2024-05-22 06:22:52 -05:00
74ee617a04 Added CZ2 recompression 2024-05-22 05:57:46 -05:00
c9126a688d Cleaned up code, fixed clippy warnings 2024-05-22 02:24:07 -05:00
0dc76206a4 Fixed compression algorithm again 2024-05-21 23:08:08 -05:00
c33c54beeb Fixed bit depth saving and opening, added documentation 2024-05-17 09:58:09 -05:00
233219d70b Added basic font grid generation, needs restructuring 2024-05-16 08:35:57 -05:00
45d6c1cbf1 Initial work on font map generation 2024-05-14 11:21:34 -05:00
22db2ff571 Cleaned up code, ran cargo fmt 2024-05-10 18:37:12 -05:00
5b95687393 Fixed CZ1/CZ3 compression 2024-05-10 11:59:35 -05:00
9da8d68683 Added CZ3 encoding 2024-05-09 21:19:00 -05:00
c363692efd Fixed CZ1 compression 2024-05-09 20:27:44 -05:00
402c8359fd Made tweaks to broken compression implementation 2024-05-09 18:19:35 -05:00
c438399548 Implemented preliminary incorrect compression 2024-05-08 18:07:28 -05:00
3a5e27de4e Moved more functions into dynamic 2024-05-08 15:09:59 -05:00
73184837af Added extended header struct 2024-05-08 12:24:03 -05:00
f4eb9ea1b3 Moved all implementations to common struct 2024-05-08 11:28:34 -05:00