Added some boilerplate to the rendering system. It's now impossible to start...
Added some boilerplate to the rendering system. It's now impossible to start new rendering cycle if the previous one hasn't finished yet. Changed: OS name, GPU name and GZDB revision info are now added to the exception text and GZCrash.log. Fixed, cosmetic: toolstrip separators visibility must be updated when resizing the main window. Internal: removed Plug.DisplaySize, Plug.DisplayLocationAbs and Renderer.ViewportSize. The same data can be accessed from anywhere using General.Interface.Display.Size and General.Interface.Display.LocationAbs. Also Plug.DisplayLocationAbs returned incorrect coordinates...
Showing
- Source/Core/Builder.csproj 1 addition, 0 deletionsSource/Core/Builder.csproj
- Source/Core/Controls/RenderTargetControl.cs 5 additions, 1 deletionSource/Core/Controls/RenderTargetControl.cs
- Source/Core/GZBuilder/Windows/ExceptionDialog.cs 38 additions, 4 deletionsSource/Core/GZBuilder/Windows/ExceptionDialog.cs
- Source/Core/GZBuilder/Windows/ExceptionDialog.designer.cs 18 additions, 12 deletionsSource/Core/GZBuilder/Windows/ExceptionDialog.designer.cs
- Source/Core/Plugins/Plug.cs 0 additions, 12 deletionsSource/Core/Plugins/Plug.cs
- Source/Core/Rendering/D3DDevice.cs 8 additions, 1 deletionSource/Core/Rendering/D3DDevice.cs
- Source/Core/Rendering/IRenderer2D.cs 0 additions, 1 deletionSource/Core/Rendering/IRenderer2D.cs
- Source/Core/Rendering/Renderer.cs 0 additions, 1 deletionSource/Core/Rendering/Renderer.cs
- Source/Core/Windows/MainForm.cs 3 additions, 0 deletionsSource/Core/Windows/MainForm.cs
- Source/Plugins/BuilderEffects/BuilderPlug.cs 4 additions, 4 deletionsSource/Plugins/BuilderEffects/BuilderPlug.cs
- Source/Plugins/BuilderModes/General/HintLabel.cs 2 additions, 2 deletionsSource/Plugins/BuilderModes/General/HintLabel.cs
- Source/Plugins/BuilderModes/General/LineLengthLabel.cs 2 additions, 2 deletionsSource/Plugins/BuilderModes/General/LineLengthLabel.cs
- Source/Plugins/ColorPicker/BuilderPlug.cs 3 additions, 3 deletionsSource/Plugins/ColorPicker/BuilderPlug.cs
Loading
Please register or sign in to comment