Changesets: DarkRadiant

materialeditor c120e109

19.02.2021 15:35

greebo


Details Diff
0005532: Extract interface of map expression in preparation of a method to reconstruct the initial expression source text. Affected Issues
0005532
mod - include/ishaderexpression.h Diff File
mod - include/ishaders.h Diff File
mod - include/precompiled_interfaces.h Diff File
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiantcore/shaders/CShader.cpp Diff File
mod - radiantcore/shaders/CShader.h Diff File
mod - radiantcore/shaders/Doom3ShaderLayer.h Diff File
mod - radiantcore/shaders/MapExpression.h Diff File
mod - radiantcore/shaders/ShaderTemplate.h Diff File

materialeditor 0d5bc8df

19.02.2021 12:55

greebo


Details Diff
0005532: Add parser stage for the TDM ambientRimColor keyword, no actual implementation for this one Affected Issues
0005532
mod - include/ishaders.h Diff File
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - test/Materials.cpp Diff File
mod - test/resources/tdm/materials/parsertest.mtr Diff File

materialeditor c702aa99

19.02.2021 11:54

greebo


Details Diff
0005532: Unit tests for sort keyword handling Affected Issues
0005532
mod - test/Materials.cpp Diff File
mod - test/resources/tdm/materials/parsertest.mtr Diff File

materialeditor 65ae7f25

19.02.2021 11:42

greebo


Details Diff
0005532: Add support for sort request afterFog, as introduced in TDM.
Add parser flags since we otherwise cannot determine whether a material had a sort keyword defined or had just the defaulted to opaque or using DECAL_MACRO.
Affected Issues
0005532
mod - include/ishaders.h Diff File
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - libs/materials/ParseLib.h Diff File
mod - libs/wxutil/dataview/ResourceTreeView.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiantcore/shaders/CShader.cpp Diff File
mod - radiantcore/shaders/CShader.h Diff File
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.h Diff File

materialeditor 0aae4dd5

19.02.2021 10:04

greebo


Details Diff
0005532: Test material parser handling polygonOffset Affected Issues
0005532
mod - test/Materials.cpp Diff File
add - test/resources/tdm/materials/parsertest.mtr Diff File

materialeditor 4627d6c7

19.02.2021 09:57

greebo


Details Diff
0005532: polygonOffset binding Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File

materialeditor a7352a92

19.02.2021 09:48

greebo


Details Diff
0005532: The value of the polygonOffset keyword is optional, adjust the parser Affected Issues
0005532
mod - include/ishaders.h Diff File
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File

materialeditor 110bc03e

19.02.2021 09:21

greebo


Details Diff
0005532: Add support for cubicLight and ambientCubicLight keywords Affected Issues
0005532
mod - include/ishaders.h Diff File
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.h Diff File
mod - radiantcore/shaders/CShader.cpp Diff File
mod - radiantcore/shaders/CShader.h Diff File
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.h Diff File

materialeditor 8cb57ca5

19.02.2021 07:45

greebo


Details Diff
0005532: Material flag bindings Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.h Diff File

materialeditor 81b9bcb4

19.02.2021 06:35

greebo


Details Diff
0005532: Add Binding class used to connect the Material to a UI control. Introduce CheckboxBinding as first implementation to reflect all the surface flags. Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
add - radiant/ui/materials/MaterialBinding.h Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.h Diff File
mod - tools/msvc/DarkRadiant.vcxproj Diff File
mod - tools/msvc/DarkRadiant.vcxproj.filters Diff File

materialeditor 195e3031

19.02.2021 05:54

greebo


Details Diff
0005532: Add utility mapping Material::SurfaceType <=> string Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
add - libs/materials/ParseLib.h Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.h Diff File
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.h Diff File
mod - tools/msvc/libs.vcxproj Diff File
mod - tools/msvc/libs.vcxproj.filters Diff File

materialeditor 1c0f9a76

19.02.2021 05:00

greebo


Details Diff
0005532: Start working on control population Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.h Diff File

materialeditor 4d599792

19.02.2021 04:32

greebo


Details Diff
0005532: Add guisurf and some control names Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File

master 275e8a81

18.02.2021 20:27

orbweaver


Details Diff
Set minimum size of AUI dock panels

Setting a minimum size of 128x128 at least means the panels are clearly visible
at the beginning rather than squashed to only a few pixels in width.
mod - radiant/ui/mainframe/AuiLayout.cpp Diff File

materialeditor c04fbe25

18.02.2021 19:38

greebo


Details Diff
0005532: Needed controls are roughly distributed now Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File

master 28207ee6

17.02.2021 20:42

orbweaver


Details Diff
Fix order of left-hand dock panels

Set explicit position values so that the camera view appears above the
properties notebook, rather than below it.
mod - radiant/ui/mainframe/AuiLayout.cpp Diff File

master 34378ec3

17.02.2021 20:34

orbweaver


Details Diff
AUI panels have captions but no close buttons

In theory there is no reason why the panels cannot be closeable, but for now
this functionality is disabled since there is no way to show the closed panels
again.
mod - radiant/ui/mainframe/AuiLayout.cpp Diff File

master 50b4ac0d

17.02.2021 20:19

orbweaver


Details Diff
Add an experimental AUI-based layout

This layout approximates the Embedded layout but uses the wxWidgets AUI system
to manage the components, allowing for panels to be moved, docked and floated
as required by the user. Currently the basic layout works and the panels are in
approximately the right positions, but the panels are very thin and have to be
dragged out to fill the whole window, and there is no way to get them back if
the close button is clicked.
mod - CMakeLists.txt Diff File
mod - radiant/CMakeLists.txt Diff File
add - radiant/ui/mainframe/AuiLayout.cpp Diff File
add - radiant/ui/mainframe/AuiLayout.h Diff File
mod - radiant/ui/mainframe/MainFrameLayoutManager.cpp Diff File

materialeditor 8b9e88e9

16.02.2021 18:53

greebo


Details Diff
0005532: More XRC work Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File

master d8f98d92

14.02.2021 14:22

orbweaver


Details Diff
Add test for material layer enumeration

Enumerate material layers with getAllLayers() and confirm properties of the
returned layers using the 4-layer 'tdm_spider_black' material.
mod - include/ShaderLayer.h Diff File
mod - test/Materials.cpp Diff File

materialeditor 31d3a92e

14.02.2021 12:38

greebo


Details Diff
0005532: WIP work on the XRC file Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
add - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.h Diff File

materialeditor 44cd18b2

14.02.2021 12:38

greebo


Details Diff
0005532: In-progress work on the XRC file Affected Issues
0005532
mod - install/ui/materialeditor.fbp Diff File
add - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/MaterialEditor.h Diff File

master b4dc4cbd

13.02.2021 19:35

orbweaver


Details Diff
Add test for the "overrideLightColour" registry key

Confirm that a light wireframe is rendered with a default shader (based on the
entity class) if the registry key is set, then reverts to using the _color key
once the registry key is cleared.
mod - libs/registry/CachedKey.h Diff File
mod - radiantcore/entity/light/LightNode.cpp Diff File
mod - radiantcore/entity/light/LightNode.h Diff File
mod - test/Entity.cpp Diff File

master 226163a4

13.02.2021 19:05

orbweaver


Details Diff
Add test for light volume colour

Test that the colour of the shader used to render the light wireframe defaults
to white and changes with the _color key.
mod - test/Entity.cpp Diff File

master e52ceae8

12.02.2021 20:18

orbweaver


Details Diff
Add test for light wireframe shader

Since the Shader interface doesn't expose very much information that can be
examined in tests, the shader system now attaches an internal dummy Material to
any shader which doesn't have a Material of its own. Currently this internal
Material only exposes the name used to construct the shader, and it is this
which is tested to confirm that the light wireframe shader matches the
editor_color value.

In order to make it easier to construct this new InternalMaterial class, all
public virtuals on the Material interface are now non-pure, with empty default
implementations. This in turn required a couple of method signatures to be
changed to return by value rather than by const reference.
mod - include/ieclasscolours.h Diff File
mod - include/ishaders.h Diff File
mod - libs/wxutil/preview/GuiRenderer.cpp Diff File
mod - radiantcore/eclass/EClassColourManager.cpp Diff File
mod - radiantcore/eclass/EClassColourManager.h Diff File
mod - radiantcore/eclass/EClassManager.cpp Diff File
mod - radiantcore/model/export/WavefrontExporter.cpp Diff File
mod - radiantcore/rendersystem/backend/OpenGLShader.cpp Diff File
mod - radiantcore/shaders/CShader.cpp Diff File
mod - radiantcore/shaders/CShader.h Diff File
mod - test/Entity.cpp Diff File
mod - test/Materials.cpp Diff File
 First  Prev  1 2 3 ... 30 ... 60 ... 90 ... 120 ... 150 ... 155 156 157 158 159 160 161 ... 180 ... 210 ... 240 ... 260 261 262  Next  Last