Rémi Verschelde f02134a8c0 Merge pull request #55617 from madmiraal/fix-55384 3 lat temu
..
SCsub cd4e46ee65 SCons: Format buildsystem files with psf/black 5 lat temu
a_star.cpp 8be27dc59e Replace Array return types with TypedArray 3 lat temu
a_star.h 8be27dc59e Replace Array return types with TypedArray 3 lat temu
a_star_grid_2d.cpp 4d7c1b92e9 Implement `AStarGrid2D` class with jump-point pathfinding 3 lat temu
a_star_grid_2d.h 4d7c1b92e9 Implement `AStarGrid2D` class with jump-point pathfinding 3 lat temu
aabb.cpp fe52458154 Update copyright statements to 2022 4 lat temu
aabb.h 5298e16e80 Float literals - fix main primitives to use .f 3 lat temu
audio_frame.h 59e11934d8 Rename `str2var` to `str_to_var` and similar 3 lat temu
basis.cpp da7a5653f4 Expose Basis `set_orthogonal_index` method as a GridMap function 3 lat temu
basis.h 69fe6336f1 Basis constructor: row vectors -> column vectors 3 lat temu
bvh.h 178405f7cb Fixup BVH debugging statements 3 lat temu
bvh_abb.h f8eaab5b47 BVH - Sync BVH with 3.x 4 lat temu
bvh_cull.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks 3 lat temu
bvh_debug.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks 3 lat temu
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 lat temu
bvh_logic.inc f8eaab5b47 BVH - Sync BVH with 3.x 4 lat temu
bvh_misc.inc f8eaab5b47 BVH - Sync BVH with 3.x 4 lat temu
bvh_pair.inc f8eaab5b47 BVH - Sync BVH with 3.x 4 lat temu
bvh_public.inc 178405f7cb Fixup BVH debugging statements 3 lat temu
bvh_refit.inc bd42de5fea BVH - fix stale current_tree in deactivate function [4.x] 4 lat temu
bvh_split.inc f8eaab5b47 BVH - Sync BVH with 3.x 4 lat temu
bvh_structs.inc 109d08c84a Add protective checks for invalid handle use in BVH 3 lat temu
bvh_tree.h 109d08c84a Add protective checks for invalid handle use in BVH 3 lat temu
color.cpp 1b776a6e7a Allow picking similar colours using OKHSL. 3 lat temu
color.h cda723d201 Color: Fix resetting alpha when setting H/S/V separately 3 lat temu
color_names.inc bd247fa315 Update color constants to use HEX codes 3 lat temu
convex_hull.cpp c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 3 lat temu
convex_hull.h fe52458154 Update copyright statements to 2022 4 lat temu
delaunay_2d.h e223bad86d Core: Move Vector2i to its own `vector2i.h` header 4 lat temu
delaunay_3d.h 455c06ecd4 Implement Vector4, Vector4i, Projection 3 lat temu
disjoint_set.h 746dddc067 Replace most uses of Map by HashMap 3 lat temu
dynamic_bvh.cpp fe52458154 Update copyright statements to 2022 4 lat temu
dynamic_bvh.h 099b024a2b Fix DynamicBVH crash after #59867 3 lat temu
expression.cpp 0ccde38668 Expression built-in functions can also be considered as identifiers in subscripts 3 lat temu
expression.h 9ddebc0c22 Add a const call mode to Object, Variant and Script. 3 lat temu
face3.cpp f851c4aa33 Fix some issues found by cppcheck. 3 lat temu
face3.h f851c4aa33 Fix some issues found by cppcheck. 3 lat temu
geometry_2d.cpp c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 3 lat temu
geometry_2d.h 1485924a2b Float literals - fix main primitives to use real_t casting 3 lat temu
geometry_3d.cpp 0046d320bb Fix Geometry3D::get_closest_points_between_segments() returns NaN 3 lat temu
geometry_3d.h 0046d320bb Fix Geometry3D::get_closest_points_between_segments() returns NaN 3 lat temu
math_defs.h fe52458154 Update copyright statements to 2022 4 lat temu
math_fieldwise.cpp 455c06ecd4 Implement Vector4, Vector4i, Projection 3 lat temu
math_fieldwise.h fe52458154 Update copyright statements to 2022 4 lat temu
math_funcs.cpp fe52458154 Update copyright statements to 2022 4 lat temu
math_funcs.h 931fb4dc11 Add linear/cubic angle interpolation to Animation interpolation type 3 lat temu
plane.cpp 1485924a2b Float literals - fix main primitives to use real_t casting 3 lat temu
plane.h ccc56cc6d4 Rename `epsilon` to `tolerance` in the `Plane::has_point` method 3 lat temu
projection.cpp 59e11934d8 Rename `str2var` to `str_to_var` and similar 3 lat temu
projection.h 59e11934d8 Rename `str2var` to `str_to_var` and similar 3 lat temu
quaternion.cpp b9919fd87d Merge pull request #64678 from TokageItLab/implement-ease-baker 3 lat temu
quaternion.h dded7c72c1 Make `cubic_interpolate()` consider key time in animation 3 lat temu
quick_hull.cpp 45af29da80 Add a new HashSet template 3 lat temu
quick_hull.h 45af29da80 Add a new HashSet template 3 lat temu
random_number_generator.cpp fe52458154 Update copyright statements to 2022 4 lat temu
random_number_generator.h fe52458154 Update copyright statements to 2022 4 lat temu
random_pcg.cpp fe52458154 Update copyright statements to 2022 4 lat temu
random_pcg.h c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 3 lat temu
rect2.cpp b831fb0a54 Rename Transform2D "elements" to "columns" 3 lat temu
rect2.h 5298e16e80 Float literals - fix main primitives to use .f 3 lat temu
rect2i.cpp 5f56d385b0 Core: Move Rect2i to its own `rect2i.h` header 4 lat temu
rect2i.h e223bad86d Core: Move Vector2i to its own `vector2i.h` header 4 lat temu
static_raycaster.cpp fe52458154 Update copyright statements to 2022 4 lat temu
static_raycaster.h 45af29da80 Add a new HashSet template 3 lat temu
transform_2d.cpp f242f9c738 Fix consistency of translated/scaled/rotated in Transform2D and Transform3D 3 lat temu
transform_2d.h f242f9c738 Fix consistency of translated/scaled/rotated in Transform2D and Transform3D 3 lat temu
transform_3d.cpp c139d9ef7d Discontinued spherical_interpolate_with in Transform3D 3 lat temu
transform_3d.h c139d9ef7d Discontinued spherical_interpolate_with in Transform3D 3 lat temu
triangle_mesh.cpp 3d1ab570b9 Add surface indices to TriangleMesh 3 lat temu
triangle_mesh.h 3d1ab570b9 Add surface indices to TriangleMesh 3 lat temu
triangulate.cpp 5298e16e80 Float literals - fix main primitives to use .f 3 lat temu
triangulate.h e223bad86d Core: Move Vector2i to its own `vector2i.h` header 4 lat temu
vector2.cpp 99ce0df3b1 Refactor bezier interpolation functions 3 lat temu
vector2.h dded7c72c1 Make `cubic_interpolate()` consider key time in animation 3 lat temu
vector2i.cpp e223bad86d Core: Move Vector2i to its own `vector2i.h` header 4 lat temu
vector2i.h 0565676893 Protection for array operator for Vector2 / 3 in DEV builds 3 lat temu
vector3.cpp 69fe6336f1 Basis constructor: row vectors -> column vectors 3 lat temu
vector3.h 7b4927bb5f Merge pull request #60309 from The-O-King/oct 3 lat temu
vector3i.cpp e031aa06ee Core: Use forward declares for Vector3/Vector3i 3 lat temu
vector3i.h 0565676893 Protection for array operator for Vector2 / 3 in DEV builds 3 lat temu
vector4.cpp dded7c72c1 Make `cubic_interpolate()` consider key time in animation 3 lat temu
vector4.h dded7c72c1 Make `cubic_interpolate()` consider key time in animation 3 lat temu
vector4i.cpp 2e5cf62dee Fix `Vector4::min_axis_index` for equal components 3 lat temu
vector4i.h 455c06ecd4 Implement Vector4, Vector4i, Projection 3 lat temu