rune-scape 7691c5fccd Initialize pointers in a_star.cpp vor 1 Jahr
..
SCsub cd4e46ee65 SCons: Format buildsystem files with psf/black vor 4 Jahren
a_star.cpp 7691c5fccd Initialize pointers in a_star.cpp vor 10 Monaten
a_star.h d8ff69d53c Extract ScriptInstance to simplify includes vor 1 Jahr
a_star_grid_2d.cpp a8ff5f086d Fix typo in `heuristic_euclidian` helper in AStarGrid2D vor 1 Jahr
a_star_grid_2d.h 1621110e2d Core: Some code style improvements to `AStarGrid2D` vor 1 Jahr
aabb.cpp fe4850c0d0 Use mingw-std-threads in MinGW builds vor 1 Jahr
aabb.h ad57a98eb0 [Core] Fix `AABB.encloses` failing on shared upper bound vor 11 Monaten
audio_frame.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
basis.cpp 56806ffeed Add `is_conformal` method to Basis and Transform2D vor 1 Jahr
basis.h 56806ffeed Add `is_conformal` method to Basis and Transform2D vor 1 Jahr
bvh.h f42a837e92 BVH - fix lockguards for multithread mode vor 1 Jahr
bvh_abb.h 5b1df48c6c Convert en_GB spelling to en_US with codespell vor 1 Jahr
bvh_cull.inc 0d1e3893d9 Merge pull request #57630 from lawnjelly/bvh4_templated_checks vor 2 Jahren
bvh_debug.inc 6b84e258d2 Use String.repeat() in more places vor 1 Jahr
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics vor 3 Jahren
bvh_logic.inc f8eaab5b47 BVH - Sync BVH with 3.x vor 2 Jahren
bvh_misc.inc f8eaab5b47 BVH - Sync BVH with 3.x vor 2 Jahren
bvh_pair.inc f8eaab5b47 BVH - Sync BVH with 3.x vor 2 Jahren
bvh_public.inc 178405f7cb Fixup BVH debugging statements vor 2 Jahren
bvh_refit.inc e705aa4550 Fix not refitting upward from leaf nodes. vor 1 Jahr
bvh_split.inc 0156860ad5 Fix axis getting mixed up when split leaf vor 1 Jahr
bvh_structs.inc e705aa4550 Fix not refitting upward from leaf nodes. vor 1 Jahr
bvh_tree.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
color.cpp 283cac859c Make ok_color functions static vor 1 Jahr
color.h f83a90192f Revert "Add API for HSL conversion" vor 1 Jahr
color_names.inc d95794ec8a One Copyright Update to rule them all vor 2 Jahren
convex_hull.cpp 034c0f1624 Replace `sanity` with `safety` for checks vor 1 Jahr
convex_hull.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
delaunay_2d.h 8b188bda52 Consider all triangles for retention in Delaunay Triangulation vor 1 Jahr
delaunay_3d.h faaf27f284 Fix various typos with codespell vor 1 Jahr
disjoint_set.h 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable vor 1 Jahr
dynamic_bvh.cpp 394bb0ee2b Fix various typos with codespell vor 1 Jahr
dynamic_bvh.h 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable vor 1 Jahr
expression.cpp 86ee5f39c4 Add support for Unicode identifiers in Expression class vor 1 Jahr
expression.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
face3.cpp c0083e431b Cleanup unused engine code v2 vor 2 Jahren
face3.h c0083e431b Cleanup unused engine code v2 vor 2 Jahren
geometry_2d.cpp c0083e431b Cleanup unused engine code v2 vor 2 Jahren
geometry_2d.h c33e291474 Update `triangulate_delaunay()` to avoid needless reallocations vor 1 Jahr
geometry_3d.cpp 66a8418a2d Remove unnecessary Clipper lib includes vor 1 Jahr
geometry_3d.h c0083e431b Cleanup unused engine code v2 vor 2 Jahren
math_defs.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
math_fieldwise.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
math_fieldwise.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
math_funcs.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
math_funcs.h 3a39de4e2f Add rotate_toward and angle_difference to GDScript and C# vor 1 Jahr
plane.cpp 77b8e0fcb7 Allow setting negative WorldBoundaryShape2D.distance through the editor vor 1 Jahr
plane.h 7560340ef6 Rename `center` method to `get_center` in Plane. vor 2 Jahren
projection.cpp 9f21dfbafd Remove unnecessary line from Projection::get_z_far vor 1 Jahr
projection.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
quaternion.cpp 50c5ed4876 Make acos and asin safe vor 1 Jahr
quaternion.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
quick_hull.cpp e52213e2fa More codespell fixes, do more changes from previous ignore list vor 1 Jahr
quick_hull.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
random_number_generator.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
random_number_generator.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
random_pcg.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
random_pcg.h d11bb866ff Fix randfn to prevent generating of nan values vor 1 Jahr
rect2.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
rect2.h 80c9533810 Rework blending method in Variant animation for Int/Array/String vor 1 Jahr
rect2i.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
rect2i.h 491ded1898 Minor typo and docs URL fixes vor 1 Jahr
static_raycaster.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
static_raycaster.h 71ee65dc57 Enable shadow warnings and fix raised errors vor 1 Jahr
transform_2d.cpp 56806ffeed Add `is_conformal` method to Basis and Transform2D vor 1 Jahr
transform_2d.h 56806ffeed Add `is_conformal` method to Basis and Transform2D vor 1 Jahr
transform_3d.cpp 5fdc1232ef Add the ability to look-at in model-space. vor 1 Jahr
transform_3d.h 5fdc1232ef Add the ability to look-at in model-space. vor 1 Jahr
triangle_mesh.cpp c0083e431b Cleanup unused engine code v2 vor 2 Jahren
triangle_mesh.h c0083e431b Cleanup unused engine code v2 vor 2 Jahren
triangulate.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
triangulate.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector2.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector2.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector2i.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector2i.h d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector3.cpp 5a800e68f1 Bias octahedral tangent y axis to avoid errors around 0 vor 1 Jahr
vector3.h a90e151b2a Added component-wise `min` and `max` functions for vectors vor 1 Jahr
vector3i.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector3i.h a90e151b2a Added component-wise `min` and `max` functions for vectors vor 1 Jahr
vector4.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector4.h a90e151b2a Added component-wise `min` and `max` functions for vectors vor 1 Jahr
vector4i.cpp d95794ec8a One Copyright Update to rule them all vor 2 Jahren
vector4i.h a90e151b2a Added component-wise `min` and `max` functions for vectors vor 1 Jahr