Changesets: DarkRadiant
|
master 3bf7f42c 18.08.2022 17:32 Details Diff |
0006064: Ensure the selected skin item is visible in the tree view |
Affected Issues 0006064 |
|
| mod - radiant/ui/common/SkinChooser.cpp | Diff File | ||
| mod - radiant/ui/common/SkinChooser.h | Diff File | ||
|
master 541f2638 18.08.2022 17:22 Details Diff |
0006062: Don't clear s_min/s_max on speakers if the values match the sound shader declaration, unconditionally write the radii to the entity key values. |
Affected Issues 0006062 |
|
| mod - radiantcore/entity/speaker/SpeakerNode.cpp | Diff File | ||
|
master 0a01a20d 18.08.2022 17:18 Details Diff |
0006062: Add unit test covering speaker creation and move operation |
Affected Issues 0006062 |
|
| mod - test/Entity.cpp | Diff File | ||
| mod - test/resources/tdm/sound/parsing_test.sndshd | Diff File | ||
|
master da7c6e03 18.08.2022 16:45 Details Diff |
Normalize script EOL style | ||
| mod - install/scripts/commands/count_loot.py | Diff File | ||
|
master 598d7a14 18.08.2022 16:43 Details Diff |
Merge remote-tracking branch 'remotes/orbweaver/master' | ||
| mod - .gitattributes | Diff File | ||
| add - doc/img/AddRemovePatchControlPoints.png | Diff File | ||
| mod - doc/manual.adoc | Diff File | ||
| mod - install/menu.xml | Diff File | ||
| mod - radiantcore/patch/PatchModule.cpp | Diff File | ||
|
master b95bdc93 18.08.2022 16:36 Details Diff |
0006066: Add unit test covering the ShaderBreakdown counts |
Affected Issues 0006066 |
|
| mod - libs/scene/ShaderBreakdown.h | Diff File | ||
| mod - test/CMakeLists.txt | Diff File | ||
| add - test/SceneStatistics.cpp | Diff File | ||
| add - test/resources/tdm/maps/material_usage.map | Diff File | ||
| mod - tools/msvc/Tests/Tests.vcxproj | Diff File | ||
| mod - tools/msvc/Tests/Tests.vcxproj.filters | Diff File | ||
|
master bc14cc3c 18.08.2022 16:06 Details Diff |
0006066: Fix a dependency problem leading to crashes at startup |
Affected Issues 0006066 |
|
| mod - radiantcore/rendersystem/OpenGLRenderSystem.cpp | Diff File | ||
|
master 79c9aff6 17.08.2022 20:11 Details Diff |
Set export-ignore on .gitattributes This may help with downstream Debian packaging which has problems if our .gitattributes interferes with the local repo being used for the build itself. |
||
| mod - .gitattributes | Diff File | ||
|
master dfc32a02 17.08.2022 19:57 Details Diff |
0000401: document patch control point Insert/Extend/Delete menu options |
Affected Issues 0000401 |
|
| add - doc/img/AddRemovePatchControlPoints.png | Diff File | ||
| mod - doc/manual.adoc | Diff File | ||
|
master b807de66 16.08.2022 19:48 Details Diff |
0000401: all remaining Patch modifier commands require a selection |
Affected Issues 0000401 |
|
| mod - radiantcore/patch/PatchModule.cpp | Diff File | ||
|
master be1facd4 16.08.2022 19:37 Details Diff |
0000401: Patch/Append submenu renamed to Extend "Append" generally means "add to the end", making "append at the beginning" something of a contradiction. It took some experimentation to work out the difference between "append at the beginning" and "insert at the beginning". Hopefully the wording now makes the distinction clear between "inserting" (adding rows/cols without changing the patch shape) and "extending" (adding new rows/cols and making the patch larger). |
Affected Issues 0000401 |
|
| mod - install/menu.xml | Diff File | ||
|
master a49c9f16 16.08.2022 19:32 Details Diff |
0000401: Patch/Delete and Append commands disabled without selected patch |
Affected Issues 0000401 |
|
| mod - radiantcore/patch/PatchModule.cpp | Diff File | ||
|
master c7ce94f0 15.08.2022 19:20 Details Diff |
0006066: Tweak dialog size and strings |
Affected Issues 0006066 |
|
| mod - radiant/ui/mapinfo/MapInfoDialog.cpp | Diff File | ||
| mod - radiant/ui/mapinfo/ShaderInfoTab.cpp | Diff File | ||
|
master 3a22b63c 15.08.2022 19:18 Details Diff |
0006066: Extend ShaderBreakdown to include models and particle materials |
Affected Issues 0006066 |
|
| mod - libs/scene/ShaderBreakdown.h | Diff File | ||
| mod - radiant/ui/mapinfo/MapInfoDialog.cpp | Diff File | ||
| mod - radiant/ui/mapinfo/ShaderInfoTab.cpp | Diff File | ||
| mod - radiant/ui/mapinfo/ShaderInfoTab.h | Diff File | ||
|
master 83813e96 15.08.2022 17:39 Details Diff |
0006000: Fix vertex colour blending mode not being propagated to blend passes |
Affected Issues 0006000 |
|
| mod - radiantcore/rendersystem/backend/OpenGLShader.cpp | Diff File | ||
|
master 20aa1971 15.08.2022 15:37 Details Diff |
0006061: ParticleNode will react to visibility changes. |
Affected Issues 0006061 |
|
| mod - radiantcore/particles/ParticleNode.cpp | Diff File | ||
| mod - radiantcore/particles/ParticleNode.h | Diff File | ||
|
master 127ed356 15.08.2022 15:22 Details Diff |
0005988: Let the RenderableArrow start at the center of the entity's visible bounding box. |
Affected Issues 0005988 |
|
| mod - radiantcore/entity/RenderableArrow.cpp | Diff File | ||
|
master 7ee4cbe3 15.08.2022 15:10 Details Diff |
0005988: The RenderableBox renderable should take the local bounds origin into account, it's not always located at 0,0,0. (This is related to a change in 0005968.) The visible Entity Boxes are not necessarily centered at the value of their origin key, they are offset using editor_mins and editor_maxs vectors that are not necessarily symmetric. |
Affected Issues 0005968, 0005988 |
|
| mod - libs/render/RenderableBox.h | Diff File | ||
| mod - radiantcore/entity/generic/GenericEntityNode.cpp | Diff File | ||
|
master 8799d29f 15.08.2022 13:16 Details Diff |
0006054: Update the target text entry control only if the value actually changed. This prevents materials from being flagged as modified even though the user was just looking around. |
Affected Issues 0006054 |
|
| mod - radiant/ui/common/ImageFileSelector.cpp | Diff File | ||
|
master 134d63a5 15.08.2022 12:50 Details Diff |
0006030: Remove an assert that fires when parsing an invalid shader expression in material stages. This is user input and can occur rather frequently when manually editing materials. |
Affected Issues 0006030 |
|
| mod - radiantcore/shaders/ShaderExpression.cpp | Diff File | ||
|
master a5a058e4 15.08.2022 12:35 Details Diff |
0006030: Add a negative unit test case covering IMaterial::updateFromSourceText |
Affected Issues 0006030 |
|
| mod - test/Materials.cpp | Diff File | ||
|
master 2205cf80 15.08.2022 12:18 Details Diff |
0006030: It's now possible to edit the source text of the material. Changes will be propagated in either direction. |
Affected Issues 0006030 |
|
| mod - radiant/ui/materials/editor/MaterialEditor.cpp | Diff File | ||
| mod - radiant/ui/materials/editor/MaterialEditor.h | Diff File | ||
| mod - radiantcore/shaders/CShader.cpp | Diff File | ||
|
master 7371d9a4 15.08.2022 11:53 Details Diff |
0006030: First rough implementation of Material::updateFromSourceText |
Affected Issues 0006030 |
|
| mod - include/ishaders.h | Diff File | ||
| mod - libs/decl/DeclarationBase.h | Diff File | ||
| mod - radiantcore/shaders/CShader.cpp | Diff File | ||
| mod - test/Materials.cpp | Diff File | ||
|
master 1144892e 15.08.2022 07:00 Details Diff |
0006030: Set up event handling in the Material Editor, to prevent feedback loops and modification flags being set all the time. |
Affected Issues 0006030 |
|
| mod - include/ishaders.h | Diff File | ||
| mod - radiant/ui/materials/editor/MaterialEditor.cpp | Diff File | ||
| mod - radiant/ui/materials/editor/MaterialEditor.h | Diff File | ||
| mod - radiantcore/shaders/CShader.cpp | Diff File | ||
| mod - radiantcore/shaders/CShader.h | Diff File | ||
|
master 28108468 15.08.2022 06:23 Details Diff |
0006030: Add interface to update a material from a given source text. When the source view contents in the MaterialEditor changes, the material will try to update itself from the source. Fix a crash when trying to acquire an editable shader layer with the "Global Settings" item selected. |
Affected Issues 0006030 |
|
| mod - include/ishaders.h | Diff File | ||
| mod - libs/wxutil/sourceview/SourceView.cpp | Diff File | ||
| mod - radiant/ui/materials/editor/MaterialEditor.cpp | Diff File | ||
| mod - radiant/ui/materials/editor/MaterialEditor.h | Diff File | ||
| mod - radiantcore/shaders/CShader.cpp | Diff File | ||
| mod - radiantcore/shaders/CShader.h | Diff File | ||