UltimateZoneBuilder/Source/Core/Rendering
MaxED cc9d118f5b Changed, Visual mode: adjusted fog density calculation to better match with GZDoom.
Fixed, Visual mode: alpha-based texture picking didn't work correctly on HiRes images.
Fixed, Visual mode: fog density was calculated incorrectly for things lit by dynamic lights.
Fixed, Edit Sector window, UDMF: "Fade" and "Light" color pickers initial values were incorrect when displaying mixed values.
Fixed, Edit Thing window, UDMF: "Color" color picker initial value was incorrect when displaying mixed values.
2016-03-23 21:26:26 +00:00
..
ColorCollection.cs Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
ColorSetting.cs Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
CommentType.cs UDMF: Added "Comment" tab to Edit Sector / Linedef / Thing forms. 2015-07-14 23:34:31 +00:00
D3DDevice.cs Fixed, Visual mode: GLDEFS glow color was incorrectly interpolated on sidedefs. 2016-03-08 20:37:44 +00:00
D3DShader.cs Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
Display2DShader.cs Fixed, Visual mode: fixed D3DERR_INVALIDCALL error caused by a bug in classic skybox texture creation. 2016-01-14 22:15:54 +00:00
FlatQuad.cs Fixed, Map Analysis mode, "Check stuck things" check: rewritten parts of the flags checking logic to allow more accurate flag checks. 2015-12-28 15:01:53 +00:00
FlatVertex.cs Classic modes: changed the way event lines are rendered. Should work much faster now. Event lines are now displayed while panning the view. 2015-06-24 21:21:19 +00:00
ID3DResource.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
IRenderer2D.cs Added "Fixed Things Scale" setting (available in the View menu, as a button on the View toolbar and as the "Toggle Fixed Things Scale" action). When enabled, Things will no longer be scaled based on current zoom level in Classic modes, instead, thing bounding box will be drawn when appropriate (this option mimics DB1 things rendering style). 2016-02-22 15:20:08 +00:00
IRenderer3D.cs Visual mode: noticeable performance boost (rendering now works ~40% faster). 2015-10-02 14:47:34 +00:00
PixelColor.cs ACS parser: fixed several cases when #include and #import directives were processed incorrectly. 2015-12-27 21:54:50 +00:00
PixelColorBlock.cs Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter. 2014-02-21 14:42:12 +00:00
Plotter.cs Fixed, Map Analysis mode, "Check stuck things" check: rewritten parts of the flags checking logic to allow more accurate flag checks. 2015-12-28 15:01:53 +00:00
Presentation.cs Classic modes: added "Toggle Grid" action (default key is Alt-G), new menu item in the View menu and new toolbar button. 2015-08-04 23:28:02 +00:00
Renderer.cs Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
Renderer2D.cs Changed the way filtering in the Edit Things, Browse Action and Browse Effect windows work: items, which names start with filter text are now displayed first. 2016-02-23 13:55:53 +00:00
Renderer3D.cs Changed, Visual mode: adjusted fog density calculation to better match with GZDoom. 2016-03-23 21:26:26 +00:00
RenderLayers.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
RenderPasses.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
ShaderManager.cs Internal: removed some duplicate casts, marked some classes is IDisposable, some streams were disposed more than once. 2016-03-18 12:52:12 +00:00
SurfaceBufferSet.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
SurfaceEntry.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
SurfaceEntryCollection.cs Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter. 2014-02-21 14:42:12 +00:00
SurfaceManager.cs Fixed, Visual mode: fixed D3DERR_INVALIDCALL error caused by a bug in classic skybox texture creation. 2016-01-14 22:15:54 +00:00
SurfaceUpdate.cs Added GZDoom's glowing flats (http://www.zdoom.org/wiki/GLDEFS#Glowing_flats) support to Classic and Visual modes. 2015-04-14 11:33:57 +00:00
TextAlignment.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
TextFont.cs Internal: removed some duplicate casts, marked some classes is IDisposable, some streams were disposed more than once. 2016-03-18 12:52:12 +00:00
TextLabel.cs Fixed, Classic modes: text labels positioning logic was accidentally broken in R2455. 2015-12-28 18:19:09 +00:00
Things2DShader.cs Fixed, Visual mode: fixed D3DERR_INVALIDCALL error caused by a bug in classic skybox texture creation. 2016-01-14 22:15:54 +00:00
ViewMode.cs Removed a metric ton of unused "using" directives from Core. 2013-04-11 11:04:16 +00:00
World3DShader.cs Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
WorldVertex.cs Classic modes: changed the way event lines are rendered. Should work much faster now. Event lines are now displayed while panning the view. 2015-06-24 21:21:19 +00:00