022d69dc8e
Add Pica Texture Encoding Decoding
...
Supported Formats: A4, A8, L4, L8, RGB565, RGB888 RGBA8888 (for now)
Add a .clang-format
Move ctrff into a subdirectory
Replace the BCLIM creation part with Pica encoder
Fix non const RGB565ToRGBA issue
2026-01-06 21:51:51 +01:00
e4fa2202d2
Add LZ11 Decompression
...
- Add getetrs for bclim
- Correctly load all bclim data
- Fix RGB565ToRGBA converter to support all sizes possible
2026-01-03 01:54:30 +01:00
866acf32e0
Add bclim support
2025-12-29 21:38:07 +01:00
ec6968fcb4
FIx issues with lz11 compression (Still WIP)
...
also fixed compiling on mingw for now
Readded palladium for the desktop tools
2025-12-29 14:02:46 +01:00
bfa6c9e92a
Make ctrff usable again
2025-12-06 21:34:19 +01:00
b021609c4c
Remove palladium out of ctrff
...
- Why??? cause ahving multiple diffrent libraries all depending on palladium is pain to handle as well as palladium was only used for its datatypes so theres no reason to kepp it for ctrff
2025-12-06 21:23:59 +01:00
2d771a27be
Fix doku, Fix bcstm, Add default constructors to BCWAV
...
- Removed DSP_ADPCM throw error
- Only load ADPCM data if the file uses ADPCM
- Add BCWAV cleanup
2025-12-04 21:17:51 +01:00
7ea0d11d65
fix bug in ReadGotoBeginning (to finally seek correctly)
2025-12-03 23:55:10 +01:00
945941ef5c
remove unused function
2025-12-03 22:50:44 +01:00
a6d5ff56d9
Add Cleanup Constructors and switch to std::vector
2025-12-03 22:50:09 +01:00
f6b81d701a
Fix critical errors were wrong vars were used
2025-11-29 01:08:03 +01:00
996998785c
Public V0.0.1
2025-05-04 13:32:07 +02:00