| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Improvements and fixes to occluders | jfons | 2022-02-07 | 1 | -2/+3 |
| * | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 8 | -16/+16 |
| * | Add support for PowerPC family | Daniel Kolesa | 2021-11-01 | 1 | -1/+1 |
| * | Add support for the RISC-V architecture | Aaron Franke | 2021-10-22 | 1 | -0/+2 |
| * | Merge pull request #53245 from JFonS/occ_fixes2 | Rémi Verschelde | 2021-09-30 | 3 | -59/+89 |
| |\ |
|
| | * | Occlusion culling fixes | jfons | 2021-09-30 | 3 | -59/+89 |
| * | | Merge pull request #52544 from JFonS/lod_fixes | Juan Linietsky | 2021-09-30 | 5 | -8/+209 |
| |\ \ |
|
| | * | | Auto LOD fixes and improvements | jfons | 2021-09-27 | 5 | -8/+209 |
| | |/ |
|
| * | | Rename RID's `getornull()` to `get_or_null()` | Hugo Locurcio | 2021-09-29 | 1 | -7/+7 |
| * | | Force optimized builds for thirdparty Embree files | jfons | 2021-09-28 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #52545 from JFonS/occ_fixes | Rémi Verschelde | 2021-09-20 | 2 | -56/+84 |
| |\ |
|
| | * | Occlusion culling fixes | jfons | 2021-09-10 | 2 | -56/+84 |
| * | | Upgrade Embree and enable ray packets | Joan Fons | 2021-09-13 | 2 | -1/+14 |
| |/ |
|
| * | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -1/+1 |
| * | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 2 | -13/+13 |
| * | Upgrade Embree to the latest official release. | jfons | 2021-05-21 | 3 | -27/+11 |
| * | Add checks for __SSE2__ in the lightmap raycaster | JFonS | 2021-05-11 | 1 | -0/+6 |
| * | SCons: Disable embree-based modules on x86 (32-bit) | Rémi Verschelde | 2021-05-11 | 1 | -1/+7 |
| * | Port changes to the "raycast" module build files from 3.x | jfons | 2021-05-04 | 2 | -94/+104 |
| * | Raycast: Fix use of removed copymem after #48239 | Rémi Verschelde | 2021-04-28 | 1 | -1/+1 |