mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-27 14:12:16 +00:00
4632fdbe99
Error Checks Mode: added linedef index to message text of all linedef-related errors. UDMF: wall texture offsets are now rounded when user edits them via cursor keys or mouse dragging (because they are stored as integers anyway). |
||
---|---|---|
.. | ||
CheckClosedSectors.cs | ||
CheckLineReferences.cs | ||
CheckMissingTextures.cs | ||
CheckOverlappingLines.cs | ||
CheckStuckThings.cs | ||
CheckUnknownFlats.cs | ||
CheckUnknownTextures.cs | ||
CheckUnknownThings.cs | ||
ErrorChecker.cs | ||
ErrorCheckerAttribute.cs | ||
ErrorResult.cs | ||
ResultLineMissingFront.cs | ||
ResultLineMissingSides.cs | ||
ResultLineNotDoubleSided.cs | ||
ResultLineNotSingleSided.cs | ||
ResultLineOverlapping.cs | ||
ResultNoErrors.cs | ||
ResultSectorUnclosed.cs | ||
ResultStuckThingInLine.cs | ||
ResultStuckThingInThing.cs | ||
ResultTextureMissing.cs | ||
ResultThingOutside.cs | ||
ResultUnknownFlat.cs | ||
ResultUnknownTexture.cs | ||
ResultUnknownThing.cs |