Commit Graph

45 Commits

Author SHA1 Message Date
Jaby 7e4ecf8176 Force versions for all Rust Tools 2024-01-03 17:59:08 -06:00
Jaby 7db63b0f66 Make fconv delete faulty files 2023-10-12 14:03:44 +02:00
Jaby 4fb09a235c Change panic behaviour of tools 2023-08-25 05:44:14 +02:00
Jaby 2236c1a00c Setup of update and render loop for CUI 2023-07-09 14:40:44 +02:00
Jaby 32d324430d Detect sections; Unify printing help across the tools 2023-06-25 16:38:29 +02:00
Jaby 4ccc11aebf Replace unsafe code with raw trait 2023-05-01 23:01:35 +02:00
Jaby dbf616a916 Fix image conversion and CLUT placement 2023-05-01 22:37:41 +02:00
Jaby 725d2f7bb2 Add colored output to most tools; Make mkoverlay more tolerant for missing overlay files; Make psxcdgen_ex emit a warning when no license file is specified 2023-04-22 15:44:21 +02:00
Jaby 38ab0ebb56 Move the bit types to tool_helper and merge them 2023-04-20 21:01:27 +02:00
Jaby 8ec8afc435 Improve error messages for not finding LBA sources 2023-04-13 21:22:49 +02:00
Jaby 53b01f19b1 Support writing LBA information into main file 2023-02-03 13:22:17 +01:00
Jaby f20e729ff3 Implement LZ4 strip and make tools write errors to err instead of out 2023-01-03 16:34:39 +01:00
Jaby a1743c0a7a Broken LZ4 algorithm! The decompression seems to work now (needs improvement?) but the conversion tools emit 64K block sizes which is unhelpfull for us 2022-12-29 23:18:37 +01:00
Jaby 09195f9093 Make jaby_engine_fconv output lz4 files on request 2022-12-27 20:58:43 +01:00
Jaby 85810c33e9 Prepare reading in LBA Source for Overlay 2022-12-07 02:50:46 +01:00
Jaby 2641005c45 Support LZ4 compression 2022-12-06 04:56:40 +01:00
Jaby 37cb8ba114 Read Overlay header 2022-12-06 02:31:05 +01:00
Jaby 3932249923 Clean up error handling 2022-11-27 22:32:14 +01:00
Jaby ac6d7fea67 Remove ErrorString 2022-11-27 22:21:06 +01:00
Jaby d912ea949e Cause error on not a number padded_size value 2022-11-27 22:15:30 +01:00
Jaby 00fd5ed463 Use improved error message generation 2022-11-17 02:18:24 +01:00
Jaby 87f4f05d06 Improve creation of error messages 2022-11-16 04:36:25 +01:00
Jaby eac5a4f349 Write license info from file 2022-11-16 03:35:28 +01:00
Jaby 0f2eaaa375 Support command line parameters 2022-11-11 17:00:10 +01:00
Jaby 4706e82459 Convert configuration to CDDesc 2022-11-08 21:28:05 +01:00
Jaby a2858e0daf Improved error handling 2022-11-04 11:32:55 +01:00
Jaby 7bc57558d0 Prepare bin/cue writer 2022-10-18 21:00:20 +02:00
Jaby 088798c901 Created constructor functions and paniced 2022-10-06 21:09:45 +02:00
Jaby b7a783d403 Use buffered read and write for better performance 2022-09-28 21:21:15 +02:00
Jaby 37adafa52e Convert IndexedImages 2022-09-27 20:52:44 +02:00
Jaby 8e228bdbb8 Start reading in indexed PNG file 2022-09-25 19:32:58 +02:00
Jaby bc83d6078b Deconstruct PNG imag 2022-09-25 16:31:11 +02:00
Jaby b5ee0786d2 Write clut16 2022-09-23 22:01:52 +02:00
Jaby 3906d9649a Implement convert functions for RGB(A) 2022-09-22 21:18:01 +02:00
Jaby 56c4b03b8b Add Header basics 2022-09-21 21:52:21 +02:00
Jaby c3910d5343 Basic Color support 2022-09-21 20:43:08 +02:00
Jaby e5ba4490d3 Support bit operations 2022-09-20 22:10:17 +02:00
Jaby c4ed9bc10f Improve Error 2022-09-19 21:06:44 +02:00
Jaby 1541c1e777 Prepare reading in files 2022-09-19 20:20:43 +02:00
Jaby 3963965d76 Finish cpp_out 2022-09-17 14:44:13 +02:00
Jaby f751ab7c2c Use functors instead of parameters 2022-09-14 22:00:26 +02:00
Jaby 014b7256d7 Read settings in a bit 2022-09-14 21:52:54 +02:00
Jaby a3ac45418a Produce first output 2022-09-13 21:35:52 +02:00
Jaby 0dedff742a Prepare convert function 2022-09-13 21:19:42 +02:00
Jaby 390bb1773a Create tool_helper library 2022-09-13 21:06:41 +02:00