.. |
a_star.cpp
|
Replace Array return types with TypedArray
|
2022-08-22 22:42:36 +02:00 |
a_star.h
|
Replace Array return types with TypedArray
|
2022-08-22 22:42:36 +02:00 |
aabb.cpp
|
|
|
aabb.h
|
|
|
audio_frame.h
|
Ensure AudioFrame variables l and r are always initialised
|
2022-06-17 17:36:11 +01:00 |
basis.cpp
|
Expose Basis set_orthogonal_index method as a GridMap function
|
2022-08-20 21:42:20 -05:00 |
basis.h
|
Expose Basis set_orthogonal_index method as a GridMap function
|
2022-08-20 21:42:20 -05:00 |
bvh_abb.h
|
|
|
bvh_cull.inc
|
|
|
bvh_debug.inc
|
|
|
bvh_integrity.inc
|
|
|
bvh_logic.inc
|
|
|
bvh_misc.inc
|
|
|
bvh_pair.inc
|
|
|
bvh_public.inc
|
Fixup BVH debugging statements
|
2022-07-25 18:21:53 +02:00 |
bvh_refit.inc
|
|
|
bvh_split.inc
|
|
|
bvh_structs.inc
|
Add protective checks for invalid handle use in BVH
|
2022-03-23 09:19:26 +00:00 |
bvh_tree.h
|
Add protective checks for invalid handle use in BVH
|
2022-03-23 09:19:26 +00:00 |
bvh.h
|
Fixup BVH debugging statements
|
2022-07-25 18:21:53 +02:00 |
color_names.inc
|
|
|
color.cpp
|
Allow picking similar colours using OKHSL.
|
2022-06-07 05:53:27 -07:00 |
color.h
|
Color: Fix resetting alpha when setting H/S/V separately
|
2022-07-26 15:43:49 +02:00 |
convex_hull.cpp
|
Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init
|
2022-05-02 16:28:25 +02:00 |
convex_hull.h
|
|
|
delaunay_2d.h
|
|
|
delaunay_3d.h
|
Implement Vector4, Vector4i, Projection
|
2022-07-23 14:00:01 +02:00 |
disjoint_set.h
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
dynamic_bvh.cpp
|
|
|
dynamic_bvh.h
|
Fix DynamicBVH crash after #59867
|
2022-04-05 02:17:34 +02:00 |
expression.cpp
|
Expression built-in functions can also be considered as identifiers in subscripts
|
2022-07-04 13:25:43 +03:00 |
expression.h
|
Add a const call mode to Object, Variant and Script.
|
2022-06-27 13:33:06 -07:00 |
face3.cpp
|
Fix some issues found by cppcheck.
|
2022-04-06 14:34:37 +03:00 |
face3.h
|
Fix some issues found by cppcheck.
|
2022-04-06 14:34:37 +03:00 |
geometry_2d.cpp
|
Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init
|
2022-05-02 16:28:25 +02:00 |
geometry_2d.h
|
|
|
geometry_3d.cpp
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
geometry_3d.h
|
|
|
math_defs.h
|
|
|
math_fieldwise.cpp
|
Implement Vector4, Vector4i, Projection
|
2022-07-23 14:00:01 +02:00 |
math_fieldwise.h
|
|
|
math_funcs.cpp
|
|
|
math_funcs.h
|
Make cubic_interpolate() consider key time in animation
|
2022-08-19 14:48:37 +09:00 |
plane.cpp
|
|
|
plane.h
|
Rename epsilon to tolerance in the Plane::has_point method
|
2022-07-21 20:15:15 +03:00 |
projection.cpp
|
Implement Vector4, Vector4i, Projection
|
2022-07-23 14:00:01 +02:00 |
projection.h
|
Code quality: Fix header guards consistency
|
2022-07-25 11:17:40 +02:00 |
quaternion.cpp
|
Make cubic_interpolate() consider key time in animation
|
2022-08-19 14:48:37 +09:00 |
quaternion.h
|
Make cubic_interpolate() consider key time in animation
|
2022-08-19 14:48:37 +09:00 |
quick_hull.cpp
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
quick_hull.h
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
random_number_generator.cpp
|
|
|
random_number_generator.h
|
|
|
random_pcg.cpp
|
|
|
random_pcg.h
|
Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init
|
2022-05-02 16:28:25 +02:00 |
rect2.cpp
|
Rename Transform2D "elements" to "columns"
|
2022-04-29 08:02:39 -05:00 |
rect2.h
|
|
|
rect2i.cpp
|
|
|
rect2i.h
|
|
|
SCsub
|
|
|
static_raycaster.cpp
|
|
|
static_raycaster.h
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
transform_2d.cpp
|
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
|
2022-08-02 23:38:14 +02:00 |
transform_2d.h
|
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
|
2022-08-02 23:38:14 +02:00 |
transform_3d.cpp
|
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
|
2022-08-02 23:38:14 +02:00 |
transform_3d.h
|
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
|
2022-08-02 23:38:14 +02:00 |
triangle_mesh.cpp
|
Add surface indices to TriangleMesh
|
2022-06-22 21:48:23 +02:00 |
triangle_mesh.h
|
Add surface indices to TriangleMesh
|
2022-06-22 21:48:23 +02:00 |
triangulate.cpp
|
|
|
triangulate.h
|
|
|
vector2.cpp
|
Refactor bezier interpolation functions
|
2022-06-27 19:42:43 +02:00 |
vector2.h
|
Make cubic_interpolate() consider key time in animation
|
2022-08-19 14:48:37 +09:00 |
vector2i.cpp
|
|
|
vector2i.h
|
|
|
vector3.cpp
|
Octahedral Normal/Tangent Compression
|
2022-08-13 08:09:32 -07:00 |
vector3.h
|
Merge pull request #60309 from The-O-King/oct
|
2022-08-22 19:29:21 +02:00 |
vector3i.cpp
|
|
|
vector3i.h
|
|
|
vector4.cpp
|
Make cubic_interpolate() consider key time in animation
|
2022-08-19 14:48:37 +09:00 |
vector4.h
|
Make cubic_interpolate() consider key time in animation
|
2022-08-19 14:48:37 +09:00 |
vector4i.cpp
|
Fix Vector4::min_axis_index for equal components
|
2022-08-01 04:50:17 +02:00 |
vector4i.h
|
Implement Vector4, Vector4i, Projection
|
2022-07-23 14:00:01 +02:00 |