UltimateZoneBuilder/Source/Plugins/BuilderModes/VisualModes
2023-11-19 16:56:13 +01:00
..
BaseVisualGeometrySector.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
BaseVisualGeometrySidedef.cs Visual Mode: fixed a problem where flood selection did not work correctly when sidedefs were previously marked by other actions 2023-10-14 22:30:29 +02:00
BaseVisualMode.cs Visual Mode: the effect of slope things are now only applied if they are specified in the game configuration 2023-10-21 16:11:35 +02:00
BaseVisualSector.cs - Fixed a crash when undoing 3D floor plugin actions while being in visual mode. Fixes #309. 2019-11-01 17:23:41 +01:00
BaseVisualSlope.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
BaseVisualThing.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
BaseVisualVertex.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
Effect3DFloor.cs Visual Mode: fixed a problem where sloped 3D floors with an alpha value of less than 128 were not shown at all instead of fully opaque. Fixes #954 2023-09-17 17:23:27 +02:00
EffectBrightnessLevel.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
EffectCopySlope.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
EffectGlowingFlat.cs More conversion from float to double. Doesn't seem to crash anymore. 2020-05-22 21:39:18 +02:00
EffectLineSlope.cs It's compiling! 2020-05-21 14:20:02 +02:00
EffectPlaneCopySlope.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
EffectThingLineSlope.cs - Fixed several issues where slopes were not shown correctly in visual mode 2019-10-06 21:56:55 +02:00
EffectThingSlope.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
EffectThingVertexSlope.cs It's compiling! 2020-05-21 14:20:02 +02:00
EffectTransferCeilingBrightness.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
EffectTransferFloorBrightness.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
EffectUDMFVertexOffset.cs It's compiling! 2020-05-21 14:20:02 +02:00
IVisualEventReceiver.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
NullVisualEventReceiver.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
SectorData.cs Fixed: Doom64 sector floor color was not applied to a sector below a 3D floor 2022-05-10 00:10:55 +03:00
SectorEffect.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
SectorLevel.cs Fixed: Doom64 sector floor color was not applied to a sector below a 3D floor 2022-05-10 00:10:55 +03:00
SectorLevelComparer.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
SectorLevelType.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
SlopeArcher.cs Some code cleanup 2020-06-08 20:58:00 +02:00
TexturePlane.cs It's compiling! 2020-05-21 14:20:02 +02:00
ThingData.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
VertexData.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
VisualActionResult.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
VisualCeiling.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
VisualFloor.cs Visual Mode: fixed a problem where flood selection would operate from all selected surfaces and not just the clicked on one. This behavior can be reverted by enabling the "Use buggy flood select in Visual Mode" option in Preferences -> Editing 2023-10-14 14:24:09 +02:00
VisualFogBoundary.cs Don't auto-add upper texture for lower adjacent sky sectors (#594) 2021-08-14 11:33:52 +02:00
VisualLower.cs Visual Mode: fixed a problem where texture skewing didn't work correctly for textures scaled through sidedef properties. Fixes #985 2023-11-19 16:53:36 +01:00
VisualMiddle3D.cs Visual Mode: fixed a bug where textures on 3D floors were not scaled correctly when using the upper/lower texture 3D floor flags. Fixes #640 2021-10-21 20:25:56 +02:00
VisualMiddleBack.cs Fixed a bug where the effective size of scaled textures was too small under certain circumstances 2020-07-11 18:43:49 +02:00
VisualMiddleDouble.cs Visual Mode: more skewing fixes 2023-11-19 16:56:13 +01:00
VisualMiddleSingle.cs Visual Mode: fixed a problem where texture skewing didn't work correctly for textures scaled through sidedef properties. Fixes #985 2023-11-19 16:53:36 +01:00
VisualSidedefParts.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
VisualSidedefSlope.cs Visual Mode: Fixed a problem where using visual sloping a slope handle around itself resulted in invalid slopes 2022-03-05 10:37:00 +01:00
VisualUpper.cs Visual Mode: fixed a problem where texture skewing didn't work correctly for textures scaled through sidedef properties. Fixes #985 2023-11-19 16:53:36 +01:00
VisualVertexSlope.cs Visual Mode: prevent crash if no potential slope handles are found (#949) 2023-09-02 14:21:40 +02:00
WallPolygon.cs Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00