Releases: MTrop/DoomStruct
Releases · MTrop/DoomStruct
2.22.2
2.22.1
Changed in 2.22.1
FixedThe MapInfos now use '.' as the decimal separator, instead of locale default.
2.22.0
Changed in 2.22.0
AddedGraphicObject.setOffsetX().AddedGraphicObject.setOffsetY().AddedGraphicObject.getPixelAlpha(int, int).AddedGraphicObject.isOpaque(int, int).
2.21.0
Changed in 2.21.0
FixedPictures would nullify the 255th palette index as a viable pixel color.DeprecatedPalette.getNearestColorIndex(...) calls that exclude the 255th index.
2.20.0
Changed in 2.20.0
AddedZDoom Activation types to HexenLinedef.
2.19.5
Changed in 2.19.5
FixedAllow C-style comments in UMAPINFO.
2.19.4
Changed in 2.19.4
FixedWadFile.deleteEntry(int) did not properly set up a file for size truncation after entry flush.
2.19.3
Changed in 2.19.3
ChangedSpaces are now allowed in Texture/Entry names.
2.19.2
Changed in 2.19.2
FixedHexenMapInfo.nextTokens() would skipsky1orsky2entries with a single value.AddedEternityMapInfo.getEntry(String).AddedUniversalMapInfo.getEntry(String).
2.19.1
Changed in 2.19.1
AddedTextObject.read(Class, InputStream)AddedTextObject.read(Class, InputStream, Charset)AddedTextObject.read(Class, File)AddedTextObject.read(Class, File, Charset)