Changesets: DarkRadiant

defparser 95041102

07.08.2022 05:20

greebo


Details Diff
0006031: Implement DeclarationManager::removeDeclarationFromFile, this doesn't deal with leading comments yet Affected Issues
0006031
mod - libs/decl/SpliceHelper.h Diff File
mod - radiantcore/decl/DeclarationManager.cpp Diff File
mod - radiantcore/decl/DeclarationManager.h Diff File
mod - test/DeclManager.cpp Diff File

defparser d278b4c3

07.08.2022 04:15

greebo


Details Diff
0006031: More decl removal unit test cases Affected Issues
0006031
mod - test/DeclManager.cpp Diff File
mod - test/MaterialExport.cpp Diff File
mod - test/algorithm/FileUtils.h Diff File
mod - test/resources/tdm/testdecls/removal_tests.decl Diff File

defparser 6b45cdaf

07.08.2022 03:35

greebo


Details Diff
0006031: Start writing unit tests to cover the desired behaviour of IDeclarationManager::removeDeclaration Affected Issues
0006031
mod - include/ideclmanager.h Diff File
mod - test/DeclManager.cpp Diff File
add - test/resources/tdm/testdecls/removal_tests.decl Diff File

master 1591dba3

06.08.2022 15:07

greebo


Details Diff
0006050: MaterialPreview is automatically detecting skybox materials which are applied to the background instead.
A toggle tool button can be used to swap the background material with the object's.
Affected Issues
0006050
add - install/bitmaps/swap_background.png Diff File
mod - radiant/ui/materials/editor/MaterialPreview.cpp Diff File
mod - radiant/ui/materials/editor/MaterialPreview.h Diff File

master 41168c08

06.08.2022 13:55

greebo


Details Diff
0006042: Test Sphere uses smoothed normals now Affected Issues
0006042
mod - install/resources/preview/sphere.ase Diff File

master 4d93238d

06.08.2022 11:00

greebo


Details Diff
0006043: If there's a diffuse stage, link it to the editor preview shader pass. It will inherit texture matrix calculations from the diffuse layer. Affected Issues
0006043
mod - radiantcore/rendersystem/backend/OpenGLShader.cpp Diff File

master 278ad3de

06.08.2022 08:56

greebo


Details Diff
0006053: Fix regular stage shader program, it previously ignored the incoming object and model view transforms Affected Issues
0006053
mod - install/gl/regular_stage_vp.glsl Diff File

master 094b5b78

06.08.2022 08:49

greebo


Details Diff
0006059: Let shader stages evaluate their registers before deciding on their active state Affected Issues
0006059
mod - radiantcore/rendersystem/backend/LightingModeRenderer.cpp Diff File

master 574a3b4c

06.08.2022 08:42

greebo


Details Diff
0006045: Remember lighting mode setting Affected Issues
0006045
mod - radiant/ui/materials/editor/MaterialPreview.cpp Diff File

master 717facd6

06.08.2022 08:39

greebo


Details Diff
0006045: Remember view origin and angles Affected Issues
0006045
mod - libs/wxutil/preview/RenderPreview.cpp Diff File
mod - libs/wxutil/preview/RenderPreview.h Diff File
mod - radiant/ui/materials/editor/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/editor/MaterialPreview.cpp Diff File

master 532855b4

06.08.2022 08:27

greebo


Details Diff
0006045: Fix a problem setting the test model type using the tool buttons Affected Issues
0006045
mod - radiant/ui/materials/editor/MaterialPreview.cpp Diff File

master 027cb573

06.08.2022 08:07

greebo


Details Diff
0006045: Save/restore a few MaterialEditor settings Affected Issues
0006045
mod - radiant/ui/materials/editor/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/editor/MaterialEditor.h Diff File
mod - radiant/ui/materials/editor/MaterialPreview.cpp Diff File
mod - radiant/ui/materials/editor/MaterialPreview.h Diff File

master 9115f4ca

06.08.2022 06:46

greebo


Details Diff
0006045: Add method to define the render mode at widget construction time, before any render context is available.
Calling RenderPreview::setLightingModeEnabled() too early causes openGL errors when compiling the shader programs.
Affected Issues
0006045
mod - libs/wxutil/preview/RenderPreview.cpp Diff File
mod - libs/wxutil/preview/RenderPreview.h Diff File

master 3f7a8ea5

06.08.2022 05:49

greebo


Details Diff
0006046: Fix texture matrix leak, reset to identity before drawing the image thumbnails Affected Issues
0006046
mod - radiant/ui/materials/editor/TexturePreview.h Diff File

master 763e80c2

06.08.2022 05:05

greebo


Details Diff
0006057: Light Texture Preview should display editor image if present Affected Issues
0006057
mod - radiant/ui/common/TexturePreviewCombo.cpp Diff File

master 7c921569

06.08.2022 04:56

greebo


Details Diff
0006056: Keep an existing frob-highlight stage up to date when changing the diffusemap texture Affected Issues
0006056
mod - radiant/ui/materials/editor/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/editor/MaterialEditor.h Diff File

master 86887433

06.08.2022 04:27

greebo


Details Diff
0006049: Prompt the user whether to save unsaved modifications to materials when hitting ESC. Affected Issues
0006049
mod - radiant/ui/materials/editor/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/editor/MaterialEditor.h Diff File

master e285ae35

06.08.2022 04:14

greebo


Details Diff
0006051: Pre-select the global settings entry in the stage list when a new material is selected Affected Issues
0006051
mod - libs/wxutil/dataview/TreeModel.cpp Diff File
mod - libs/wxutil/dataview/TreeModel.h Diff File
mod - radiant/ui/materials/editor/MaterialEditor.cpp Diff File

master 0e4fc6d9

05.08.2022 17:06

greebo


Details Diff
0006052: MaterialSourceGenerator is now able to use DECAL_MACRO if the material settings are applicable Affected Issues
0006052
mod - radiantcore/shaders/MaterialSourceGenerator.cpp Diff File
mod - test/MaterialExport.cpp Diff File

master 42cb7ae5

05.08.2022 16:58

greebo


Details Diff
0006052: ShaderTemplate is re-evaluating macro usage on certain changes Affected Issues
0006052
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.h Diff File
mod - test/MaterialExport.cpp Diff File

master d726870d

05.08.2022 16:05

greebo


Details Diff
0006052: Add the unit test checking the DECAL_MACRO occurrences when exporting materials Affected Issues
0006052
mod - test/MaterialExport.cpp Diff File

master 0b4ce057

05.08.2022 14:23

greebo


Details Diff
0006052: DecalInfo RGB start/end values can be modified now Affected Issues
0006052
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/editor/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/editor/MaterialEditor.h Diff File

master 7674467e

05.08.2022 13:21

greebo


Details Diff
0006052: DecalInfo controls are sensitive now. Add bindings to read/write the stay and fade time values. Affected Issues
0006052
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File
mod - radiant/ui/materials/editor/MaterialEditor.cpp Diff File
mod - radiant/ui/materials/editor/MaterialEditor.h Diff File

master 976bcb55

05.08.2022 12:16

greebo


Details Diff
0006052: Implement the ShaderTemplate::setDecalInfo logic Affected Issues
0006052
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.h Diff File
mod - test/MaterialExport.cpp Diff File

master 060ce315

05.08.2022 12:12

greebo


Details Diff
0006052: Extend Material script interface to include setDecalInfo Affected Issues
0006052
mod - plugins/script/interfaces/ShaderSystemInterface.cpp Diff File
mod - plugins/script/interfaces/ShaderSystemInterface.h Diff File
 First  Prev  1 2 3 ... 30 ... 39 40 41 42 43 44 45 ... 60 ... 90 ... 120 ... 150 ... 180 ... 210 ... 240 ... 261 262 263  Next  Last