.. |
SCsub
|
9f9ee0c813
SCons: Add unobtrusive type hints in SCons files
|
1 month ago |
a_star.compat.inc
|
aa1bbe1542
add partial path return option for astar
|
7 months ago |
a_star.cpp
|
c46b5af06b
fix astar partial path destination can be solid/disabled
|
2 months ago |
a_star.h
|
c46b5af06b
fix astar partial path destination can be solid/disabled
|
2 months ago |
a_star_grid_2d.compat.inc
|
aa1bbe1542
add partial path return option for astar
|
7 months ago |
a_star_grid_2d.cpp
|
c46b5af06b
fix astar partial path destination can be solid/disabled
|
2 months ago |
a_star_grid_2d.h
|
c46b5af06b
fix astar partial path destination can be solid/disabled
|
2 months ago |
aabb.cpp
|
b35264ad95
Fix AABB Ray intersection - return inside
|
6 months ago |
aabb.h
|
7db24a9ad5
Simplify and fix Rect2/AABB get_support function
|
3 months ago |
audio_frame.h
|
d8b29efe66
Fix member names of `AudioFrame` to match extension
|
9 months ago |
basis.cpp
|
e83807ef85
Fix incorrect name of Basis global scale getter
|
7 months ago |
basis.h
|
0d350e7108
Set clang-format `RemoveSemicolon` rule to `true`
|
3 weeks ago |
bvh.h
|
9903e6779b
Enforce template syntax `typename` over `class`
|
8 months ago |
bvh_abb.h
|
158fcf107c
Fix some uses of float and real_t in core/math
|
7 months ago |
bvh_cull.inc
|
0d1e3893d9
Merge pull request #57630 from lawnjelly/bvh4_templated_checks
|
2 years ago |
bvh_debug.inc
|
158fcf107c
Fix some uses of float and real_t in core/math
|
7 months ago |
bvh_integrity.inc
|
3877ed73d0
Dynamic BVH broadphase in 2D & 3D Godot Physics
|
3 years ago |
bvh_logic.inc
|
f8eaab5b47
BVH - Sync BVH with 3.x
|
2 years ago |
bvh_misc.inc
|
f8eaab5b47
BVH - Sync BVH with 3.x
|
2 years ago |
bvh_pair.inc
|
f8eaab5b47
BVH - Sync BVH with 3.x
|
2 years 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
|
7 months ago |
bvh_structs.inc
|
e705aa4550
Fix not refitting upward from leaf nodes.
|
1 year ago |
bvh_tree.h
|
9903e6779b
Enforce template syntax `typename` over `class`
|
8 months ago |
color.cpp
|
49594d8c41
Optimize `Color::find_named_color()`
|
6 months ago |
color.h
|
80cf6cbfe9
Optimize .hdr loading and RGB9E5 conversion
|
3 months ago |
color_names.inc
|
49594d8c41
Optimize `Color::find_named_color()`
|
6 months ago |
convex_hull.cpp
|
c92a6c7e27
CI: Update `clang-format` pre-commit hook to 19.1.0
|
1 month ago |
convex_hull.h
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
delaunay_2d.h
|
a497a5cb3e
[Core] Codestyle improvements to math types
|
8 months ago |
delaunay_3d.h
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
6 months ago |
disjoint_set.h
|
9903e6779b
Enforce template syntax `typename` over `class`
|
8 months ago |
dynamic_bvh.cpp
|
394bb0ee2b
Fix various typos with codespell
|
1 year ago |
dynamic_bvh.h
|
79ba22a73f
Use `Vector*` component-wise `min/max/clamp` functions where applicable
|
8 months ago |
expression.cpp
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
3 weeks ago |
expression.h
|
9903e6779b
Enforce template syntax `typename` over `class`
|
8 months ago |
face3.cpp
|
c0083e431b
Cleanup unused engine code v2
|
1 year ago |
face3.h
|
55a4836e5b
Core: Replace `_NO_DISCARD_` macro with attribute
|
7 months ago |
geometry_2d.cpp
|
0d350e7108
Set clang-format `RemoveSemicolon` rule to `true`
|
3 weeks ago |
geometry_2d.h
|
9f0ae21095
Expose `Geometry2D.bresenham_line()` method
|
3 weeks ago |
geometry_3d.cpp
|
3a08c646ee
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
|
8 months ago |
geometry_3d.h
|
158fcf107c
Fix some uses of float and real_t in core/math
|
7 months ago |
math_defs.h
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
math_fieldwise.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
math_fieldwise.h
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
math_funcs.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
math_funcs.h
|
fcc8518bce
Add modf function and fix snap behavior
|
2 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`
|
3 weeks ago |
projection.cpp
|
02b2efc668
Fix Projection::invert on orthogonal projections and others.
|
3 days ago |
projection.h
|
55a4836e5b
Core: Replace `_NO_DISCARD_` macro with attribute
|
7 months ago |
quaternion.cpp
|
a497a5cb3e
[Core] Codestyle improvements to math types
|
8 months ago |
quaternion.h
|
55a4836e5b
Core: Replace `_NO_DISCARD_` macro with attribute
|
7 months ago |
quick_hull.cpp
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
6 months ago |
quick_hull.h
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
random_number_generator.cpp
|
88df5ea8ac
Add RandomNumberGenerator::rand_weighted method
|
8 months ago |
random_number_generator.h
|
981883d041
Fix `RandomNumberGenerator::rand_weighted` return type
|
8 months ago |
random_pcg.cpp
|
ab13513403
Fix RandomPCG::rand_weighted incorrectly returning -1
|
4 months ago |
random_pcg.h
|
9903e6779b
Enforce template syntax `typename` over `class`
|
8 months ago |
rect2.cpp
|
5c0f2414cd
Always add decimal when printing float
|
4 weeks ago |
rect2.h
|
7db24a9ad5
Simplify and fix Rect2/AABB get_support function
|
3 months ago |
rect2i.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
rect2i.h
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
4 months ago |
static_raycaster.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
static_raycaster.h
|
7699d678c4
Fix `builtin_embree=no` build linking the wrong version of Embree
|
6 months ago |
transform_2d.cpp
|
a497a5cb3e
[Core] Codestyle improvements to math types
|
8 months ago |
transform_2d.h
|
32c83a228d
Style: Add `WARNING:` as new comment admonition
|
1 month ago |
transform_3d.cpp
|
a497a5cb3e
[Core] Codestyle improvements to math types
|
8 months ago |
transform_3d.h
|
55a4836e5b
Core: Replace `_NO_DISCARD_` macro with attribute
|
7 months ago |
transform_interpolator.cpp
|
2f8ab4a654
Fixed Timestep Interpolation (3D)
|
4 months ago |
transform_interpolator.h
|
2f8ab4a654
Fixed Timestep Interpolation (3D)
|
4 months ago |
triangle_mesh.cpp
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
6 months ago |
triangle_mesh.h
|
c0083e431b
Cleanup unused engine code v2
|
1 year ago |
triangulate.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
triangulate.h
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
vector2.cpp
|
5c0f2414cd
Always add decimal when printing float
|
4 weeks ago |
vector2.h
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
4 months ago |
vector2i.cpp
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
6 months ago |
vector2i.h
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
4 months ago |
vector3.cpp
|
5c0f2414cd
Always add decimal when printing float
|
4 weeks ago |
vector3.h
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
4 months ago |
vector3i.cpp
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
6 months ago |
vector3i.h
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
4 months ago |
vector4.cpp
|
f9b488508c
Add PackedVector4Array Variant type
|
6 months ago |
vector4.h
|
e117ed9cd4
Rename Vector4.components -> coord
|
1 month ago |
vector4i.cpp
|
308dbb8c63
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
|
6 months ago |
vector4i.h
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
4 months ago |