Skip to content

Releases: Yellow-Dog-Man/Compressonator.NET

1.1.2

15 Dec 14:14
610d3f4

Choose a tag to compare

1.1.2 Pre-release
Pre-release

Full Changelog: 1.1.1...1.1.2

1.1.1

24 Nov 01:08
5ee79e8

Choose a tag to compare

1.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

21 Jul 12:20
60a7517

Choose a tag to compare

What's Changed

  • add 2 new images for compressinator by @Redd56 in #22
  • Tidying Up by @ProbablePrime in #25
  • Quality Evaluation + Decompress by @ProbablePrime in #26
    • This PR mostly added tests and glue code, however the tests might be useful for users so check them out.
    • They show Decompression and all sorts
    • Also scoring with: https://github.com/Yellow-Dog-Man/Ssimulacra2.NET \o/
    • New Functions:
      • CMP_SaveTexture that takes a CMP_Texture rather than a CMP_MipSet
      • CMP_MipSetToTexture that can extract a given mip level from a set into a CMP_Texture
      • Combining both of these allows you to dump MipLevels to files, Decompress Textures

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

25 Jun 12:36
10af76e

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

24 Jun 04:17
ea24082

Choose a tag to compare

Breaking changes

Due to some changes with the method signature of native methods, you may need to update your calling locations. You can see examples of this in our tests which now cover all BC types.

What's Changed

New Contributors

Full Changelog: 0.3.0...1.0.0

0.3.0

06 Feb 09:53

Choose a tag to compare

Linux Fixes

It turns out that 0.2.0, did not actually support linux in all circumstances. This was due to a native library compilation issue. We fixed that over in: Yellow-Dog-Man/compressonator#5

Native Changes

This also includes:
Yellow-Dog-Man/compressonator#4 - Which corrects an error return with CMP_ConvertTexture.

Testing

GitHub Action tests now exist to prove that things work on both operating systems.

Once #6 has more work we can start turning samples into further tests.

Automated ChangeLog

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0 - Cross-Platform

29 Jan 04:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.2.0

0.1.2

25 Apr 23:50

Choose a tag to compare

What's Changed

  • Fix: Updated CMP_FORMAT to latest version from the Compressonator library
  • Chore: Add .editorconfig by @Zandario in #3

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.1

04 Nov 06:21
eb8831a

Choose a tag to compare

  • Fixed ci issue.

0.1.0

04 Nov 06:11
6587dc5

Choose a tag to compare

Intial