summaryrefslogtreecommitdiffstats
path: root/doc/classes/AStar2D.xml
Commit message (Expand)AuthorAgeFilesLines
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Document `AStar.get_point_path()` not being thread-safeHugo Locurcio2021-04-161-0/+1
* Explain A Star pathfinding algorithm cost calcuationMaganty Rushyendra2021-01-051-2/+3
* Add C# code examples to the docsHaSa10022020-09-261-10/+62
* AStar: Make get_closest_point() deterministic for equidistant pointsRémi Verschelde2020-06-091-1/+2
* Implements estimate/compute_cost for AStar2DYuri Roubinsky2020-03-141-0/+24
* doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde2020-02-251-2/+2
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-3/+3
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-1/+1
* doc: Sync classref with current sourceRémi Verschelde2019-10-011-1/+3
* allow to reserve space in OAHashMap explicitly and also in AStar.Robin Hübner2019-08-271-0/+23
* AStar and AStar2D examples fixed to not use 'as' keyword and also removed err...unknown2019-07-201-30/+29
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-15/+15
* Added 2D functions to AStarChaosus2019-05-301-0/+258