Historique des commits

Auteur SHA1 Message Date
  Rémi Verschelde e6cab51ad5 Fix warnings found by Emscripten 3.1.10 il y a 3 ans
  Fabio Alessandrelli d70e80ee78 Fix some array size function definition mismatch. il y a 3 ans
  Marcel Admiraal 22ff17793c Use is_equal_approx() instead of vertex_snap when checking if ray is il y a 5 ans
  Marcel Admiraal 8e120230a1 Create degenerate triangles when inserting an edge into a CSG face. il y a 5 ans
  Marcel Admiraal fa0ee28826 Check if point's index exists before adding it to the list of points il y a 5 ans
  Marcel Admiraal 11b7f050df Fix multiple issues with CSG module. il y a 5 ans
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 il y a 5 ans
  Aaron Franke aeb7075628 Replace vector == and is_zero_approx(distance) with is_equal_approx il y a 6 ans
  luz.paz 91ecd7b6a6 Fix misc. source comment typos il y a 6 ans
  Paul Trojahn 7c9c6df7e4 Replace is_zero_approx(A.distance_to(B)) with A==B il y a 6 ans
  Rémi Verschelde 5c66771e3e Merge pull request #29283 from qarmin/fix_some_always_same_values il y a 6 ans
  qarmin 072e40368e Fix always true/false values il y a 6 ans
  Rémi Verschelde 6d16f2f053 Fix error macro calls not ending with semicolon il y a 6 ans
  Rémi Verschelde e0574e1d98 Fix typos with codespell il y a 6 ans
  Aaron Franke b659e1eb2b Use approximate equallity methods in many places il y a 6 ans
  Juan Linietsky a73ca79402 Fix CSG crash, closes #26281 il y a 6 ans
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. il y a 6 ans
  Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename il y a 6 ans
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 il y a 6 ans
  Aaron Franke 37386f112b Remove redundant "== true" code il y a 7 ans
  Rémi Verschelde f48ee838e7 Fix GCC 8 warnings about potentially unitialized variables il y a 7 ans
  Rémi Verschelde 1a16dabfb5 Merge pull request #21982 from luzpaz/misc-typos il y a 7 ans
  luz.paz 08bde5b2de Misc. typos il y a 7 ans
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path il y a 7 ans
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit il y a 7 ans
  Guilherme Felipe 35024d4e7b Add missing copyright headers il y a 7 ans
  karroffel bf24d570bb updated OAHashMap to use robinhood hashing il y a 7 ans
  Juan Linietsky f8520dbba7 -Changed how operators work, any shape can operate on any other il y a 7 ans
  Juan Linietsky ec7ed5f360 Avoid CSG freeze condition on degenerates il y a 7 ans
  Juan Linietsky afb4ce8d2d Reduce false positives in interior detection by adding a small offset to raycast, fixes #18476 il y a 7 ans