Brian Semrau dc11e73bf0 Rename AABB `get_area` to `get_volume` 4 年之前
..
SCsub cd4e46ee65 SCons: Format buildsystem files with psf/black 5 年之前
a_star.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
a_star.h 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 年之前
aabb.cpp dc11e73bf0 Rename AABB `get_area` to `get_volume` 4 年之前
aabb.h dc11e73bf0 Rename AABB `get_area` to `get_volume` 4 年之前
audio_frame.h a2b3a73e2d Make audio bus channels' peak volume consistent 4 年之前
basis.cpp 0ae65472e7 clang-format: Enable `BreakBeforeTernaryOperators` 4 年之前
basis.h 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
bvh.h bcf4a56c74 Replace references to VisualServer in code comments with RenderingServer 4 年之前
bvh_abb.h 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 年之前
bvh_cull.inc d3c6395dcd Fix buffer overflow in 2D BVH 4 年之前
bvh_debug.inc d3c6395dcd Fix buffer overflow in 2D BVH 4 年之前
bvh_integrity.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 年之前
bvh_logic.inc 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 4 年之前
bvh_misc.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 年之前
bvh_pair.inc 3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics 4 年之前
bvh_public.inc bd42de5fea BVH - fix stale current_tree in deactivate function [4.x] 4 年之前
bvh_refit.inc bd42de5fea BVH - fix stale current_tree in deactivate function [4.x] 4 年之前
bvh_split.inc d3c6395dcd Fix buffer overflow in 2D BVH 4 年之前
bvh_structs.inc bd42de5fea BVH - fix stale current_tree in deactivate function [4.x] 4 年之前
bvh_tree.h bd42de5fea BVH - fix stale current_tree in deactivate function [4.x] 4 年之前
camera_matrix.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
camera_matrix.h a3c29ed899 Rename files and the exposed name for Transform3D 4 年之前
color.cpp 600b4c9c7b Merge pull request #34668 from aaronfranke/to-string 4 年之前
color.h 2e13e3ed4a Allow clamping vectors and colors 4 年之前
color_names.inc a97f1a3dc6 Rename color constants (alternative) 4 年之前
convex_hull.cpp 0ae65472e7 clang-format: Enable `BreakBeforeTernaryOperators` 4 年之前
convex_hull.h 3a902c66c4 Revert some URLs from the "Replace HTTP URLs with HTTPS" PR 4 年之前
delaunay_2d.h 90908cd67d Add Get Center Method for Rect2/Rect2i and AABB. 4 年之前
delaunay_3d.h 4e6efd1b07 Use C++ iterators for Lists in many situations 4 年之前
disjoint_set.h b5334d14f7 Update copyright statements to 2021 4 年之前
dynamic_bvh.cpp 4bd5e4fd9b Use the standard C `INFINITY` and `NAN` constants directly 4 年之前
dynamic_bvh.h 3a902c66c4 Revert some URLs from the "Replace HTTP URLs with HTTPS" PR 4 年之前
expression.cpp 4bd5e4fd9b Use the standard C `INFINITY` and `NAN` constants directly 4 年之前
expression.h 04688b92ff Rename Reference to RefCounted 4 年之前
face3.cpp b4eeeb315a Swap args of Plane(point, normal) constructor 4 年之前
face3.h 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 4 年之前
geometry_2d.cpp 8247667a3e Core: Drop custom `copymem`/`zeromem` defines 4 年之前
geometry_2d.h 87a4ba492e Remove unimplemented methods 4 年之前
geometry_3d.cpp b4eeeb315a Swap args of Plane(point, normal) constructor 4 年之前
geometry_3d.h 87a4ba492e Remove unimplemented methods 4 年之前
math_defs.h 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 4 年之前
math_fieldwise.cpp 8acd13a456 Rename Quat to Quaternion 4 年之前
math_fieldwise.h b5334d14f7 Update copyright statements to 2021 4 年之前
math_funcs.cpp 2733b9abd8 Remove obsolete "dectime" method 4 年之前
math_funcs.h 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
octree.h b5334d14f7 Update copyright statements to 2021 4 年之前
plane.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
plane.h b4eeeb315a Swap args of Plane(point, normal) constructor 4 年之前
quaternion.cpp d03b7fbe09 Refactored Node3D rotation modes 4 年之前
quaternion.h 744b43b527 Fix Quaternion multiplication operator 4 年之前
quick_hull.cpp c63b18507d Use range iterators for `Map` 4 年之前
quick_hull.h b5334d14f7 Update copyright statements to 2021 4 年之前
random_number_generator.cpp b5334d14f7 Update copyright statements to 2021 4 年之前
random_number_generator.h 04688b92ff Rename Reference to RefCounted 4 年之前
random_pcg.cpp 7610fc02a0 Cast Unix time to uint in the randomize function 4 年之前
random_pcg.h b5334d14f7 Update copyright statements to 2021 4 年之前
rect2.cpp 554c776e08 Reformat structure string operators 4 年之前
rect2.h 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
static_raycaster.cpp 9e1810695c Auto LOD fixes and improvements 4 年之前
static_raycaster.h 9e1810695c Auto LOD fixes and improvements 4 年之前
transform_2d.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
transform_2d.h 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
transform_3d.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
transform_3d.h ae1702bee5 Replace HTTP links with HTTPS for sites with HTTPS versions 4 年之前
triangle_mesh.cpp c63b18507d Use range iterators for `Map` 4 年之前
triangle_mesh.h 2ca94e51e4 Clean convex hull decomposition code 4 年之前
triangulate.cpp 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 4 年之前
triangulate.h ae1702bee5 Replace HTTP links with HTTPS for sites with HTTPS versions 4 年之前
vector2.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
vector2.h 3f3739ccb5 Add Vector2.from_angle() method 4 年之前
vector3.cpp 3b11e33a09 clang-format: Disable alignment of operands, too unreliable 4 年之前
vector3.h a69541da4c Implement Animation Compression 4 年之前
vector3i.cpp a8d12b5a61 Add constant to vector function parameters that don't actually modify their input. 4 年之前
vector3i.h a8d12b5a61 Add constant to vector function parameters that don't actually modify their input. 4 年之前