Changesets: DarkRadiant

master 4b389014

01.01.2023 17:41

greebo


Details Diff
0006212: Add test materials featuring the new keywords and skeleton unit tests Affected Issues
0006212
mod - test/Materials.cpp Diff File
add - test/resources/tdm/materials/frobstage.mtr Diff File

master cb58e18f

01.01.2023 14:30

greebo


Details Diff
0006185: Restrict the maximum offset to the buffer size just to be safe Affected Issues
0006185
mod - libs/render/ContinuousBuffer.h Diff File

master 1176b6e5

01.01.2023 14:28

greebo


Details Diff
0006185: Prevent modified chunk info from exceeding a slot's boundaries Affected Issues
0006185
mod - libs/render/ContinuousBuffer.h Diff File

master 9722a076

01.01.2023 14:23

greebo


Details Diff
Revert "0006185: Add my personal debugging code only to have it stored in git history"

This reverts commit eac000ee00ee3a947cbbf527582a470c67ef5b87.
Affected Issues
0006185
mod - libs/render/ContinuousBuffer.h Diff File

master eac000ee

01.01.2023 14:23

greebo


Details Diff
0006185: Add my personal debugging code only to have it stored in git history Affected Issues
0006185
mod - libs/render/ContinuousBuffer.h Diff File

master 3796ac3f

01.01.2023 13:57

greebo


Details Diff
0006185: Add a size check to the GL BufferObject wrapper Affected Issues
0006185
mod - radiantcore/rendersystem/backend/BufferObjectProvider.h Diff File

master 262b5c0e

01.01.2023 07:02

greebo


Details Diff
0006185: Verify uploaded geometry after syncing the buffer objects Affected Issues
0006185
mod - include/igeometrystore.h Diff File
mod - libs/render/ContinuousBuffer.h Diff File
mod - libs/render/RenderVertex.h Diff File
mod - radiantcore/rendersystem/backend/BufferObjectProvider.h Diff File
mod - test/testutil/TestBufferObjectProvider.h Diff File

master 916df97d

31.12.2022 07:31

greebo


Details Diff
0006176: Prevent EntityPreview base from resetting the view position on every model selection.

Virtualise this step and override this in the ModelPreview to have
control over when this happens and which bounds to use.
Affected Issues
0006176
mod - libs/wxutil/preview/EntityPreview.cpp Diff File
mod - libs/wxutil/preview/EntityPreview.h Diff File
mod - libs/wxutil/preview/ModelPreview.cpp Diff File
mod - libs/wxutil/preview/ModelPreview.h Diff File

master 2cb946db

31.12.2022 06:34

greebo


Details Diff
0006183: Add "Assign silence" button to SoundPropertyEditor Affected Issues
0006183
add - install/bitmaps/icon_sound_mute.png Diff File
mod - radiant/ui/einspector/SoundPropertyEditor.cpp Diff File
mod - radiant/ui/einspector/SoundPropertyEditor.h Diff File

master b112efd0

31.12.2022 06:10

greebo


Details Diff
0006180: Copy Resource Path context menu item should copy the decl name Affected Issues
0006180
mod - libs/wxutil/dataview/DeclarationTreeView.cpp Diff File
mod - libs/wxutil/dataview/DeclarationTreeView.h Diff File

master b3a713e3

30.12.2022 18:04

greebo


Details Diff
0006201: Change "Reload Skins" button in ModelSelector to "Reload Decls"

It has already been doing this in the background, so there's no change in functionality.
Affected Issues
0006201
mod - install/ui/modelselector.fbp Diff File
mod - install/ui/modelselector.xrc Diff File
mod - radiant/ui/modelselector/ModelSelector.cpp Diff File

master 03d4e98b

30.12.2022 14:46

greebo


Details Diff
0006181: Skip hidden decls in DeclarationTreePopulator Affected Issues
0006181
mod - libs/wxutil/dataview/ThreadedDeclarationTreePopulator.h Diff File

master e6304ab8

30.12.2022 08:05

greebo


Details Diff
0006189: Clear the syntax block invalidated flag when a new block has been assigned.

Also ensure the base methods are invoked in all overrides.
Affected Issues
0006189
mod - libs/decl/EditableDeclaration.h Diff File
mod - radiantcore/eclass/EntityClass.cpp Diff File
mod - radiantcore/particles/ParticleDef.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - test/DeclManager.cpp Diff File

master 57a3085b

30.12.2022 07:47

greebo


Details Diff
0006189: Clear material description before reparsing Affected Issues
0006189
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File

master 0880f5e6

30.12.2022 07:45

greebo


Details Diff
0006189: Update the editor image before emitting the material changed signal Affected Issues
0006189
mod - radiantcore/shaders/CShader.cpp Diff File

master 701fcd84

30.12.2022 07:44

greebo


Details Diff
0006189: One more unit test exposing the problem that the material changed handler is fired before the editor image is changed Affected Issues
0006189
mod - test/Materials.cpp Diff File

master ce599a9a

30.12.2022 07:05

greebo


Details Diff
0006189: Add another unit test checking that the material description is cleared before reparsing it Affected Issues
0006189
mod - test/Materials.cpp Diff File

master b6411c27

30.12.2022 06:57

greebo


Details Diff
0006189: Add first unit test checking the root cause Affected Issues
0006189
mod - test/DeclManager.cpp Diff File

master ca2c5e14

26.12.2022 18:52

greebo


Details Diff
0006199: ModelSelector actively connects the MaterialsList toggle event to the scene::INode in the ModelPreview to trigger a refresh of its renderable geometry Affected Issues
0006199
mod - radiant/ui/modelselector/ModelSelector.cpp Diff File
mod - radiant/ui/modelselector/ModelSelector.h Diff File

master 87b521ff

26.12.2022 17:23

greebo


Details Diff
Fix material editor test model not rotating
mod - radiant/ui/materials/editor/MaterialPreview.cpp Diff File

master cb8cf727

26.12.2022 16:52

greebo


Details Diff
0006195: Fix crash when trying to apply an anim to the null model Affected Issues
0006195
mod - libs/entitylib.h Diff File

API b87f4a61

26.12.2022 11:49

greebo


Details Diff
Use the Github API token if available
mod - .github/workflows/build.yml Diff File
mod - tools/scripts/download_windeps.ps1 Diff File

master ddb4f561

26.12.2022 11:49

greebo


Details Diff
Use the Github API token if available
mod - .github/workflows/build.yml Diff File
mod - tools/scripts/download_windeps.ps1 Diff File

master d0af9d28

26.12.2022 09:07

greebo


Details Diff
0006178: Loading bitmaps through wxBitmap::LoadFile is not working in Windows, it's always sticking to the BMP handler it seems. Affected Issues
0006178
mod - radiant/RadiantApp.cpp Diff File

master 51c3bd61

26.12.2022 05:33

greebo


Details Diff
0006178: Update VC++ project Affected Issues
0006178
mod - tools/msvc/wxutillib.vcxproj Diff File
mod - tools/msvc/wxutillib.vcxproj.filters Diff File
 First  Prev  1 2 3 ... 5 6 7 8 9 10 11 ... 30 ... 60 ... 90 ... 120 ... 150 ... 180 ... 210 ... 240 ... 260 261 262  Next  Last