Changesets: DarkRadiant
master 8bc399d9 19.08.2022 10:32 Details Diff |
0006014: Don't stop after refreshing the first model |
Affected Issues 0006014 |
|
mod - radiantcore/map/algorithm/Models.cpp | Diff File | ||
master 4ed2032c 19.08.2022 10:31 Details Diff |
0006014: Extend the existing unit test to cover multiple entities in the same map to be refreshed |
Affected Issues 0006014 |
|
mod - test/ModelExport.cpp | Diff File | ||
master 1e68eece 19.08.2022 10:21 Details Diff |
0006012: Formatting and text |
Affected Issues 0006012 |
|
mod - install/ui/exportasmodeldialog.fbp | Diff File | ||
mod - install/ui/exportasmodeldialog.xrc | Diff File | ||
mod - radiant/ui/modelexport/ExportAsModelDialog.cpp | Diff File | ||
master ace1fd19 19.08.2022 10:15 Details Diff |
0006011: Fix center around entity origin option not being considered. Add unit test. |
Affected Issues 0006011 |
|
mod - radiant/ui/modelexport/ExportAsModelDialog.cpp | Diff File | ||
mod - radiantcore/map/algorithm/Export.cpp | Diff File | ||
mod - test/ModelExport.cpp | Diff File | ||
master ac3fdea6 19.08.2022 06:27 Details Diff |
0006012: Convert export origin option to radio button group. This also resolves 0006015 |
Affected Issues 0006012, 0006015 |
|
mod - include/version.h | Diff File | ||
mod - install/ui/exportasmodeldialog.fbp | Diff File | ||
mod - install/ui/exportasmodeldialog.xrc | Diff File | ||
mod - radiant/ui/modelexport/ExportAsModelDialog.cpp | Diff File | ||
mod - radiant/ui/modelexport/ExportAsModelDialog.h | Diff File | ||
master f88fc4af 19.08.2022 04:01 Details Diff |
0006065: Adjust Skin remap implementation to consider wildcards and the exact order of the remaps as defined in the declaration block. |
Affected Issues 0006065 |
|
mod - radiantcore/skins/Doom3ModelSkin.h | Diff File | ||
master 4b07135f 19.08.2022 03:53 Details Diff |
0006065: Add failing unit tests checking the desired behaviour |
Affected Issues 0006065 |
|
mod - test/Skin.cpp | Diff File | ||
mod - test/resources/tdm/skins/test_skins.skin | Diff File | ||
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 |