Frank Becker 5cc33d6965 Remove arc_tolerance scaling and the comment related to that. 6 dni temu
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 1 rok temu
a_star.compat.inc aa1bbe1542 add partial path return option for astar 1 rok temu
a_star.cpp 4c3cf9c1c4 Fix AStars to return empty path for disabled from point 1 miesiąc temu
a_star.h 4c3cf9c1c4 Fix AStars to return empty path for disabled from point 1 miesiąc temu
a_star_grid_2d.compat.inc aa1bbe1542 add partial path return option for astar 1 rok temu
a_star_grid_2d.cpp 4c3cf9c1c4 Fix AStars to return empty path for disabled from point 1 miesiąc temu
a_star_grid_2d.h 324512e11c Style: Replace header guards with `#pragma once` 10 miesięcy temu
aabb.cpp ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 7 miesięcy temu
aabb.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
audio_frame.h 53608e3376 Merge pull request #104239 from Ivorforce/optimize-undenormalize 9 miesięcy temu
basis.cpp b957cf73ef Optimized and exposed Basis::scaled_local. 7 miesięcy temu
basis.h 84c0ec04f3 Core: Integrate semantic constants in math structs 5 miesięcy temu
bvh.h e14263f917 Remove empty constructors and destructors from core/ 2 miesięcy temu
bvh_abb.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 10 miesięcy temu
bvh_cull.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks 3 lat temu
bvh_debug.inc 158fcf107c Fix some uses of float and real_t in core/math 1 rok temu
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 lat temu
bvh_logic.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 1 rok temu
bvh_misc.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 1 rok temu
bvh_pair.inc 240f510fa7 Core ubsan fixes 1 rok temu
bvh_public.inc 37415530d7 Un-support `force_trivial` parameter for `LocalVector`. Instead, users are reformatted to use `resize_uninitialized` to make it explicit that the resize does not initialize missing elements. 8 miesięcy temu
bvh_refit.inc e705aa4550 Fix not refitting upward from leaf nodes. 2 lat temu
bvh_split.inc 158fcf107c Fix some uses of float and real_t in core/math 1 rok temu
bvh_structs.inc 37415530d7 Un-support `force_trivial` parameter for `LocalVector`. Instead, users are reformatted to use `resize_uninitialized` to make it explicit that the resize does not initialize missing elements. 8 miesięcy temu
bvh_tree.h 01fc9aee6c Core: Modernize C headers with C++ equivalents 9 miesięcy temu
color.cpp 1db0a60dc0 Replace `std::size` usage with `std_size` to avoid `<iterator>` include. 3 miesięcy temu
color.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
color_names.inc f09ee0171a Style: Begin integrating simple `.clangd` fixes 10 miesięcy temu
convex_hull.cpp 963c20565b Remove `OAHashMap`, in favour of `AHashMap`. 8 miesięcy temu
convex_hull.h 324512e11c Style: Replace header guards with `#pragma once` 10 miesięcy temu
delaunay_2d.h 324512e11c Style: Replace header guards with `#pragma once` 10 miesięcy temu
delaunay_3d.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
disjoint_set.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 10 miesięcy temu
dynamic_bvh.cpp 94282d88f9 Core: Use `Math` namespace for constants 9 miesięcy temu
dynamic_bvh.h 324512e11c Style: Replace header guards with `#pragma once` 10 miesięcy temu
expression.cpp d1083c9722 Improve error messages for method calls expecting only 1 argument 7 miesięcy temu
expression.h f2bfc898b2 Remove unused private variables in expression.h 1 miesiąc temu
face3.cpp ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 7 miesięcy temu
face3.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 7 miesięcy temu
geometry_2d.cpp 5cc33d6965 Remove arc_tolerance scaling and the comment related to that. 6 dni temu
geometry_2d.h 207a2b6472 Core: Integrate warning suppression macro helpers 10 miesięcy temu
geometry_3d.cpp e14263f917 Remove empty constructors and destructors from core/ 2 miesięcy temu
geometry_3d.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
math_defs.h 94282d88f9 Core: Use `Math` namespace for constants 9 miesięcy temu
math_fieldwise.cpp 5c66129e62 Allow to select multiple remote nodes at runtime 10 miesięcy temu
math_fieldwise.h 5c66129e62 Allow to select multiple remote nodes at runtime 10 miesięcy temu
math_funcs.cpp 581d675eeb Core: Convert `Math` class to namespace 10 miesięcy temu
math_funcs.h ad40939b6f Core: Replace C math headers with C++ equivalents 9 miesięcy temu
plane.cpp 10f6c01b9c Remove ABS in favor of Math::abs 10 miesięcy temu
plane.h 84c0ec04f3 Core: Integrate semantic constants in math structs 5 miesięcy temu
projection.cpp ad40939b6f Core: Replace C math headers with C++ equivalents 9 miesięcy temu
projection.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 7 miesięcy temu
quaternion.cpp ad40939b6f Core: Replace C math headers with C++ equivalents 9 miesięcy temu
quaternion.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 7 miesięcy temu
quick_hull.cpp 4f4031a675 Replace size() == 0 with is_empty(). 10 miesięcy temu
quick_hull.h e14263f917 Remove empty constructors and destructors from core/ 2 miesięcy temu
random_number_generator.cpp 88df5ea8ac Add RandomNumberGenerator::rand_weighted method 1 rok temu
random_number_generator.h 324512e11c Style: Replace header guards with `#pragma once` 10 miesięcy temu
random_pcg.cpp 1089f61868 Fix RandomPCG::random(int, int) overflow bug 8 miesięcy temu
random_pcg.h ad40939b6f Core: Replace C math headers with C++ equivalents 9 miesięcy temu
rect2.cpp e825085978 [Core] Add `is_same` to types that have float components 1 rok temu
rect2.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
rect2i.cpp ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 7 miesięcy temu
rect2i.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
static_raycaster.cpp d95794ec8a One Copyright Update to rule them all 3 lat temu
static_raycaster.h 94282d88f9 Core: Use `Math` namespace for constants 9 miesięcy temu
transform_2d.cpp 94282d88f9 Core: Use `Math` namespace for constants 9 miesięcy temu
transform_2d.h 84c0ec04f3 Core: Integrate semantic constants in math structs 5 miesięcy temu
transform_3d.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 10 miesięcy temu
transform_3d.h 84c0ec04f3 Core: Integrate semantic constants in math structs 5 miesięcy temu
transform_interpolator.cpp 2f8ab4a654 Fixed Timestep Interpolation (3D) 1 rok temu
transform_interpolator.h 324512e11c Style: Replace header guards with `#pragma once` 10 miesięcy temu
triangle_mesh.cpp f2197a1013 Expose TriangleMesh api functions wrapped for scripting 10 miesięcy temu
triangle_mesh.h f2197a1013 Expose TriangleMesh api functions wrapped for scripting 10 miesięcy temu
triangulate.cpp d95794ec8a One Copyright Update to rule them all 3 lat temu
triangulate.h 324512e11c Style: Replace header guards with `#pragma once` 10 miesięcy temu
vector2.cpp e825085978 [Core] Add `is_same` to types that have float components 1 rok temu
vector2.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
vector2i.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 10 miesięcy temu
vector2i.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
vector3.cpp 56e04635a7 Minor Optimization to Occlusion Culling 5 miesięcy temu
vector3.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
vector3i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 1 rok temu
vector3i.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu
vector4.cpp e825085978 [Core] Add `is_same` to types that have float components 1 rok temu
vector4.h f1ab85a5d2 [Vector4] Fix loss of precision with division 1 miesiąc temu
vector4i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 1 rok temu
vector4i.h ad600125df Rewrite `HashMapHasherDefault` based on type traits - it is now possible to declare a default hashing function for any type. 3 miesięcy temu