summaryrefslogtreecommitdiffstats
path: root/core/math/geometry_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-5/+7
|\|
| * Restore arc_tolerance value when using Clipper2's InflatePathsRicardo Buring2024-10-091-5/+7
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Replace Clipper1 library by Clipper2 libraryRicardo Buring2024-04-201-58/+53
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Cleanup unused engine code v2kobewi2023-01-191-35/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-3/+3
* Float literals - fix main primitives to use real_t castinglawnjelly2022-02-241-9/+9
* Float literals - fix main primitives to use .flawnjelly2022-02-101-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-3/+3
* Geometry2D::make_atlas Fail is passed invalid rect sizekleonc2021-02-241-0/+4
* Update PolyPartition / Triangulator libraryAaron Franke2021-01-121-7/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Fix copyright headersRémi Verschelde2020-06-251-1/+1
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-0/+384