Releases: trapexit/3it
Releases · trapexit/3it
3it v1.7.2
Summary
More small CEL generation edge case fixes.
What's Changed
- Make sure PDAT is min 2 words per row by @trapexit in #47
- Bump version to 1.7.2 by @trapexit in #48
- Rework / consolidate makefiles by @trapexit in #49
- Alias dump-packed-instructions and error if not packed by @trapexit in #50
Documentation
Donations / Sponsorship
If you find 3it and other work of mine for 3DO useful please consider supporting its ongoing development.
1.7.1
Summary
Bug fixes for edge cases related to very small CELs.
What's Changed
- Fix VCNT in LRFORM and woffset underflow by @trapexit in #44
- Rework bitstreamwriter to expand as needed by @trapexit in #45
- Bump version to 1.7.1 by @trapexit in #46
Documentation
Donations / Sponsorship
If you find 3it and other work of mine for 3DO useful please consider supporting its ongoing development.
3it v1.7.0
Changelog
- Add 'to-lrform' command by @trapexit in #35
- Fix packing edgecase + add dump instr cmd by @trapexit in #38
- Interpret BGND and NOBLK CCB flags when converting from CEL by @trapexit in #42
- Add dump-packed-instructions command to print out the instructions of a packed cel image
- Add brute force --find-smallest command to to-cel to find smallest variant
- Add --generate-all command to to-cel to generate all compatible variants of a cel
Documentation
Donations / Sponsorship
If you find 3it and other work of mine for 3DO useful please consider supporting its ongoing development.
3it v1.6.1
Change summary
- Fix packing edgecase
- Add additional optimization on packed images with trailing transparent packets
Documentation
Donations / Sponsorship
If you find 3it and other work of mine for 3DO useful please consider supporting its ongoing development.
3it v1.6.0
Change summary
- Always set CCB_LDPLUT by default when creating a coded CEL image
- Improve coded CEL packing algo
Documentation
Donations / Sponsorship
If you find 3it and other works of mine for 3DO useful please consider supporting its ongoing development.
3it v1.5.0
- Updated how transparency is handled. Now replaces transparent color with actual alpha channel = 0 after loading.
- Allow optional writing of PLUT in CEL files.
- Changed PLUT creation to be ordered by when the color is first seen.
3it v1.4.0
3it v1.3.0
3it v1.2.3
3it v1.2.2
Fix WOFFSET calculations when converting to CEL.