Aaron Franke c1acc839a8 Directly use segment points in Geometry2D/3D function parameters 1 mesiac pred
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 7 mesiacov pred
a_star.compat.inc aa1bbe1542 add partial path return option for astar 1 rok pred
a_star.cpp c1acc839a8 Directly use segment points in Geometry2D/3D function parameters 3 týždňov pred
a_star.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
a_star_grid_2d.compat.inc aa1bbe1542 add partial path return option for astar 1 rok pred
a_star_grid_2d.cpp 3b1a481f13 Merge pull request #97843 from detomon/optimize-a-star-grid-2d-solve 3 týždňov pred
a_star_grid_2d.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
aabb.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
aabb.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
audio_frame.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
basis.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
basis.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
bvh.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
bvh_abb.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
bvh_cull.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks 3 rokov pred
bvh_debug.inc 158fcf107c Fix some uses of float and real_t in core/math 1 rok pred
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 rokov pred
bvh_logic.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 5 mesiacov pred
bvh_misc.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 5 mesiacov pred
bvh_pair.inc 240f510fa7 Core ubsan fixes 4 mesiacov 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 1 rok pred
bvh_structs.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 5 mesiacov pred
bvh_tree.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
color.cpp e7f7823236 Fix reversed hex order in `Color::to_html` 4 týždňov pred
color.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
color_names.inc f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
convex_hull.cpp be86ce3103 Apply iwyu suggestion in core. 4 mesiacov pred
convex_hull.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
delaunay_2d.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
delaunay_3d.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
disjoint_set.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
dynamic_bvh.cpp 394bb0ee2b Fix various typos with codespell 2 rokov pred
dynamic_bvh.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
expression.cpp b50d9742c2 Fix `is_valid_float`, `Variant` parser, `Expression` parser, script highlighter, and `TextServer` not handing capital E in scientific notation. 2 mesiacov pred
expression.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
face3.cpp 10f6c01b9c Remove ABS in favor of Math::abs 1 mesiac pred
face3.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
geometry_2d.cpp 22b5ec17fb Using iterator pattern instead of List::Element *. 4 týždňov pred
geometry_2d.h c1acc839a8 Directly use segment points in Geometry2D/3D function parameters 3 týždňov pred
geometry_3d.cpp f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
geometry_3d.h c1acc839a8 Directly use segment points in Geometry2D/3D function parameters 3 týždňov pred
math_defs.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
math_fieldwise.cpp 5c66129e62 Allow to select multiple remote nodes at runtime 1 mesiac pred
math_fieldwise.h 5c66129e62 Allow to select multiple remote nodes at runtime 1 mesiac pred
math_funcs.cpp 581d675eeb Core: Convert `Math` class to namespace 1 mesiac pred
math_funcs.h 581d675eeb Core: Convert `Math` class to namespace 1 mesiac pred
plane.cpp 10f6c01b9c Remove ABS in favor of Math::abs 1 mesiac pred
plane.h 10f6c01b9c Remove ABS in favor of Math::abs 1 mesiac pred
projection.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
projection.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
quaternion.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
quaternion.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
quick_hull.cpp f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
quick_hull.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
random_number_generator.cpp 88df5ea8ac Add RandomNumberGenerator::rand_weighted method 1 rok pred
random_number_generator.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
random_pcg.cpp 240f510fa7 Core ubsan fixes 4 mesiacov pred
random_pcg.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
rect2.cpp e825085978 [Core] Add `is_same` to types that have float components 2 mesiacov pred
rect2.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
rect2i.cpp d95794ec8a One Copyright Update to rule them all 2 rokov pred
rect2i.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
static_raycaster.cpp d95794ec8a One Copyright Update to rule them all 2 rokov pred
static_raycaster.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 1 mesiac pred
transform_2d.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
transform_2d.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
transform_3d.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
transform_3d.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
transform_interpolator.cpp 2f8ab4a654 Fixed Timestep Interpolation (3D) 9 mesiacov pred
transform_interpolator.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
triangle_mesh.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 11 mesiacov pred
triangle_mesh.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
triangulate.cpp d95794ec8a One Copyright Update to rule them all 2 rokov pred
triangulate.h 324512e11c Style: Replace header guards with `#pragma once` 1 mesiac pred
vector2.cpp e825085978 [Core] Add `is_same` to types that have float components 2 mesiacov pred
vector2.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
vector2i.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
vector2i.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
vector3.cpp e825085978 [Core] Add `is_same` to types that have float components 2 mesiacov pred
vector3.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
vector3i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 11 mesiacov pred
vector3i.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
vector4.cpp e825085978 [Core] Add `is_same` to types that have float components 2 mesiacov pred
vector4.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred
vector4i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 11 mesiacov pred
vector4i.h ea62170dac Core: Add `constexpr` constructors/operators to math structs 1 mesiac pred