Skip to content

DeuTex 5.2.0

Compare
Choose a tag to compare
@chungy chungy released this 23 Jun 07:30
· 8 commits to master since this release
v5.2.0

Graphics

  • DeuTex supports textures in TX_START and TX_END markers. These are used by certain editors/engines for textures, with support for storing PNG and JPEG files directly in the WAD. Extraction is likewise handled for all formats.

Build systems and code standards

  • Instances of == true and != false were simplified to more idiomatic C, such as if (cond) and if (!cond).
  • Manual page generation can be disabled, even if a2x is available, by using ./configure --disable-man. This feature may be useful for penguin distributions.