summaryrefslogtreecommitdiffstats
path: root/core/math
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos with codespellRémi Verschelde2023-08-071-7/+6
* Add the fill region methods to the `AStarGrid2D`Yuri Roubinski2023-07-152-0/+37
* Merge pull request #76787 from RedworkDE/avoid-localvector-copyRémi Verschelde2023-06-201-2/+2
|\
| * Avoid making unnecessary copies of `LocalVector`RedworkDE2023-05-061-2/+2
* | Consider all triangles for retention in Delaunay TriangulationMatthew Jensen2023-06-171-1/+1
* | Allow setting negative WorldBoundaryShape2D.distance through the editorkleonc2023-06-141-4/+0
* | Fix for SkeletonIK3D interpolation and bone rollLyuma2023-06-051-1/+1
* | Remove unnecessary Clipper lib includessmix82023-05-241-1/+0
* | Add the ability to look-at in model-space.Juan Linietsky2023-05-244-9/+12
* | Make ok_color functions staticbonjorno72023-05-131-8/+4
* | Merge pull request #76946 from AThousandShips/shadow_warningRémi Verschelde2023-05-122-18/+18
|\ \
| * | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-112-18/+18
* | | Merge pull request #76936 from clayjohn/revert-hslRémi Verschelde2023-05-122-93/+0
|\ \ \ | |/ / |/| |
| * | Revert "Add API for HSL conversion"clayjohn2023-05-102-93/+0
* | | Make acos and asin safelawnjelly2023-05-113-7/+10
|/ /
* | Merge pull request #76661 from bonjorno7/hslRémi Verschelde2023-05-092-0/+93
|\ \
| * | Add API for HSL conversionbonjorno72023-05-092-0/+93
| |/
* | Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-5/+1
|\ \ | |/ |/|
| * Use String.repeat() in more placesVolTer2023-05-011-5/+1
* | Allow negative coordinates in `AStarGrid2D`Danil Alexeev2023-04-262-32/+57
* | Expose `determinant` in Transform2D, rename internal methodAaron Franke2023-04-222-6/+6
* | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+0
* | Optimize 2D Delaunay and make it more readableVolTer2023-04-091-67/+60
* | Fix randfn to prevent generating of nan valuesYuri Rubinsky2023-03-031-2/+10
* | Minor typo and docs URL fixesRémi Verschelde2023-02-282-2/+2
* | BVH - fix lockguards for multithread modelawnjelly2023-02-201-6/+2
* | Bias octahedral tangent y axis to avoid errors around 0clayjohn2023-02-131-0/+2
* | Merge pull request #72316 from 0xafbf/component-wise-minmaxRémi Verschelde2023-02-114-0/+32
|\ \
| * | Added component-wise `min` and `max` functions for vectorsAndrés Botero2023-02-114-0/+32
* | | Math: Prevent division by zero in posmodRémi Verschelde2023-02-111-0/+2
|/ /
* | Fix scaled_orthogonal() & subgizmo global scalingSilc Renew2023-02-041-1/+6
* | More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-012-9/+9
* | Fix various typos with codespellRémi Verschelde2023-02-012-48/+48
* | Add support for interpolating skewed transformsAaron Franke2023-01-281-33/+6
* | Merge pull request #72170 from Chaosus/astar_fixYuri Rubinsky2023-01-273-16/+16
|\ \
| * | Enchance the performance of AStar by using a LocalVector(2)Yuri Rubinsky2023-01-273-16/+16
* | | Merge pull request #72168 from RandomShaper/sensible_lock_returnRémi Verschelde2023-01-271-1/+1
|\ \ \ | |/ / |/| |
| * | Booleanize various sync primitives' wait & locking methodsPedro J. Estébanez2023-01-271-1/+1
* | | Fix range loop iteration regressionsbitsawer2023-01-261-1/+1
| |/ |/|
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-236-21/+21
* | Merge pull request #71676 from vnen/gdscript-unicode-identifiersRémi Verschelde2023-01-231-5/+4
|\ \
| * | Add support for Unicode identifiers in Expression classGeorge Marques2023-01-211-5/+4
| |/
* | Enchance the performance of `AStar` by using a `LocalVector`Yuri Rubinsky2023-01-221-7/+7
* | Use range iterators in LocalVector loopskobewi2023-01-213-27/+21
|/
* Cleanup unused engine code v2kobewi2023-01-1912-460/+0
* Rename `center` method to `get_center` in Plane.Raul Santos2023-01-152-2/+2
* Fix error in `AstarGrid2D::get_id_path`Yuri Rubinsky2023-01-081-1/+1
* Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabledYuri Rubinsky2023-01-061-12/+4
* Merge pull request #70547 from TokageItLab/pingpong-wrapRémi Verschelde2023-01-061-2/+2
|\
| * Fix pingpong with loop wrap is not workingSilc Renew2022-12-251-2/+2