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