summaryrefslogtreecommitdiffstats
path: root/doc/classes/AStar2D.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #95774 from Mickeon/documentation-miscellaneous-odditiesThaddeus Crews2024-11-121-1/+1
|\
| * Fix miscellaneous oddities around the class referenceMicky2024-08-181-1/+1
* | fix astar partial path destination can be solid/disabledallison2024-09-121-0/+2
* | Merge pull request #92123 from timothyqiu/estimate-endRémi Verschelde2024-08-281-1/+1
|\ \
| * | Change param name of AStar's _estimate_cost methodHaoyu Qiu2024-05-191-1/+1
| |/
* / Fix some C# variable types In `AStar2D/3D` Class ReferenceDungeon Master2024-08-231-2/+2
|/
* Fix wrong return type mention in AStarGrid2D docsBrandtware2024-04-041-1/+1
* add partial path return option for astarashley2024-04-031-0/+4
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-4/+5
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Remove extra spaces and correct crosslinks in some documentationYuri Sizov2023-02-171-1/+1
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-16/+16
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-36/+36
* Make AStar to use 64-bit logicYuri Rubinsky2022-06-161-2/+2
* Merge pull request #58669 from theraot/ASar2DbidirectionalRémi Verschelde2022-06-161-2/+4
|\
| * Updating AStar2D documentation to mention the new bidirectional paramterTheraot2022-03-011-2/+4
* | Allow AStar2D/AStar3D zero point weightsmix82022-05-061-1/+1
* | Rename `AStar` to `AStar3D`Yuri Roubinsky2022-03-201-1/+1
|/
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarityHugo Locurcio2021-11-301-6/+6
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-2/+2
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-118/+59
* 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