Pāvels Nadtočajevs b50d9742c2 Fix `is_valid_float`, `Variant` parser, `Expression` parser, script highlighter, and `TextServer` not handing capital E in scientific notation. 2 months ago
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 6 months ago
a_star.compat.inc aa1bbe1542 add partial path return option for astar 1 year ago
a_star.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
a_star.h d58b2e879f Get rid of easily removable uses of const_cast 4 months ago
a_star_grid_2d.compat.inc aa1bbe1542 add partial path return option for astar 1 year ago
a_star_grid_2d.cpp c46b5af06b fix astar partial path destination can be solid/disabled 7 months ago
a_star_grid_2d.h be86ce3103 Apply iwyu suggestion in core. 3 months ago
aabb.cpp b35264ad95 Fix AABB Ray intersection - return inside 11 months ago
aabb.h 7db24a9ad5 Simplify and fix Rect2/AABB get_support function 7 months ago
audio_frame.h d8b29efe66 Fix member names of `AudioFrame` to match extension 1 year ago
basis.cpp d56cbd374b Fix `Basis::get_euler` incorrectly simplifying rotations in some cases. 2 months ago
basis.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 5 months ago
bvh.h 9903e6779b Enforce template syntax `typename` over `class` 1 year ago
bvh_abb.h 158fcf107c Fix some uses of float and real_t in core/math 1 year ago
bvh_cull.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks 3 years ago
bvh_debug.inc 158fcf107c Fix some uses of float and real_t in core/math 1 year ago
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 3 years ago
bvh_logic.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 4 months ago
bvh_misc.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 4 months ago
bvh_pair.inc 240f510fa7 Core ubsan fixes 3 months ago
bvh_public.inc 178405f7cb Fixup BVH debugging statements 2 years ago
bvh_refit.inc e705aa4550 Fix not refitting upward from leaf nodes. 1 year ago
bvh_split.inc 158fcf107c Fix some uses of float and real_t in core/math 1 year ago
bvh_structs.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 4 months ago
bvh_tree.h 240f510fa7 Core ubsan fixes 3 months ago
color.cpp 4e48b19e1f Add Color.from_rgba8 and deprecate Color8 3 months ago
color.h 4e48b19e1f Add Color.from_rgba8 and deprecate Color8 3 months ago
color_names.inc 49594d8c41 Optimize `Color::find_named_color()` 10 months ago
convex_hull.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
convex_hull.h d95794ec8a One Copyright Update to rule them all 2 years ago
delaunay_2d.h a497a5cb3e [Core] Codestyle improvements to math types 1 year ago
delaunay_3d.h f134769506 Fix various typos 3 months ago
disjoint_set.h 9903e6779b Enforce template syntax `typename` over `class` 1 year ago
dynamic_bvh.cpp 394bb0ee2b Fix various typos with codespell 2 years ago
dynamic_bvh.h 79ba22a73f Use `Vector*` component-wise `min/max/clamp` functions where applicable 1 year ago
expression.cpp b50d9742c2 Fix `is_valid_float`, `Variant` parser, `Expression` parser, script highlighter, and `TextServer` not handing capital E in scientific notation. 2 months ago
expression.h 9903e6779b Enforce template syntax `typename` over `class` 1 year ago
face3.cpp c0083e431b Cleanup unused engine code v2 2 years ago
face3.h 55a4836e5b Core: Replace `_NO_DISCARD_` macro with attribute 1 year ago
geometry_2d.cpp 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 5 months ago
geometry_2d.h 9f0ae21095 Expose `Geometry2D.bresenham_line()` method 5 months ago
geometry_3d.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
geometry_3d.h 158fcf107c Fix some uses of float and real_t in core/math 1 year ago
math_defs.h d95794ec8a One Copyright Update to rule them all 2 years ago
math_fieldwise.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
math_fieldwise.h d95794ec8a One Copyright Update to rule them all 2 years ago
math_funcs.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
math_funcs.h fcc8518bce Add modf function and fix snap behavior 7 months ago
plane.cpp 77b8e0fcb7 Allow setting negative WorldBoundaryShape2D.distance through the editor 1 year ago
plane.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 5 months ago
projection.cpp f2f48aaf36 Fix stringification of Projection 4 months ago
projection.h 55a4836e5b Core: Replace `_NO_DISCARD_` macro with attribute 1 year ago
quaternion.cpp a497a5cb3e [Core] Codestyle improvements to math types 1 year ago
quaternion.h 27e23280c5 Fix Quaternion arc constructor to check dot & Add test for same vec3s 2 months ago
quick_hull.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
quick_hull.h be86ce3103 Apply iwyu suggestion in core. 3 months ago
random_number_generator.cpp 88df5ea8ac Add RandomNumberGenerator::rand_weighted method 1 year ago
random_number_generator.h 981883d041 Fix `RandomNumberGenerator::rand_weighted` return type 1 year ago
random_pcg.cpp 240f510fa7 Core ubsan fixes 3 months ago
random_pcg.h 9903e6779b Enforce template syntax `typename` over `class` 1 year ago
rect2.cpp 5c0f2414cd Always add decimal when printing float 5 months ago
rect2.h 7db24a9ad5 Simplify and fix Rect2/AABB get_support function 7 months ago
rect2i.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
rect2i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 9 months ago
static_raycaster.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
static_raycaster.h 7699d678c4 Fix `builtin_embree=no` build linking the wrong version of Embree 11 months ago
transform_2d.cpp a497a5cb3e [Core] Codestyle improvements to math types 1 year ago
transform_2d.h 32c83a228d Style: Add `WARNING:` as new comment admonition 6 months ago
transform_3d.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
transform_3d.h 55a4836e5b Core: Replace `_NO_DISCARD_` macro with attribute 1 year ago
transform_interpolator.cpp 2f8ab4a654 Fixed Timestep Interpolation (3D) 9 months ago
transform_interpolator.h 2f8ab4a654 Fixed Timestep Interpolation (3D) 9 months ago
triangle_mesh.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 11 months ago
triangle_mesh.h c0083e431b Cleanup unused engine code v2 2 years ago
triangulate.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
triangulate.h d95794ec8a One Copyright Update to rule them all 2 years ago
vector2.cpp 5c0f2414cd Always add decimal when printing float 5 months ago
vector2.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 9 months ago
vector2i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 11 months ago
vector2i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 9 months ago
vector3.cpp 5c0f2414cd Always add decimal when printing float 5 months ago
vector3.h d0c421976c Fix looking at with 180 degree arc 3 months ago
vector3i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 11 months ago
vector3i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 9 months ago
vector4.cpp e210313045 Fix stringification of Vector4 4 months ago
vector4.h e117ed9cd4 Rename Vector4.components -> coord 6 months ago
vector4i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 11 months ago
vector4i.h b9038501db Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_ 9 months ago