Commit History

Author SHA1 Message Date
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Marcel Admiraal 3521239d96 Don't attempt to insert points into degenerate triangles. 5 years ago
  Marcel Admiraal 5b1e6e35be Mark the first shape as inside, not the second shape, when CSG shapes are 5 years ago
  Marcel Admiraal 63f4e92195 Use is_equal_approx() instead of vertex_snap when checking if ray is 5 years ago
  Marcel Admiraal 1a559c9889 Create degenerate triangles when inserting an edge into a CSG face. 5 years ago
  Marcel Admiraal f5b99b578e Check if point's index exists before adding it to the list of points 5 years ago
  Andrii Doroshenko (Xrayez) 69d5de632e Split `Geometry` singleton into `Geometry2D` and `Geometry3D` 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 5 years ago
  Aaron Franke 540156b387 [Core] Rename linear_interpolate to lerp 5 years ago
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 years ago
  luz.paz 7bf6e5f773 Fix various typos 5 years ago
  Marcel Admiraal 17f14a851d Fix multiple issues with CSG module. 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Aaron Franke aeb7075628 Replace vector == and is_zero_approx(distance) with is_equal_approx 5 years ago
  luz.paz 91ecd7b6a6 Fix misc. source comment typos 6 years ago
  Paul Trojahn 7c9c6df7e4 Replace is_zero_approx(A.distance_to(B)) with A==B 6 years ago
  Rémi Verschelde 5c66771e3e Merge pull request #29283 from qarmin/fix_some_always_same_values 6 years ago
  qarmin 072e40368e Fix always true/false values 6 years ago
  Rémi Verschelde 6d16f2f053 Fix error macro calls not ending with semicolon 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
  Juan Linietsky a73ca79402 Fix CSG crash, closes #26281 6 years ago
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. 6 years ago
  Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Aaron Franke 37386f112b Remove redundant "== true" code 6 years ago