UltimateZoneBuilder/Source/Plugins/BuilderModes/ErrorChecks
2023-05-26 14:09:04 +02:00
..
ActionFloorLowerToLowestTextures.cs Missing/Unused Textures checks cover floor to lowest, next higher & highest (#608) 2021-09-03 18:31:36 +02:00
ActionFloorRaiseToHighestTextures.cs Missing/Unused Textures checks cover floor to lowest, next higher & highest (#608) 2021-09-03 18:31:36 +02:00
ActionFloorRaiseToNextHigherTextures.cs Missing/Unused Textures checks cover floor to lowest, next higher & highest (#608) 2021-09-03 18:31:36 +02:00
BaseActionTextures.cs Missing/Unused Textures checks cover floor to lowest, next higher & highest (#608) 2021-09-03 18:31:36 +02:00
BaseCheckTextures.cs Missing/Unused Textures checks cover floor to lowest, next higher & highest (#608) 2021-09-03 18:31:36 +02:00
CheckClosedSectors.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckLineReferences.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckMapSize.cs It's compiling! 2020-05-21 14:20:02 +02:00
CheckMissingActivations.cs Map Analysis Mode: checking for missing activation flags (UDMF) now finds linedef that are missing an actual activation flag, not only lines without any flags in that group. Fixes #288 2021-03-22 10:41:21 +01:00
CheckMissingFlats.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckMissingTextures.cs Change hardcoded line slope action to match SRB2 2023-05-26 14:09:04 +02:00
CheckObsoleteThings.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckOffGridVertices.cs Added error check for vertices with non-integer positions (#94 by davidxn) 2017-04-10 16:52:10 -04:00
CheckOverlappingLines.cs Map Analysis Mode: fixed a problem where lines with fractional vertex positions could erroneously be reported as overlapping 2023-03-03 09:53:08 +01:00
CheckOverlappingVertices.cs Removed lots of unnecessary casts to float of the Math methods. Also removed some other minor implicit casts 2020-05-22 22:30:32 +02:00
CheckPolyobjects.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckShortLinedefs.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckStrayVertices.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckStuckThings.cs It's compiling! 2020-05-21 14:20:02 +02:00
CheckTextureAlignment.cs Map Analysis Mode: fixed a crash when the sidedef of 1-sided lines had upper/lower textures defined. Fixes #533 2021-02-23 16:26:31 +01:00
CheckUnknownActions.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckUnknownFlats.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckUnknownScripts.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckUnknownTextures.cs Error Checker: added config options to ignore unknown textures on sidedefs for certain actions. Resolves #518 2021-02-20 15:04:47 +01:00
CheckUnknownThings.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
CheckUnusedTextures.cs Missing/Unused Textures checks cover floor to lowest, next higher & highest (#608) 2021-09-03 18:31:36 +02:00
CheckUnusedThings.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ErrorChecker.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ErrorCheckerAttribute.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ErrorResult.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultInvalidPolyobjectLines.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultInvalidPolyobjectThings.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultLineMissingFront.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultLineMissingSides.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultLineNotDoubleSided.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultLineNotSingleSided.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultLineOverlapping.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultMapTooBig.cs It's compiling! 2020-05-21 14:20:02 +02:00
ResultMissingActivation.cs Missing Activation map check (PR#260 by davidxn) 2019-02-27 19:12:15 +02:00
ResultMissingFlat.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultMissingTexture.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultNoErrors.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultObsoleteThing.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultOffGridVertex.cs It's compiling! 2020-05-21 14:20:02 +02:00
ResultSectorInvalid.cs It's compiling! 2020-05-21 14:20:02 +02:00
ResultSectorUnclosed.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultShortLinedef.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultStrayVertex.cs It's compiling! 2020-05-21 14:20:02 +02:00
ResultStuckThingInLine.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultStuckThingInThing.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultTexturesMisaligned.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultThingOutside.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownFlat.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownLinedefAction.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownLinedefScript.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownSectorEffect.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownTexture.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownThing.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownThingAction.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnknownThingScript.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnusedTexture.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultUnusedThing.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultVertexOverlappingLine.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
ResultVertexOverlappingVertex.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00