| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 1 | -12/+5 |
|\ |
|
| * | Fix Occlusion Culling Buffer getting corrupted. | Rudolph Bester | 2024-11-02 | 1 | -12/+5 |
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+1 |
|\| |
|
| * | Fix Occlusion Culling not working for an orthogonal camera. | Rudolph Bester | 2024-10-26 | 1 | -1/+1 |
* | | Merge pull request #818 from Spartan322/fixup/copyright-headers | George L. Albany | 2024-10-27 | 8 | -16/+16 |
|\ \ |
|
| * | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 8 | -16/+16 |
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 1 | -11/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Alternative fix to occlusion culling where all math is based on Euclidean dis... | Rudolph Bester | 2024-10-17 | 1 | -11/+1 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 8 | -0/+16 |
|/ |
|
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
* | Style: Update `ruff` & `mypy` to latest versions | Thaddeus Crews | 2024-09-20 | 1 | -7/+7 |
* | [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW. | bruvzg | 2024-06-20 | 1 | -1/+1 |
* | Fix arm64/Windows build. | bruvzg | 2024-04-30 | 1 | -2/+3 |
* | Merge pull request #88783 from Chubercik/embree-4.3.1 | Rémi Verschelde | 2024-04-04 | 8 | -172/+93 |
|\ |
|
| * | embree: Update to 4.3.1 | Jakub Mateusz Marcowski | 2024-03-27 | 8 | -172/+93 |
* | | Jitter raster occlusion camera to reduce false positives. | lawnjelly | 2024-04-03 | 2 | -1/+64 |
|/ |
|
* | [Buildsystem] Fix encoding when reading files | A Thousand Ships | 2024-03-24 | 1 | -1/+1 |
* | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -3/+5 |
* | Fix RaycastOcclusionCull World3D scenario memory leak | bitsawer | 2023-09-26 | 2 | -45/+31 |
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-26 | 1 | -5/+5 |
* | Revert "Implement parallel foreach() for easier multithreading" | Pedro J. Estébanez | 2023-07-27 | 2 | -3/+40 |
* | Merge pull request #72784 from myaaaaaaaaa/parallel-foreach | Yuri Sizov | 2023-07-14 | 2 | -40/+3 |
|\ |
|
| * | Implement parallel foreach() for easier multithreading | myaaaaaaaaa | 2023-06-09 | 2 | -40/+3 |
* | | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 2 | -2/+3 |
|/ |
|
* | Fix wait for thread not started | Samuele Panzeri | 2023-04-27 | 1 | -1/+3 |
* | Use range iterators in LocalVector loops | kobewi | 2023-01-21 | 1 | -2/+2 |
* | Merge pull request #70684 from filiperinaldi/fix_arm64_build_clang | Rémi Verschelde | 2023-01-16 | 1 | -1/+1 |
|\ |
|
| * | Fix arm64 build when using Clang | Filipe Rinaldi | 2022-12-26 | 1 | -1/+1 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 8 | -232/+232 |
|/ |
|
* | embree: Fix Linux ARM64 build with `-flax-vector-conversions` | Rémi Verschelde | 2022-12-20 | 1 | -4/+8 |
* | Improve architecture support logic in Raycast module | Aaron Franke | 2022-12-12 | 1 | -7/+5 |
* | embree: Enable raycast module build for Web and Windows x86_32 | Rémi Verschelde | 2022-11-25 | 2 | -7/+14 |
* | Update embree to 3.13.5 | DeeJayLSP | 2022-11-25 | 1 | -10/+14 |
* | Fix MSVC warnings C4324, C4389, C4456, and C4459 | Rémi Verschelde | 2022-09-28 | 1 | -0/+3 |
* | Style: Cleanup header guards for consistency | Rémi Verschelde | 2022-09-26 | 6 | -12/+27 |
* | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde | 2022-09-23 | 1 | -1/+2 |
* | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg | 2022-08-27 | 1 | -0/+3 |
* | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 2 | -16/+4 |
* | Remove ThreadWorkPool, replace by WorkerThreadPool | Juan Linietsky | 2022-07-25 | 2 | -23/+31 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 3 | -5/+5 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 2 | -6/+6 |
* | Clean up Hash Functions | reduz | 2022-06-20 | 1 | -2/+2 |
* | Add a new HashSet template | reduz | 2022-05-20 | 5 | -13/+15 |
* | Use range iterators for RBSet in most cases | Aaron Record | 2022-05-19 | 3 | -11/+11 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 6 | -14/+14 |
* | Add a new HashMap implementation | reduz | 2022-05-12 | 1 | -10/+7 |
* | Merge pull request #60723 from reduz/refactor-module-initialization | Rémi Verschelde | 2022-05-04 | 2 | -4/+14 |
|\ |
|
| * | Refactor module initialization | reduz | 2022-05-04 | 2 | -4/+14 |
* | | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke | 2022-05-03 | 1 | -2/+2 |
|/ |
|
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -2/+2 |