UltimateZoneBuilder/Source/Plugins/BuilderModes/ErrorChecks
MaxED 7febb2434f Fixed, Visual mode: horizontal sprite offset was applied incorrectly.
DECORATE: added "$obsolete" special comment. When present, it marks the thing as obsolete. It will be detected by "Check obsolete thing" Map Analysis Mode check and will be marked in the Thing Properties Window and the Thing Info panel.
Map Analysis mode: added "Check obsolete things" check.
Updated documentation ("DECORATE keys" page).
Updated ZDoom_DECORATE.cfg.
2015-10-15 15:16:31 +00:00
..
CheckClosedSectors.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
CheckLineReferences.cs Map Analysis mode: "Check unknown textures" didn't check middle textures on double-sided linedefs. 2014-06-30 08:17:43 +00:00
CheckMapSize.cs Changed, Draw Lines/Rectangle/Circle/Curve modes: line length labels are now repositioned to stay on screen when line's start or end is not visible. 2015-08-24 21:49:15 +00:00
CheckMissingFlats.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
CheckMissingTextures.cs Map Analysis mode: "Check unknown textures" didn't check middle textures on double-sided linedefs. 2014-06-30 08:17:43 +00:00
CheckObsoleteThings.cs Fixed, Visual mode: horizontal sprite offset was applied incorrectly. 2015-10-15 15:16:31 +00:00
CheckOverlappingLines.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
CheckOverlappingVertices.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
CheckShortLinedefs.cs Map Analysis mode: added "Check very short linedefs" check (unchecked by default), which finds linedefs shorter than 1 m.u. 2015-07-13 11:20:02 +00:00
CheckStrayVertices.cs Map Analysis mode: added "Check very short linedefs" check (unchecked by default), which finds linedefs shorter than 1 m.u. 2015-07-13 11:20:02 +00:00
CheckStuckThings.cs Fixed, Map Analysis mode, Check Stuck Things: in some cases the check returned false-negative results. 2015-04-17 13:46:55 +00:00
CheckTextureAlignment.cs Removed "Paste Properties Options" action. 2015-10-09 12:38:12 +00:00
CheckUnknownFlats.cs Map Analysis mode: "Check unknown textures" didn't check middle textures on double-sided linedefs. 2014-06-30 08:17:43 +00:00
CheckUnknownTextures.cs Map Analysis mode: "Check unknown textures" didn't check middle textures on double-sided linedefs. 2014-06-30 08:17:43 +00:00
CheckUnknownThings.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
CheckUnusedTextures.cs Map Analysis mode: "Check unknown textures" didn't check middle textures on double-sided linedefs. 2014-06-30 08:17:43 +00:00
CheckUnusedThings.cs Map Analysis mode: multiple results can now be selected (and fixed) at once. 2015-01-12 12:27:10 +00:00
ErrorChecker.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
ErrorCheckerAttribute.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
ErrorResult.cs Changed, Draw Lines/Rectangle/Circle/Curve modes: line length labels are now repositioned to stay on screen when line's start or end is not visible. 2015-08-24 21:49:15 +00:00
ResultLineMissingFront.cs Map Analysis mode: results can now be hidden individually. 2014-09-12 21:08:11 +00:00
ResultLineMissingSides.cs Map Analysis mode: results can now be hidden individually. 2014-09-12 21:08:11 +00:00
ResultLineNotDoubleSided.cs Map Analysis mode: results can now be hidden individually. 2014-09-12 21:08:11 +00:00
ResultLineNotSingleSided.cs Map Analysis mode: results can now be hidden individually. 2014-09-12 21:08:11 +00:00
ResultLineOverlapping.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
ResultMapTooBig.cs Changed, Draw Lines/Rectangle/Circle/Curve modes: line length labels are now repositioned to stay on screen when line's start or end is not visible. 2015-08-24 21:49:15 +00:00
ResultMissingFlat.cs UDMF: raised sector slope precision to 7 decimal places when saving a map. 2015-01-11 19:42:57 +00:00
ResultMissingTexture.cs Fixed, DECORATE parser: enums were not handled properly. 2015-07-26 23:18:13 +00:00
ResultNoErrors.cs Map Analysis mode: results can now be hidden individually. 2014-09-12 21:08:11 +00:00
ResultObsoleteThing.cs Fixed, Visual mode: horizontal sprite offset was applied incorrectly. 2015-10-15 15:16:31 +00:00
ResultSectorInvalid.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
ResultSectorUnclosed.cs Map Analysis mode: results can now be hidden individually. 2014-09-12 21:08:11 +00:00
ResultShortLinedef.cs Map Analysis mode: added "Check very short linedefs" check (unchecked by default), which finds linedefs shorter than 1 m.u. 2015-07-13 11:20:02 +00:00
ResultStrayVertex.cs Map Analysis: added "Check unused things" check. 2014-09-30 12:02:41 +00:00
ResultStuckThingInLine.cs Preferences: removed "Square Things" setting. Square things are now the only option. 2015-08-03 22:02:39 +00:00
ResultStuckThingInThing.cs Preferences: removed "Square Things" setting. Square things are now the only option. 2015-08-03 22:02:39 +00:00
ResultTexturesMisaligned.cs Changed, Visual mode, Auto-align textures actions, UDMF: aligned texture coordinates are no longer rounded to integer values. 2015-04-16 13:03:12 +00:00
ResultThingOutside.cs Preferences: removed "Square Things" setting. Square things are now the only option. 2015-08-03 22:02:39 +00:00
ResultUnknownFlat.cs UDMF: raised sector slope precision to 7 decimal places when saving a map. 2015-01-11 19:42:57 +00:00
ResultUnknownTexture.cs Fixed, DECORATE parser: enums were not handled properly. 2015-07-26 23:18:13 +00:00
ResultUnknownThing.cs Preferences: removed "Square Things" setting. Square things are now the only option. 2015-08-03 22:02:39 +00:00
ResultUnusedTexture.cs Removed "Paste Properties Options" action. 2015-10-09 12:38:12 +00:00
ResultUnusedThing.cs Preferences: removed "Square Things" setting. Square things are now the only option. 2015-08-03 22:02:39 +00:00
ResultVertexOverlappingLine.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
ResultVertexOverlappingVertex.cs Map Analysis mode: results can now be hidden individually. 2014-09-12 21:08:11 +00:00