Releases: MTrop/DoomStruct
Releases · MTrop/DoomStruct
2.18.0
Changed in 2.18.0
Fixed
PatchNames.readBytes(...) is now tolerant of PNAMES lumps that may contain duplicate patch names (since it can corrupt a TextureSet).Added
PatchNames.add(int, boolean) for allowing duplicate patch names.Changed
Slightly more efficient texture exporting in TextureSet.
2.17.0
Changed in 2.17.0
Added
TextureSet.replaceTextureByName(String).
2.16.0
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
Changed in 2.15.8
Fixed
Some incongruities in allowed ranges inDoomSector
.
2.15.7
Changed in 2.15.7
Changed
Added more legal characters forNameUtils.toValidEntryName(String)
.
2.15.6
Changed in 2.15.6
Changed
Added more legal characters forNameUtils.isValidEntryName()
.
2.15.5
Changed in 2.15.5
Changed
Omit split at 128 pixels for graphics export in Picture.