Changesets: DarkRadiant
|
codeql a89619e1 16.04.2021 10:12 Committer: GitHub Details Diff |
Update codeql-analysis.yml | ||
| mod - .github/workflows/codeql-analysis.yml | Diff File | ||
|
codeql 30a46270 16.04.2021 10:09 Committer: GitHub Details Diff |
Create codeql-analysis.yml | ||
| add - .github/workflows/codeql-analysis.yml | Diff File | ||
|
ci 3321fefe 16.04.2021 09:32 Details Diff |
Add some guesswork code to detect the VCRedistTools folder on the build agent | ||
| mod - .github/workflows/build.yml | Diff File | ||
| mod - tools/scripts/compile_release_package.ps1 | Diff File | ||
|
ci 0b06e1bb 16.04.2021 08:21 Details Diff |
Move environment variables to inner scope | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
ci d4325100 16.04.2021 08:19 Details Diff |
Next attempt | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
ci 45b01122 16.04.2021 08:18 Details Diff |
Try to use the github context | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
ci eca075c6 16.04.2021 08:12 Details Diff |
Inject commit SHA7 to version.h | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
ci 2c5590f6 16.04.2021 06:10 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 Details Diff |
Move steps down again | ||
| mod - .github/workflows/build.yml | Diff File | ||
|
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 | ||