summaryrefslogtreecommitdiffstats
path: root/doc/classes/AStar.xml
Commit message (Expand)AuthorAgeFilesLines
* Rename `AStar` to `AStar3D`Yuri Roubinsky2022-03-201-329/+0
* 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-122/+61
* Fix miscellaneous doc typos and inconsistenciesNicholas Huelin2021-07-221-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Improve the `Engine.editor_hint` property documentationHugo Locurcio2021-04-201-1/+1
* Document `AStar.get_point_path()` not being thread-safeHugo Locurcio2021-04-161-0/+1
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* Explain A Star pathfinding algorithm cost calcuationMaganty Rushyendra2021-01-051-2/+4
* Add C# code examples to the docsHaSa10022020-09-261-12/+77
* AStar: Make get_closest_point() deterministic for equidistant pointsRémi Verschelde2020-06-091-1/+2
* 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
* Merge pull request #30556 from kawa-yoiko/astar-directedRémi Verschelde2019-11-071-5/+23
|\
| * Revise and update AStar documentationShiqing2019-09-111-5/+23
* | 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
* doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde2019-06-271-1/+1
* Added 2D functions to AStarChaosus2019-05-301-1/+1
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
* Merge pull request #27506 from Chaosus/astarRémi Verschelde2019-04-081-0/+20
|\
| * Added functions to AStar for disable/enable pointsChaosus2019-04-081-0/+20
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* doc: Fix formatting in code blocksRémi Verschelde2018-12-141-26/+17
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
* doc: Sync classref with current sourceRémi Verschelde2018-01-031-1/+1
* Fix wrong return value in some virtual method bindingsRémi Verschelde2017-12-101-2/+2
* [DOCS] ARVR, AStar, AtlasTexture, BasisWill Nations2017-12-071-9/+10
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
* classref: Sync with current sourceRémi Verschelde2017-11-131-22/+22
* AStar: implementation of get_point_connectionsDmDerbin2017-11-041-0/+22
* AStar: Add setters for point position and scale weight, cleanupUnknown2017-10-271-1/+24
* Rename pos to position in user facing methods and variablesletheed2017-09-201-8/+8
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-0/+226