.. |
SCsub
|
9f9ee0c813
SCons: Add unobtrusive type hints in SCons files
|
7 months ago |
a_star.compat.inc
|
aa1bbe1542
add partial path return option for astar
|
1 year ago |
a_star.cpp
|
7c37188ca1
Smoke test: In collections, log an error if `reserve()` is called with a number smaller than the current size. Don't log an error if it is called with a number smaller than the current capacity.
|
2 weeks ago |
a_star.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
a_star_grid_2d.compat.inc
|
aa1bbe1542
add partial path return option for astar
|
1 year ago |
a_star_grid_2d.cpp
|
94282d88f9
Core: Use `Math` namespace for constants
|
1 month ago |
a_star_grid_2d.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
aabb.cpp
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
aabb.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
audio_frame.h
|
53608e3376
Merge pull request #104239 from Ivorforce/optimize-undenormalize
|
4 weeks ago |
basis.cpp
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
3 weeks ago |
basis.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
bvh.h
|
4f4031a675
Replace size() == 0 with is_empty().
|
1 month ago |
bvh_abb.h
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
1 month 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
|
4 years ago |
bvh_logic.inc
|
e8a4b45ce4
Style: Add 19.1.0 LLVM options to `.clang-format`
|
5 months ago |
bvh_misc.inc
|
e8a4b45ce4
Style: Add 19.1.0 LLVM options to `.clang-format`
|
5 months ago |
bvh_pair.inc
|
240f510fa7
Core ubsan fixes
|
4 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`
|
5 months ago |
bvh_tree.h
|
01fc9aee6c
Core: Modernize C headers with C++ equivalents
|
1 week ago |
color.cpp
|
45b1071e7c
Optimize Color.html()
|
1 month ago |
color.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
color_names.inc
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
1 month ago |
convex_hull.cpp
|
01fc9aee6c
Core: Modernize C headers with C++ equivalents
|
1 week ago |
convex_hull.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
delaunay_2d.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
delaunay_3d.h
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
1 month ago |
disjoint_set.h
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
1 month ago |
dynamic_bvh.cpp
|
94282d88f9
Core: Use `Math` namespace for constants
|
1 month ago |
dynamic_bvh.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
expression.cpp
|
8fb3697916
Avoid single character String allocations when appending characters
|
8 hours ago |
expression.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
face3.cpp
|
10f6c01b9c
Remove ABS in favor of Math::abs
|
1 month ago |
face3.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
geometry_2d.cpp
|
22b5ec17fb
Using iterator pattern instead of List::Element *.
|
1 month ago |
geometry_2d.h
|
207a2b6472
Core: Integrate warning suppression macro helpers
|
1 month ago |
geometry_3d.cpp
|
94282d88f9
Core: Use `Math` namespace for constants
|
1 month ago |
geometry_3d.h
|
4f4031a675
Replace size() == 0 with is_empty().
|
1 month ago |
math_defs.h
|
94282d88f9
Core: Use `Math` namespace for constants
|
1 month ago |
math_fieldwise.cpp
|
5c66129e62
Allow to select multiple remote nodes at runtime
|
2 months ago |
math_fieldwise.h
|
5c66129e62
Allow to select multiple remote nodes at runtime
|
2 months ago |
math_funcs.cpp
|
581d675eeb
Core: Convert `Math` class to namespace
|
1 month ago |
math_funcs.h
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
3 weeks ago |
plane.cpp
|
10f6c01b9c
Remove ABS in favor of Math::abs
|
1 month ago |
plane.h
|
10f6c01b9c
Remove ABS in favor of Math::abs
|
1 month ago |
projection.cpp
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
3 weeks ago |
projection.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
quaternion.cpp
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
3 weeks ago |
quaternion.h
|
40b5468c6d
Use Math::abs to avoid ambiguity with integer abs
|
4 weeks ago |
quick_hull.cpp
|
4f4031a675
Replace size() == 0 with is_empty().
|
1 month ago |
quick_hull.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
random_number_generator.cpp
|
88df5ea8ac
Add RandomNumberGenerator::rand_weighted method
|
1 year ago |
random_number_generator.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
random_pcg.cpp
|
1089f61868
Fix RandomPCG::random(int, int) overflow bug
|
6 days ago |
random_pcg.h
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
3 weeks ago |
rect2.cpp
|
e825085978
[Core] Add `is_same` to types that have float components
|
3 months ago |
rect2.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
rect2i.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
rect2i.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
static_raycaster.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
static_raycaster.h
|
94282d88f9
Core: Use `Math` namespace for constants
|
1 month ago |
transform_2d.cpp
|
94282d88f9
Core: Use `Math` namespace for constants
|
1 month ago |
transform_2d.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
transform_3d.cpp
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
transform_3d.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
transform_interpolator.cpp
|
2f8ab4a654
Fixed Timestep Interpolation (3D)
|
10 months ago |
transform_interpolator.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
triangle_mesh.cpp
|
f2197a1013
Expose TriangleMesh api functions wrapped for scripting
|
1 month ago |
triangle_mesh.h
|
f2197a1013
Expose TriangleMesh api functions wrapped for scripting
|
1 month ago |
triangulate.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
triangulate.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
2 months ago |
vector2.cpp
|
e825085978
[Core] Add `is_same` to types that have float components
|
3 months ago |
vector2.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
vector2i.cpp
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
vector2i.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
vector3.cpp
|
e825085978
[Core] Add `is_same` to types that have float components
|
3 months ago |
vector3.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
vector3i.cpp
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
1 year ago |
vector3i.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
vector4.cpp
|
e825085978
[Core] Add `is_same` to types that have float components
|
3 months ago |
vector4.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |
vector4i.cpp
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
1 year ago |
vector4i.h
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 month ago |