Thaddeus Crews e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 2 dní pred
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 2 mesiacov pred
a_star.compat.inc aa1bbe1542 add partial path return option for astar 7 mesiacov pred
a_star.cpp c46b5af06b fix astar partial path destination can be solid/disabled 2 mesiacov pred
a_star.h c46b5af06b fix astar partial path destination can be solid/disabled 2 mesiacov pred
a_star_grid_2d.compat.inc aa1bbe1542 add partial path return option for astar 7 mesiacov pred
a_star_grid_2d.cpp c46b5af06b fix astar partial path destination can be solid/disabled 2 mesiacov pred
a_star_grid_2d.h c46b5af06b fix astar partial path destination can be solid/disabled 2 mesiacov pred
aabb.cpp b35264ad95 Fix AABB Ray intersection - return inside 6 mesiacov pred
aabb.h 7db24a9ad5 Simplify and fix Rect2/AABB get_support function 3 mesiacov pred
audio_frame.h d8b29efe66 Fix member names of `AudioFrame` to match extension 9 mesiacov pred
basis.cpp e83807ef85 Fix incorrect name of Basis global scale getter 7 mesiacov pred
basis.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 1 mesiac pred
bvh.h 9903e6779b Enforce template syntax `typename` over `class` 8 mesiacov pred
bvh_abb.h 158fcf107c Fix some uses of float and real_t in core/math 8 mesiacov pred
bvh_cull.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks 2 rokov pred
bvh_debug.inc 158fcf107c Fix some uses of float and real_t in core/math 8 mesiacov pred
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 3 rokov pred
bvh_logic.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 2 dní pred
bvh_misc.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 2 dní pred
bvh_pair.inc f8eaab5b47 BVH - Sync BVH with 3.x 2 rokov pred
bvh_public.inc 178405f7cb Fixup BVH debugging statements 2 rokov pred
bvh_refit.inc e705aa4550 Fix not refitting upward from leaf nodes. 1 rok pred
bvh_split.inc 158fcf107c Fix some uses of float and real_t in core/math 8 mesiacov pred
bvh_structs.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 2 dní pred
bvh_tree.h 9903e6779b Enforce template syntax `typename` over `class` 8 mesiacov pred
color.cpp 49594d8c41 Optimize `Color::find_named_color()` 6 mesiacov pred
color.h 80cf6cbfe9 Optimize .hdr loading and RGB9E5 conversion 3 mesiacov pred
color_names.inc 49594d8c41 Optimize `Color::find_named_color()` 6 mesiacov pred
convex_hull.cpp c92a6c7e27 CI: Update `clang-format` pre-commit hook to 19.1.0 2 mesiacov pred
convex_hull.h d95794ec8a One Copyright Update to rule them all 1 rok pred
delaunay_2d.h a497a5cb3e [Core] Codestyle improvements to math types 8 mesiacov pred
delaunay_3d.h 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 6 mesiacov pred
disjoint_set.h 9903e6779b Enforce template syntax `typename` over `class` 8 mesiacov pred
dynamic_bvh.cpp 394bb0ee2b Fix various typos with codespell 1 rok pred
dynamic_bvh.h 79ba22a73f Use `Vector*` component-wise `min/max/clamp` functions where applicable 8 mesiacov pred
expression.cpp 38f9769bc6 [Core] Improve error messages with `vformat` 3 týždňov pred
expression.h 9903e6779b Enforce template syntax `typename` over `class` 8 mesiacov pred
face3.cpp c0083e431b Cleanup unused engine code v2 1 rok pred
face3.h 55a4836e5b Core: Replace `_NO_DISCARD_` macro with attribute 7 mesiacov pred
geometry_2d.cpp 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 1 mesiac pred
geometry_2d.h 9f0ae21095 Expose `Geometry2D.bresenham_line()` method 1 mesiac pred
geometry_3d.cpp 3a08c646ee Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 9 mesiacov pred
geometry_3d.h 158fcf107c Fix some uses of float and real_t in core/math 8 mesiacov pred
math_defs.h d95794ec8a One Copyright Update to rule them all 1 rok pred
math_fieldwise.cpp d95794ec8a One Copyright Update to rule them all 1 rok pred
math_fieldwise.h d95794ec8a One Copyright Update to rule them all 1 rok pred
math_funcs.cpp d95794ec8a One Copyright Update to rule them all 1 rok pred
math_funcs.h fcc8518bce Add modf function and fix snap behavior 2 mesiacov pred
plane.cpp 77b8e0fcb7 Allow setting negative WorldBoundaryShape2D.distance through the editor 1 rok pred
plane.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 1 mesiac pred
projection.cpp 02b2efc668 Fix Projection::invert on orthogonal projections and others. 6 dní pred
projection.h 55a4836e5b Core: Replace `_NO_DISCARD_` macro with attribute 7 mesiacov pred
quaternion.cpp a497a5cb3e [Core] Codestyle improvements to math types 8 mesiacov pred
quaternion.h 55a4836e5b Core: Replace `_NO_DISCARD_` macro with attribute 7 mesiacov pred
quick_hull.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 6 mesiacov pred
quick_hull.h d95794ec8a One Copyright Update to rule them all 1 rok pred
random_number_generator.cpp 88df5ea8ac Add RandomNumberGenerator::rand_weighted method 8 mesiacov pred
random_number_generator.h 981883d041 Fix `RandomNumberGenerator::rand_weighted` return type 8 mesiacov pred
random_pcg.cpp ab13513403 Fix RandomPCG::rand_weighted incorrectly returning -1 4 mesiacov pred
random_pcg.h 9903e6779b Enforce template syntax `typename` over `class` 8 mesiacov pred
rect2.cpp 5c0f2414cd Always add decimal when printing float 1 mesiac pred
rect2.h 7db24a9ad5 Simplify and fix Rect2/AABB get_support function 3 mesiacov pred
rect2i.cpp d95794ec8a One Copyright Update to rule them all 1 rok pred
rect2i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 5 mesiacov pred
static_raycaster.cpp d95794ec8a One Copyright Update to rule them all 1 rok pred
static_raycaster.h 7699d678c4 Fix `builtin_embree=no` build linking the wrong version of Embree 6 mesiacov pred
transform_2d.cpp a497a5cb3e [Core] Codestyle improvements to math types 8 mesiacov pred
transform_2d.h 32c83a228d Style: Add `WARNING:` as new comment admonition 2 mesiacov pred
transform_3d.cpp a497a5cb3e [Core] Codestyle improvements to math types 8 mesiacov pred
transform_3d.h 55a4836e5b Core: Replace `_NO_DISCARD_` macro with attribute 7 mesiacov pred
transform_interpolator.cpp 2f8ab4a654 Fixed Timestep Interpolation (3D) 4 mesiacov pred
transform_interpolator.h 2f8ab4a654 Fixed Timestep Interpolation (3D) 4 mesiacov pred
triangle_mesh.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 6 mesiacov pred
triangle_mesh.h c0083e431b Cleanup unused engine code v2 1 rok pred
triangulate.cpp d95794ec8a One Copyright Update to rule them all 1 rok pred
triangulate.h d95794ec8a One Copyright Update to rule them all 1 rok pred
vector2.cpp 5c0f2414cd Always add decimal when printing float 1 mesiac pred
vector2.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 5 mesiacov pred
vector2i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 6 mesiacov pred
vector2i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 5 mesiacov pred
vector3.cpp 5c0f2414cd Always add decimal when printing float 1 mesiac pred
vector3.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 5 mesiacov pred
vector3i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 6 mesiacov pred
vector3i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 5 mesiacov pred
vector4.cpp f9b488508c Add PackedVector4Array Variant type 6 mesiacov pred
vector4.h e117ed9cd4 Rename Vector4.components -> coord 1 mesiac pred
vector4i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 6 mesiacov pred
vector4i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 5 mesiacov pred