ZoneBuilder/Source/Plugins/BuilderModes/ErrorChecks
MaxED 747f268af2 Fixed, "Check Polyobjects" error check: an error is no longer added when "Mirror Polyobject Number" of "Polyobj_Startline" is 0.
Fixed, "Find and Replace" mode: "Find and Replace" window no longer closes when no results are found and Replace mode is enabled.
Changed, "Find and Replace" mode: renamed some search modes for better grouping.
2023-01-04 14:26:07 +01:00
..
CheckClosedSectors.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckLineReferences.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckMapSize.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckMissingFlats.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckMissingTextures.cs Change default settings in Map Analysis mode, add texture name wildcards to the reference manual, update the installer. 2021-02-27 02:21:33 +01:00
CheckObsoleteThings.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
CheckOverlappingLines.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckOverlappingVertices.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckPolyobjects.cs Fixed, "Check Polyobjects" error check: an error is no longer added when "Mirror Polyobject Number" of "Polyobj_Startline" is 0. 2023-01-04 14:26:07 +01:00
CheckShortLinedefs.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckStrayVertices.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckStuckThings.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
CheckTextureAlignment.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckUnknownFlats.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
CheckUnknownTextures.cs Change default settings in Map Analysis mode, add texture name wildcards to the reference manual, update the installer. 2021-02-27 02:21:33 +01:00
CheckUnknownThings.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
CheckUnusedTextures.cs Change default settings in Map Analysis mode, add texture name wildcards to the reference manual, update the installer. 2021-02-27 02:21:33 +01:00
CheckUnusedThings.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ErrorChecker.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ErrorCheckerAttribute.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ErrorResult.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultInvalidPolyobjectLines.cs Added, Map Analysis mode: added "Check Polyobjects" checker. 2023-01-04 13:04:52 +01:00
ResultInvalidPolyobjectThings.cs Added, Map Analysis mode: added "Check Polyobjects" checker. 2023-01-04 13:04:52 +01:00
ResultLineMissingFront.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultLineMissingSides.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultLineNotDoubleSided.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultLineNotSingleSided.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultLineOverlapping.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultMapTooBig.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultMissingFlat.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultMissingTexture.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultNoErrors.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultObsoleteThing.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
ResultSectorInvalid.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultSectorUnclosed.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultShortLinedef.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultStrayVertex.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultStuckThingInLine.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
ResultStuckThingInThing.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
ResultTexturesMisaligned.cs GZDB merging - part 1 2022-11-25 17:14:35 +00:00
ResultThingOutside.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
ResultUnknownFlat.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultUnknownTexture.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultUnknownThing.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
ResultUnusedTexture.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultUnusedThing.cs Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
ResultVertexOverlappingLine.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ResultVertexOverlappingVertex.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00