Skip to content

Releases: trapexit/3it

3it v1.7.2

19 Jun 21:13
eabf987
Compare
Choose a tag to compare

Summary

More small CEL generation edge case fixes.

What's Changed

Documentation

Donations / Sponsorship

If you find 3it and other work of mine for 3DO useful please consider supporting its ongoing development.

https://github.com/trapexit/support

1.7.1

17 Jun 03:28
02ade8b
Compare
Choose a tag to compare

Summary

Bug fixes for edge cases related to very small CELs.

What's Changed

Documentation

Donations / Sponsorship

If you find 3it and other work of mine for 3DO useful please consider supporting its ongoing development.

https://github.com/trapexit/support

3it v1.7.0

22 May 02:42
3818415
Compare
Choose a tag to compare

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.

https://github.com/trapexit/support

3it v1.6.1

13 Nov 05:12
b28fbf8
Compare
Choose a tag to compare

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.

https://github.com/trapexit/support

3it v1.6.0

08 Nov 06:02
02e4117
Compare
Choose a tag to compare

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.

https://github.com/trapexit/support

3it v1.5.0

22 Oct 00:43
c504ded
Compare
Choose a tag to compare
  • 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

14 Sep 04:32
0f9ba87
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

3it v1.3.0

10 Apr 03:14
0fad417
Compare
Choose a tag to compare

What's Changed

Donations / Sponsorship

https://github.com/trapexit/support

3it v1.2.3

19 Jan 04:50
4a11122
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

3it v1.2.2

10 Dec 19:17
4bb1cd9
Compare
Choose a tag to compare

Fix WOFFSET calculations when converting to CEL.