Changesets: DarkRadiant
|
ci 4377b3e3 16.04.2021 05:41 Details Diff |
Use the step-specific environment | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
ci 48c541af 16.04.2021 05:37 Details Diff |
Fix job name | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
ci 8c40b874 16.04.2021 05:36 Details Diff |
Experiments | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
ci 2fa60b47 16.04.2021 05:11 Details Diff |
Rename yml | ||
|
ci 55fd2564 16.04.2021 05:02 Details Diff |
Combine gtest adapter detection with unit test run step | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci 943202c7 16.04.2021 04:46 Details Diff |
Next attempt | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci 4fa42457 16.04.2021 04:32 Details Diff |
Fix syntax | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci 5b3fbadd 16.04.2021 04:32 Details Diff |
Another attempt | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci 6ef9bec7 16.04.2021 04:28 Details Diff |
Try to find the gtest adapter, upload artifacts | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci 618d7958 16.04.2021 03:41 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 Committer: GitHub Details Diff |
Update msbuild.yml | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci eadb245f 16.04.2021 02:57 Committer: GitHub Details Diff |
Update msbuild.yml | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci 28f937ff 16.04.2021 02:46 Committer: GitHub Details Diff |
Run vstest.console with gtest adpater | ||
| mod - .github/workflows/msbuild.yml | Diff File | ||
|
ci e1cd8f1f 16.04.2021 02:25 Committer: GitHub Details Diff |
Setup msbuild action | ||
| add - .github/workflows/msbuild.yml | Diff File | ||
|
master 491858cb 15.04.2021 20:10 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 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 Details Diff |
Add unit test for Vector3::angle() method | ||
| mod - test/math/Vector.cpp | Diff File | ||
|
master 4b5ecaa4 15.04.2021 17:36 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 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 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 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 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 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 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 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 | ||