Changesets: DarkRadiant

master ff155331

01.03.2022 16:06

greebo


Details Diff
0005822: OrthoContextMenu item "Create Entity" is switching to "Convert to Entity" if there's a non-empty selection Affected Issues
0005822
mod - libs/wxutil/menu/IconTextMenuItem.h Diff File
mod - radiant/ui/ortho/OrthoContextMenu.cpp Diff File
mod - radiant/ui/ortho/OrthoContextMenu.h Diff File

master 91e75cb3

01.03.2022 14:34

greebo


Details Diff
0005897: Fix mouse tool mapping loading code. It should not consider mappings from other groups. Simplify the loading algorithm a bit. Affected Issues
0005897
mod - radiant/eventmanager/MouseToolManager.cpp Diff File
mod - radiant/eventmanager/MouseToolManager.h Diff File

master 81dd9d64

01.03.2022 13:52

greebo


Details Diff
0005897: Fix mouse tool mapping group name not being saved correctly to input.xml Affected Issues
0005897
mod - radiant/eventmanager/MouseToolManager.cpp Diff File

master 8319ffa0

01.03.2022 13:03

greebo


Details Diff
0005908: RenderPreview invokes renderLitScene if lighting is enabled. Pass the view origin to the renderer. Affected Issues
0005908
mod - libs/render/NopRenderView.h Diff File
mod - libs/wxutil/preview/RenderPreview.cpp Diff File

master f1c13d8f

01.03.2022 12:32

greebo


Details Diff
0005908: SurfaceRenderer is now using the same GL draw call sequence as the LightingModeRenderer. Minor refactoring. Affected Issues
0005908
mod - libs/wxutil/preview/RenderPreview.cpp Diff File
mod - radiant/ui/materials/editor/MaterialPreview.cpp Diff File
mod - radiantcore/rendersystem/backend/ObjectRenderer.cpp Diff File
mod - radiantcore/rendersystem/backend/SurfaceRenderer.h Diff File

master 1821f720

01.03.2022 11:48

greebo


Details Diff
0005858: Select the replacement node in the scene, this also fixes the unit tests. Affected Issues
0005858
mod - radiantcore/map/algorithm/Export.cpp Diff File

master 8c88660b

01.03.2022 11:28

greebo


Details Diff
Update a face's solid renderable unconditionally, we need it for highlight rendering. There are cases where just the parent entity is selected.
mod - radiantcore/brush/BrushNode.cpp Diff File

master 7904c3e6

01.03.2022 11:14

greebo


Details Diff
0005873: All sprS_* key values should be recognised as classname typed Affected Issues
0005873
mod - install/games/darkmod.game Diff File

master 14ec85b1

01.03.2022 11:05

greebo


Details Diff
0005858: When exporting models, create an entity of the same class as the last selected entity Affected Issues
0005858
mod - radiantcore/map/algorithm/Export.cpp Diff File

master 7e506bd7

01.03.2022 09:44

greebo


Details Diff
0005858: Expand existing unit test to use a source classname other than func_static Affected Issues
0005858
mod - test/ModelExport.cpp Diff File

master 672e0dff

01.03.2022 09:06

greebo


Details Diff
0005864: Remove superfluous size call Affected Issues
0005864
mod - libs/wxutil/preview/GuiView.cpp Diff File
mod - plugins/dm.editing/MissionInfoGuiView.cpp Diff File

master a2dd94ba

01.03.2022 07:31

greebo


Details Diff
0005864: Fix crashes when opening the mission info edit dialog.
Some tokens were unsupported by the parser, and one windowDef has been removed from the TDM main menu.
Affected Issues
0005864
mod - plugins/dm.editing/MissionInfoGuiView.cpp Diff File
mod - plugins/dm.gui/gui/GuiWindowDef.cpp Diff File

master 9ae183ab

28.02.2022 17:31

greebo


Details Diff
0005848: Try to fix compilation in Linux Affected Issues
0005848
mod - libs/wxutil/preview/RenderPreview.cpp Diff File

master 3e7a8d16

28.02.2022 17:25

greebo


Details Diff
0005848: Display the current frame and the total number of frames in the animation preview Affected Issues
0005848
mod - libs/wxutil/preview/RenderPreview.cpp Diff File
mod - libs/wxutil/preview/RenderPreview.h Diff File
mod - radiant/ui/animationpreview/AnimationPreview.cpp Diff File
mod - radiant/ui/animationpreview/AnimationPreview.h Diff File

master 9d5f85b9

28.02.2022 17:07

greebo


Details Diff
0005849: Add spin control to select a specific frame in an animated preview Affected Issues
0005849
mod - install/ui/renderpreview.fbp Diff File
mod - install/ui/renderpreview.xrc Diff File
mod - libs/wxutil/XmlResourceBasedWidget.h Diff File
mod - libs/wxutil/preview/RenderPreview.cpp Diff File
mod - libs/wxutil/preview/RenderPreview.h Diff File

master ab8d7fec

28.02.2022 12:16

greebo


Details Diff
0005847: Fix crash due to double-freeing the credentials.
libgit2 will keep asking the user code for credentials, and it will be freeing it after every use, so we can't deliver the same instance again.
Affected Issues
0005847
mod - plugins/vcs/Remote.h Diff File

master 40f6a80c

28.02.2022 11:48

greebo


Details Diff
0005840: Take out a couple of verbose log messages Affected Issues
0005840
mod - plugins/vcs/Repository.cpp Diff File

master 8e18133d

28.02.2022 11:42

greebo


Details Diff
0005840: Show proper error message when no remote is configured Affected Issues
0005840
mod - plugins/vcs/Algorithm.h Diff File
mod - plugins/vcs/Repository.cpp Diff File

master 0988f7a0

28.02.2022 10:06

greebo


Details Diff
0005840: Fix crashes when dealing with empty repositories Affected Issues
0005840
mod - plugins/vcs/Algorithm.h Diff File
mod - plugins/vcs/Repository.cpp Diff File

master 5cd0c6b4

28.02.2022 06:09

greebo


Details Diff
0005841: Save and restore the state of all floating ortho views when using Docking layout Affected Issues
0005841
mod - install/user.xml Diff File
mod - radiant/ui/mainframe/AuiLayout.cpp Diff File
mod - radiant/xyview/GlobalXYWnd.cpp Diff File

master aaf11c44

28.02.2022 03:49

greebo


Details Diff
0005846: Fix texture being messed up by 90 degree rotations of brushes. Freezetransform is triggering a second evaluation of the current transformation (which is identity) - this was messing up the texDefTransformed() algorithm since the winding vertices were still at the old position. The face normal ended up being parallel to the face plane. The quick solution here is to ignore identity transforms in Face::transform. Affected Issues
0005846
mod - radiantcore/brush/BrushNode.cpp Diff File
mod - test/TextureManipulation.cpp Diff File

master 78e97bb7

27.02.2022 15:20

greebo


Details Diff
0005846: Add unit test covering the problem Affected Issues
0005846
mod - test/TextureManipulation.cpp Diff File
add - test/resources/tdm/maps/rotate_with_texlock.map Diff File

master 5a6ddba5

27.02.2022 08:51

greebo


Details Diff
0005829: Cleanup inherited spawnargs before adding the current set.
When directly switching from one entity to another, the selection still qualifies to show inherited spawnargs, but we need to remove the old ones first.
Affected Issues
0005829
mod - radiant/ui/einspector/EntityInspector.cpp Diff File

master 06ea1fcf

27.02.2022 08:04

greebo


Details Diff
0005844: When looking for matching skins, use the entity key the ModelPropertyEditor has been attached to first. Fallback to "model" if nothing can be found. Affected Issues
0005844
mod - radiant/ui/einspector/ModelPropertyEditor.cpp Diff File

master 9fe71508

27.02.2022 07:36

greebo


Details Diff
0005831: Sanitise the scroll position after entering a search term, it might be too large and be hiding the remaining visible tiles. Affected Issues
0005831
mod - radiant/ui/texturebrowser/TextureBrowser.cpp Diff File
 First  Prev  1 2 3 ... 30 ... 60 ... 69 70 71 72 73 74 75 ... 90 ... 120 ... 150 ... 180 ... 210 ... 240 ... 264 265 266  Next  Last