Commit Graph

47 Commits

Author SHA1 Message Date
Jaby
618c671844 Use new substitution feature to switch between serial codes 2024-03-21 17:23:38 -05:00
Jaby
f865be0c7c Support ENV variables in CD names 2024-03-21 16:51:17 -05:00
Jaby
48e2e83a3b Force versions for all Rust Tools 2024-01-03 17:59:08 -06:00
Jaby Blubb
e37321de89 Make fconv delete faulty files 2023-10-12 14:03:44 +02:00
Jaby Blubb
06f56310c1 Change panic behaviour of tools 2023-08-25 05:44:14 +02:00
Jaby Blubb
88afc628bc Setup of update and render loop for CUI 2023-07-09 14:40:44 +02:00
Jaby Blubb
1f8a366b6c Detect sections; Unify printing help across the tools 2023-06-25 16:38:29 +02:00
Jaby
5ccbd2ebd1 Replace unsafe code with raw trait 2023-05-01 23:01:35 +02:00
Jaby
de4ba5e1f3 Fix image conversion and CLUT placement 2023-05-01 22:37:41 +02:00
Jaby Blubb
2f88f0c429 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
149dbf06fe Move the bit types to tool_helper and merge them 2023-04-20 21:01:27 +02:00
Jaby
5d0239bfe8 Improve error messages for not finding LBA sources 2023-04-13 21:22:49 +02:00
Björn Gaier
bc6e483bcf Support writing LBA information into main file 2023-02-03 13:22:17 +01:00
Jaby
da2bfa77d8 Implement LZ4 strip and make tools write errors to err instead of out 2023-01-03 16:34:39 +01:00
Jaby
cdb3abd43f 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
1525f7c0d9 Make jaby_engine_fconv output lz4 files on request 2022-12-27 20:58:43 +01:00
Jaby
8269dab350 Prepare reading in LBA Source for Overlay 2022-12-07 02:50:46 +01:00
Jaby
5de6efe2c1 Support LZ4 compression 2022-12-06 04:56:40 +01:00
Jaby
54a460b514 Read Overlay header 2022-12-06 02:31:05 +01:00
Jaby
726d85f4ed Clean up error handling 2022-11-27 22:32:14 +01:00
Jaby
1e1c514ca4 Remove ErrorString 2022-11-27 22:21:06 +01:00
Jaby
43a3403796 Cause error on not a number padded_size value 2022-11-27 22:15:30 +01:00
Jaby
7ea1803c65 Use improved error message generation 2022-11-17 02:18:24 +01:00
Jaby
1610ed5ba9 Improve creation of error messages 2022-11-16 04:36:25 +01:00
Jaby
e2218d4d8e Write license info from file 2022-11-16 03:35:28 +01:00
Jaby
10a38ee283 Support command line parameters 2022-11-11 17:00:10 +01:00
Jaby
e5a63d5195 Convert configuration to CDDesc 2022-11-08 21:28:05 +01:00
Björn Gaier
75c32c98eb Improved error handling 2022-11-04 11:32:55 +01:00
Jaby
fe5c70507a Prepare bin/cue writer 2022-10-18 21:00:20 +02:00
Jaby
013ab8c82f Created constructor functions and paniced 2022-10-06 21:09:45 +02:00
Jaby
0ccb7476d1 Use buffered read and write for better performance 2022-09-28 21:21:15 +02:00
Jaby
60f7e34d15 Convert IndexedImages 2022-09-27 20:52:44 +02:00
Jaby
b1a71b4e38 Start reading in indexed PNG file 2022-09-25 19:32:58 +02:00
Jaby
99d07e05fe Deconstruct PNG imag 2022-09-25 16:31:11 +02:00
Jaby
1398cd62ef Write clut16 2022-09-23 22:01:52 +02:00
Jaby
e0ad7221dd Implement convert functions for RGB(A) 2022-09-22 21:18:01 +02:00
Jaby
1a1749531c Add Header basics 2022-09-21 21:52:21 +02:00
Jaby
82000fe4e9 Basic Color support 2022-09-21 20:43:08 +02:00
Jaby
33b69823ec Support bit operations 2022-09-20 22:10:17 +02:00
Jaby
29f720243b Improve Error 2022-09-19 21:06:44 +02:00
Jaby
77e4f855ae Prepare reading in files 2022-09-19 20:20:43 +02:00
Jaby
5b2cbc3d5f Finish cpp_out 2022-09-17 14:44:13 +02:00
Jaby
d8b529a55a Use functors instead of parameters 2022-09-14 22:00:26 +02:00
Jaby
390f306bef Read settings in a bit 2022-09-14 21:52:54 +02:00
Jaby
0e38801bd5 Produce first output 2022-09-13 21:35:52 +02:00
Jaby
f87fbe96e9 Prepare convert function 2022-09-13 21:19:42 +02:00
Jaby
44a0142d0a Create tool_helper library 2022-09-13 21:06:41 +02:00