Commit graph

33 commits

Author SHA1 Message Date
ec60308e6a Replaced byteorder with byteorder-lite, ran cargo fmt 2024-11-12 19:50:10 -06:00
263a990e6e Fixed many issues with utils, v0.2.0 2024-10-18 16:13:29 -05:00
db52e23ef7 Revert changes to binio.rs 2024-10-18 14:21:24 -05:00
d35edab93e Added more round-trip tests, moved to better BitIO implementation 2024-09-10 12:07:41 -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
4ef89309ec Fixed issue that could occur when decoding CZ2 files 2024-07-13 03:53:04 -05:00
721e61f98c Ran cargo fmt 2024-07-05 00:11:09 -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
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
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
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
f4eb9ea1b3 Moved all implementations to common struct 2024-05-08 11:28:34 -05:00
ae94c46aa8 Merge branch 'main' of https://github.com/G2-Games/lbee-utils 2024-05-07 16:31:01 -05:00
aa03498fd0 Added docmentation and fixes 2024-05-07 16:27:18 -05:00
613e38c6b5 Applied clippy suggestions, fixed errors, fixed CZ4 implementation 2024-05-07 11:38:38 -05:00
G2
8945b80065 Added DynamicCz, added better test program, fixed error messages 2024-05-06 15:40:00 -05:00
G2
b28a8d0b88 Fixed various issues with saving 2024-05-06 12:26:53 -05:00
a1fbb3368a Added CZ4 read implementation 2024-05-05 23:04:51 -05:00
b7ff624898 Implemented CZ2 reading 2024-05-05 04:48:03 -05:00
64c1ee6e91 Restructured repository as workspace 2024-05-04 15:57:11 -05:00
Renamed from src/compression.rs (Browse further)