Skip to content

Releases: ghorsington/TexTool

Version 3.0.1.0

06 Mar 22:23
Compare
Choose a tag to compare

Changelog

  • Added an initial fix to PNG data being incorrectly read and saved

Version 3.0.0.0

06 Apr 17:07
Compare
Choose a tag to compare

Changelog

  • Moved to C# codebase instead of C++/CLI
  • Changed app icon
  • Changed default backup behaviour: instead of saving converted file as xxx.<number>.png if xxx.png is taken, xxx.png is renamed to xxx.<number>.png instead.
  • Added ability to specify config options
    • Added -o option: overwrites old file if one exists already
    • Refer to the help screen for info on how to use config options

Version 2.2.1.0

02 Aug 18:46
Compare
Choose a tag to compare

Changelog

  • Fix DXT5 textures not being saved

Version 2.2.0.0

31 Jul 09:15
Compare
Choose a tag to compare

Changelog

  • Fixed access violation when attempting to convert DXT textures

Version 2.1.0.0

18 May 17:30
Compare
Choose a tag to compare

Changelog

  • Added support for texture format version 1011
    • TexTool creates and reads a .uv.csv file that contains the UV rectangles (x, y, width, height) on each line
    • If a .uv.csv file is present, TexTool will output a .tex file version 1011, otherwise it will default to 1010

Version 2.0.0.0

24 Jan 20:55
Compare
Choose a tag to compare

Changes

  • Moved codebase from C# to C++/CLI
  • Removed external DLLs

Version 1.0

26 Nov 12:12
Compare
Choose a tag to compare

Initial version