jsjtxietian 6f094856e7 Make get_id_path return empty when first point is disabled 1 年之前
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 8 月之前
a_star.compat.inc aa1bbe1542 add partial path return option for astar 1 年之前
a_star.cpp 6f094856e7 Make get_id_path return empty when first point is disabled 4 天之前
a_star.h 963c20565b Remove `OAHashMap`, in favour of `AHashMap`. 2 周之前
a_star_grid_2d.compat.inc aa1bbe1542 add partial path return option for astar 1 年之前
a_star_grid_2d.cpp 94282d88f9 Core: Use `Math` namespace for constants 2 月之前
a_star_grid_2d.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
aabb.cpp ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
aabb.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
audio_frame.h 53608e3376 Merge pull request #104239 from Ivorforce/optimize-undenormalize 2 月之前
basis.cpp b957cf73ef Optimized and exposed Basis::scaled_local. 2 周之前
basis.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
bvh.h 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. 3 周之前
bvh_abb.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 2 月之前
bvh_cull.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks 3 年之前
bvh_debug.inc 158fcf107c Fix some uses of float and real_t in core/math 1 年之前
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 年之前
bvh_logic.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 6 月之前
bvh_misc.inc e8a4b45ce4 Style: Add 19.1.0 LLVM options to `.clang-format` 6 月之前
bvh_pair.inc 240f510fa7 Core ubsan fixes 6 月之前
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. 3 周之前
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 1 年之前
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. 3 周之前
bvh_tree.h 01fc9aee6c Core: Modernize C headers with C++ equivalents 1 月之前
color.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 1 周之前
color.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
color_names.inc f09ee0171a Style: Begin integrating simple `.clangd` fixes 2 月之前
convex_hull.cpp 963c20565b Remove `OAHashMap`, in favour of `AHashMap`. 2 周之前
convex_hull.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
delaunay_2d.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
delaunay_3d.h 963c20565b Remove `OAHashMap`, in favour of `AHashMap`. 2 周之前
disjoint_set.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 2 月之前
dynamic_bvh.cpp 94282d88f9 Core: Use `Math` namespace for constants 2 月之前
dynamic_bvh.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
expression.cpp d1083c9722 Improve error messages for method calls expecting only 1 argument 1 周之前
expression.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
face3.cpp ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
face3.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
geometry_2d.cpp f6f1df7d73 Add 64-bit versions of core power of 2 functions 2 周之前
geometry_2d.h 207a2b6472 Core: Integrate warning suppression macro helpers 2 月之前
geometry_3d.cpp ae06a2de48 Revert some instances of Math::INF back to 1e20 2 周之前
geometry_3d.h 4f4031a675 Replace size() == 0 with is_empty(). 2 月之前
math_defs.h 94282d88f9 Core: Use `Math` namespace for constants 2 月之前
math_fieldwise.cpp 5c66129e62 Allow to select multiple remote nodes at runtime 3 月之前
math_fieldwise.h 5c66129e62 Allow to select multiple remote nodes at runtime 3 月之前
math_funcs.cpp 581d675eeb Core: Convert `Math` class to namespace 3 月之前
math_funcs.h ad40939b6f Core: Replace C math headers with C++ equivalents 2 月之前
plane.cpp 10f6c01b9c Remove ABS in favor of Math::abs 3 月之前
plane.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
projection.cpp ad40939b6f Core: Replace C math headers with C++ equivalents 2 月之前
projection.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
quaternion.cpp ad40939b6f Core: Replace C math headers with C++ equivalents 2 月之前
quaternion.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
quick_hull.cpp 4f4031a675 Replace size() == 0 with is_empty(). 2 月之前
quick_hull.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
random_number_generator.cpp 88df5ea8ac Add RandomNumberGenerator::rand_weighted method 1 年之前
random_number_generator.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
random_pcg.cpp 1089f61868 Fix RandomPCG::random(int, int) overflow bug 1 月之前
random_pcg.h ad40939b6f Core: Replace C math headers with C++ equivalents 2 月之前
rect2.cpp e825085978 [Core] Add `is_same` to types that have float components 4 月之前
rect2.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
rect2i.cpp ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
rect2i.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
static_raycaster.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
static_raycaster.h 94282d88f9 Core: Use `Math` namespace for constants 2 月之前
transform_2d.cpp 94282d88f9 Core: Use `Math` namespace for constants 2 月之前
transform_2d.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
transform_3d.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 3 月之前
transform_3d.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
transform_interpolator.cpp 2f8ab4a654 Fixed Timestep Interpolation (3D) 11 月之前
transform_interpolator.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
triangle_mesh.cpp f2197a1013 Expose TriangleMesh api functions wrapped for scripting 2 月之前
triangle_mesh.h f2197a1013 Expose TriangleMesh api functions wrapped for scripting 2 月之前
triangulate.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
triangulate.h 324512e11c Style: Replace header guards with `#pragma once` 3 月之前
vector2.cpp e825085978 [Core] Add `is_same` to types that have float components 4 月之前
vector2.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
vector2i.cpp ea62170dac Core: Add `constexpr` constructors/operators to math structs 3 月之前
vector2i.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
vector3.cpp e825085978 [Core] Add `is_same` to types that have float components 4 月之前
vector3.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
vector3i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 1 年之前
vector3i.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
vector4.cpp e825085978 [Core] Add `is_same` to types that have float components 4 月之前
vector4.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前
vector4i.cpp 308dbb8c63 [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` 1 年之前
vector4i.h ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 1 周之前