Age | Commit message (Expand) | Author |
---|---|---|
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-14 | Replace vector == and is_zero_approx(distance) with is_equal_approx | Aaron Franke |
2019-08-19 | Replace is_zero_approx(A.distance_to(B)) with A==B | Paul Trojahn |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-29 | Add missing copyright headers | Rémi Verschelde |
2018-08-11 | [Core] Completely kill math_2d.h, change includes | Aaron Franke |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-06-21 | Added auto triangle generation in blend space, using Delaunay. | Juan Linietsky |