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