Age | Commit message (Expand) | Author |
2022-09-28 | Fix MSVC warnings C4324, C4389, C4456, and C4459 | Rémi Verschelde |
2022-09-26 | Style: Cleanup header guards for consistency | Rémi Verschelde |
2022-09-23 | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde |
2022-08-27 | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg |
2022-08-25 | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke |
2022-07-25 | Remove ThreadWorkPool, replace by WorkerThreadPool | Juan Linietsky |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-06-20 | Clean up Hash Functions | reduz |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-04 | Merge pull request #60723 from reduz/refactor-module-initialization | Rémi Verschelde |
2022-05-04 | Refactor module initialization | reduz |
2022-05-03 | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-02-07 | Improvements and fixes to occluders | jfons |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-01 | Add support for PowerPC family | Daniel Kolesa |
2021-10-22 | Add support for the RISC-V architecture | Aaron Franke |
2021-09-30 | Merge pull request #53245 from JFonS/occ_fixes2 | Rémi Verschelde |
2021-09-30 | Merge pull request #52544 from JFonS/lod_fixes | Juan Linietsky |
2021-09-30 | Occlusion culling fixes | jfons |
2021-09-29 | Rename RID's `getornull()` to `get_or_null()` | Hugo Locurcio |
2021-09-28 | Force optimized builds for thirdparty Embree files | jfons |
2021-09-27 | Auto LOD fixes and improvements | jfons |
2021-09-20 | Merge pull request #52545 from JFonS/occ_fixes | Rémi Verschelde |
2021-09-13 | Upgrade Embree and enable ray packets | Joan Fons |
2021-09-10 | Occlusion culling fixes | jfons |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-06-03 | Rename Transform to Transform3D in core | Aaron Franke |
2021-05-21 | Upgrade Embree to the latest official release. | jfons |
2021-05-11 | Add checks for __SSE2__ in the lightmap raycaster | JFonS |
2021-05-11 | SCons: Disable embree-based modules on x86 (32-bit) | Rémi Verschelde |
2021-05-04 | Port changes to the "raycast" module build files from 3.x | jfons |
2021-04-28 | Raycast: Fix use of removed copymem after #48239 | Rémi Verschelde |
2021-04-23 | Implement occlusion culling | jfons |