Changesets: DarkRadiant

ci d4325100

16.04.2021 08:19

greebo


Details Diff
Next attempt
mod - .github/workflows/build.yml Diff File

ci 45b01122

16.04.2021 08:18

greebo


Details Diff
Try to use the github context
mod - .github/workflows/build.yml Diff File

ci eca075c6

16.04.2021 08:12

greebo


Details Diff
Inject commit SHA7 to version.h
mod - .github/workflows/build.yml Diff File

ci 2c5590f6

16.04.2021 06:10

greebo


Details Diff
Working on the artifacts
mod - .github/workflows/build.yml Diff File
mod - tools/scripts/compile_release_package.ps1 Diff File

ci 9546f4fc

16.04.2021 05:46

greebo


Details Diff
Move steps down again
mod - .github/workflows/build.yml Diff File

ci 4377b3e3

16.04.2021 05:41

greebo


Details Diff
Use the step-specific environment
mod - .github/workflows/build.yml Diff File

ci 48c541af

16.04.2021 05:37

greebo


Details Diff
Fix job name
mod - .github/workflows/build.yml Diff File

ci 8c40b874

16.04.2021 05:36

greebo


Details Diff
Experiments
mod - .github/workflows/build.yml Diff File

ci 2fa60b47

16.04.2021 05:11

greebo


Details Diff
Rename yml

ci 55fd2564

16.04.2021 05:02

greebo


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

greebo


Details Diff
Next attempt
mod - .github/workflows/msbuild.yml Diff File

ci 4fa42457

16.04.2021 04:32

greebo


Details Diff
Fix syntax
mod - .github/workflows/msbuild.yml Diff File

ci 5b3fbadd

16.04.2021 04:32

greebo


Details Diff
Another attempt
mod - .github/workflows/msbuild.yml Diff File

ci 6ef9bec7

16.04.2021 04:28

greebo


Details Diff
Try to find the gtest adapter, upload artifacts
mod - .github/workflows/msbuild.yml Diff File

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
 First  Prev  1 2 3 ... 30 ... 60 ... 90 ... 120 ... 131 132 133 134 135 136 137 ... 150 ... 180 ... 210 ... 240 ... 261 262 263  Next  Last