Age | Commit message (Expand) | Author |
2022-11-24 | Improve logic for detecting and tracking extensions | Bastiaan Olij |
2022-10-04 | Merge pull request #66804 from akien-mga/core-remove-NO_SAFE_CAST | Rémi Verschelde |
2022-10-03 | Remove NO_THREADS fallback code, Godot 4 requires thread support | Rémi Verschelde |
2022-10-03 | Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build | Rémi Verschelde |
2022-09-29 | Use `constexpr` in the conditions with template parameters and `sizeof`s to s... | bruvzg |
2022-09-28 | Merge pull request #66548 from akien-mga/msvc-warnings-c4701-c4703 | Rémi Verschelde |
2022-09-28 | Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used | Rémi Verschelde |
2022-09-28 | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde |
2022-09-26 | Style: Cleanup header guards for consistency | Rémi Verschelde |
2022-08-05 | Add a Framebuffer cache | Juan Linietsky |
2022-08-04 | Merge pull request #63906 from Faless/fix/4.x_warnings | Rémi Verschelde |
2022-08-04 | [Core] Use std type traits to check operations triviality. | Fabio Alessandrelli |
2022-08-04 | Arrays: Zero new items of trivial types on resize() (bindings only) | Rémi Verschelde |
2022-08-02 | Merge pull request #61315 from lawnjelly/variant_bucket_pools | Rémi Verschelde |
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-07-22 | Implement a Worker ThreadPool | reduz |
2022-07-19 | Use the right memory ordering in SafeNumeric operations | Pedro J. Estébanez |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-07-04 | Variant memory pools | lawnjelly |
2022-07-04 | Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t... | bruvzg |
2022-07-01 | Merge pull request #62477 from lyuma/packedbytearray | Rémi Verschelde |
2022-06-30 | Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. | Lyuma |
2022-06-28 | Avoid manual memory management of certain arrays in Vulkan RD | Pedro J. Estébanez |
2022-06-23 | Optimize HashMap/HashSet using fastmod | Hendrik Brucker |
2022-06-20 | Clean up Hash Functions | reduz |
2022-06-15 | Hash function improvements | Hendrik Brucker |
2022-05-25 | use ERR_FAIL_INDEX when preferred | Nathan Franke |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-07 | Add search methods for packed arrays | Haoyu Qiu |
2022-04-22 | Add mutable OAHashMap::lookup_ptr function to fix mutability. | AndreaCatania |
2022-04-12 | Merge pull request #60078 from Pineapple/cowdata-get-data | Rémi Verschelde |
2022-04-09 | Remove get_data() from CowData | Bartłomiej T. Listwon |
2022-04-08 | add SafeList destructor which calls maybe_cleanup() to prevent mem leak | Mark Riedesel |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-03-27 | Const Ref Callable for custom sort/search | mashumafi |
2022-03-09 | Change some math macros to constexpr | kobewi |
2022-03-06 | Add a UniformSet cache | reduz |
2022-03-04 | Merge pull request #57630 from lawnjelly/bvh4_templated_checks | Rémi Verschelde |
2022-02-16 | Make VMap::find_nearest return -1 when empty | Haoyu Qiu |
2022-02-05 | Remove RID_Owner.get_rid_by_index | reduz |
2022-02-04 | BVH - Sync BVH with 3.x | lawnjelly |
2022-02-02 | Vectors: Use clear() and has(). | Anilforextra |
2022-01-18 | Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks | Rémi Verschelde |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde |
2022-01-10 | `Array`: Relax `slice` bound checks to properly handle negative indices | Rémi Verschelde |