Changesets: DarkRadiant

ci 618d7958

16.04.2021 03:41

greebo


Details Diff
Update release packaging script to have more control about which artifacts to create.
Create portable package at the end of the build step
mod - .github/workflows/msbuild.yml Diff File
mod - tools/scripts/compile_release_package.ps1 Diff File

ci a745839e

16.04.2021 03:21

greebo

Committer: GitHub


Details Diff
Update msbuild.yml
mod - .github/workflows/msbuild.yml Diff File

ci eadb245f

16.04.2021 02:57

greebo

Committer: GitHub


Details Diff
Update msbuild.yml
mod - .github/workflows/msbuild.yml Diff File

ci 28f937ff

16.04.2021 02:46

greebo

Committer: GitHub


Details Diff
Run vstest.console with gtest adpater
mod - .github/workflows/msbuild.yml Diff File

ci e1cd8f1f

16.04.2021 02:25

greebo

Committer: GitHub


Details Diff
Setup msbuild action
add - .github/workflows/msbuild.yml Diff File

master 491858cb

15.04.2021 20:10

orbweaver


Details Diff
Move Vector3::getSnapped() out of class

This method (not to be confused with the other getSnapped() which takes a
numeric parameter) was only called in a single place in selection::algorithm.
Instead of being a public member of BasicVector3, it is now defined locally as
snapToInt() near the point of use.
mod - libs/math/Vector3.h Diff File
mod - radiantcore/selection/algorithm/General.cpp Diff File

master 7bc08e69

15.04.2021 19:53

orbweaver


Details Diff
Slight refactor of Vector3::angle()

Use std::clamp() instead of manual logic to clamp the dot product to [-1, 1];
skip the second template parameter.
mod - libs/math/Vector3.h Diff File
mod - plugins/script/interfaces/MathInterface.cpp Diff File

master ba9e5bba

15.04.2021 19:37

orbweaver


Details Diff
Add unit test for Vector3::angle() method
mod - test/math/Vector.cpp Diff File

master 4b5ecaa4

15.04.2021 17:36

greebo


Details Diff
0005590: ASE importer is ignoring the *MATERIAL_COUNT now, like the engine loader Affected Issues
0005590
mod - radiantcore/model/import/AseModel.cpp Diff File
mod - test/Models.cpp Diff File

master 0a468b1c

15.04.2021 17:28

greebo


Details Diff
0005590: Add unit test checking the ability to import an ASE with *MATERIAL_COUNT set to 3, even though its *MATERIAL_LIST contains 4 blocks. Affected Issues
0005590
mod - test/Models.cpp Diff File
mod - test/resources/tdm/test_models.pk4 Diff File

master 590886e2

15.04.2021 16:44

greebo


Details Diff
0005589: Fix a problem when reparsing complex map expressions due to inconsistent tokeniser delimiters. Affected Issues
0005589
mod - libs/parser/DefTokeniser.h Diff File
mod - radiantcore/shaders/MapExpression.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.cpp Diff File
mod - radiantcore/shaders/ShaderTemplate.h Diff File

master eec691dc

15.04.2021 16:27

greebo


Details Diff
0005589: Add tooltip Affected Issues
0005589
mod - install/ui/materialeditor.fbp Diff File
mod - install/ui/materialeditor.xrc Diff File

master 03791b14

15.04.2021 16:26

greebo


Details Diff
0005589: Add "Reload Images" button to Material Editor. Affected Issues
0005589
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 6d08c905

15.04.2021 16:19

greebo


Details Diff
0005589: Add interface to reload images of a specific material on demand. Affected Issues
0005589
mod - include/ishaders.h Diff File
mod - radiantcore/shaders/CShader.cpp Diff File
mod - radiantcore/shaders/CShader.h Diff File
mod - radiantcore/shaders/Doom3ShaderLayer.cpp Diff File
mod - radiantcore/shaders/Doom3ShaderLayer.h Diff File
mod - radiantcore/shaders/textures/GLTextureManager.cpp Diff File
mod - radiantcore/shaders/textures/GLTextureManager.h Diff File

master df77057d

14.04.2021 19:49

orbweaver


Details Diff
Show error dialog if a shader fails to compile

GLProgramFactory::assertShaderCompiled() was already throwing an exception if a
shader failed to compile, however nothing was actually catching this exception
to display to the user, resulting in the application crashing due to an
uncaught exception in a wxWidgets event handler.
mod - libs/wxutil/dialog/MessageBox.h Diff File
mod - radiant/camera/CameraSettings.cpp Diff File

master 7e7a6fcd

14.04.2021 16:04

greebo


Details Diff
Add version declaration to fragment program to fix crashes when switching to lighting mode in Linux.
mod - install/gl/zfill_alpha_fp.glsl Diff File

master 33e24ab5

13.04.2021 03:37

greebo


Details Diff
Update project build dependencies
mod - tools/msvc/DarkRadiant.sln Diff File

master 86911cef

13.04.2021 03:20

greebo


Details Diff
Add missing 7za tool
mod - .gitignore Diff File
add - tools/7z/7za.exe Diff File

master c5922d80

13.04.2021 03:12

greebo


Details Diff
Update README.md
mod - README.md Diff File

master a75b2666

12.04.2021 17:52

greebo


Details Diff
Silence more compiler warnings occurring in Eigen
mod - libs/math/Matrix4.h Diff File

master aec61300

12.04.2021 17:51

greebo


Details Diff
Update README.md
mod - README.md Diff File

master 1502d5f4

12.04.2021 17:40

greebo


Details Diff
Add dependency project to VC++ solution, hosting a pre-build step to ensure that the windeps package has been extracted
add - tools/DependencyCheck/DependencyCheck.vcxproj Diff File
add - tools/DependencyCheck/DependencyCheck.vcxproj.filters Diff File
mod - tools/msvc/DarkRadiant.sln Diff File
add - tools/scripts/download_windeps.ps1 Diff File

master 65d5693c

12.04.2021 15:50

greebo


Details Diff
Remove external/eigen folder and update VC++ projects to include Eigen from the w32deps folder
rm - external/eigen Diff
mod - tools/msvc/mathlib.vcxproj Diff File
mod - tools/msvc/properties/DarkRadiant Base.props Diff File

master 02fa2646

12.04.2021 15:37

greebo


Details Diff
Merge remote-tracking branch 'remotes/orbweaver/master'
rm - .gitmodules Diff
mod - CMakeLists.txt Diff File
mod - libs/math/CMakeLists.txt Diff File

master 13113953

11.04.2021 20:10

orbweaver


Details Diff
Remove external/eigen submodule altogether
rm - .gitmodules Diff
 First  Prev  1 2 3 ... 30 ... 60 ... 90 ... 120 ... 135 136 137 138 139 140 141 ... 150 ... 180 ... 210 ... 240 ... 264 265 266  Next  Last