Skip to content

Releases: MTrop/DoomStruct

2.17.0

03 Oct 20:42
Compare
Choose a tag to compare

Changed in 2.17.0

  • Added TextureSet.replaceTextureByName(String).

2.16.0

05 Sep 01:12
Compare
Choose a tag to compare

Changed in 2.16.0

  • Fixed GraphicUtils.createPicture(PNGPicture, Palette, Colormap) should not have considered palette index 255 for a viable match.
  • Added Palette.getNearestColorIndex(int, int, int, boolean).
  • Added Palette.getNearestColorIndex(int, boolean).

2.15.8

20 May 03:28
Compare
Choose a tag to compare

Changed in 2.15.8

  • Fixed Some incongruities in allowed ranges in DoomSector.

2.15.7

13 Mar 03:56
Compare
Choose a tag to compare

Changed in 2.15.7

  • Changed Added more legal characters for NameUtils.toValidEntryName(String).

2.15.6

13 Mar 03:25
Compare
Choose a tag to compare

Changed in 2.15.6

  • Changed Added more legal characters for NameUtils.isValidEntryName().

2.15.5

20 Feb 02:02
Compare
Choose a tag to compare

Changed in 2.15.5

  • Changed Omit split at 128 pixels for graphics export in Picture.

2.15.4

14 Feb 01:22
Compare
Choose a tag to compare

Changed in 2.15.4

  • Fixed Tall patches/pictures were still mangled on export. (Issue #20)

2.15.3

23 Nov 01:19
Compare
Choose a tag to compare

Changed in 2.15.3

  • Fixed Palette.getColor() did not convert palette components properly. (Issue #18)

2.15.2

22 Nov 06:04
Compare
Choose a tag to compare

Changed in 2.15.2

  • Fixed Proper padding values on DMX sound export. (Issue #19)

2.15.1

02 Aug 20:54
Compare
Choose a tag to compare

Changed in 2.15.1

  • Changed NameUtils: Valid entry names and texture names are virtually the same.