Commit History

Author SHA1 Message Date
  lawnjelly eb6f98ec55 Portal occlusion culling 4 years ago
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
  Rémi Verschelde 3d15f04668 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 4 years ago
  Rémi Verschelde 6e600cb3f0 Style: Set clang-format Standard to c++14 4 years ago
  PouleyKetchoupp c6fbd55ca9 Cylinder support in Godot Physics 3D 4 years ago
  JFonS 112b416056 Implement new CPU lightmapper 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Kiri Jolly bac44ee19f Fixed false positives in the culling system. 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Rémi Verschelde f111d1aaed Drop b2d_convexdecomp. no longer necessary. 5 years ago
  Andrii Doroshenko (Xrayez) 08272585e9 Remove redundant transform method in Geometry singleton 6 years ago
  Michael Alexsander Silva Dias 6cc54a5864 Add 'is_point_in_circle()' to Geometry class, and general file cleanup 6 years ago
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
  IAmActuallyCthulhu 82b9557803 Remove redundant author doc comments 6 years ago
  Simon Puchert 4b78e17b15 Optimize get_closest_point_to_segment*. 6 years ago
  Andrii Doroshenko (Xrayez) 24e9a881c0 Expose 2D Delaunay triangulation in Geometry singleton 6 years ago
  Andrii Doroshenko (Xrayez) 883ef8570a Expose 2D polygon boolean operations in Geometry singleton 6 years ago
  Rémi Verschelde e0574e1d98 Fix typos with codespell 6 years ago
  Aaron Franke b659e1eb2b Use approximate equallity methods in many places 6 years ago
  Christoph Schroeder dcbe55a1fa Fixes Geometry.segment_intersects_circle working only one way. 6 years ago
  Mariano Suligoy 078b869d9a TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003 6 years ago
  Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename 6 years ago
  Juan Linietsky e46f28e02d Removed splits in Polygon editor, replace by internal vertices and polygon support. 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Juan Linietsky 16022da187 Ensure that array passed to physics is always counter clockwise, fixes #15361. 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Aaron Franke cf136a91d6 [Core] Completely kill math_2d.h, change includes 7 years ago
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 years ago