index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
AStar2D.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #95774 from Mickeon/documentation-miscellaneous-oddities
Thaddeus Crews
2024-11-12
1
-1
/
+1
|
\
|
*
Fix miscellaneous oddities around the class reference
Micky
2024-08-18
1
-1
/
+1
*
|
fix astar partial path destination can be solid/disabled
allison
2024-09-12
1
-0
/
+2
*
|
Merge pull request #92123 from timothyqiu/estimate-end
Rémi Verschelde
2024-08-28
1
-1
/
+1
|
\
\
|
*
|
Change param name of AStar's _estimate_cost method
Haoyu Qiu
2024-05-19
1
-1
/
+1
|
|
/
*
/
Fix some C# variable types In `AStar2D/3D` Class Reference
Dungeon Master
2024-08-23
1
-2
/
+2
|
/
*
Fix wrong return type mention in AStarGrid2D docs
Brandtware
2024-04-04
1
-1
/
+1
*
add partial path return option for astar
ashley
2024-04-03
1
-0
/
+4
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Overhaul the top sections of the class reference (Physics classes)
VolTer
2023-05-20
1
-4
/
+5
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Remove extra spaces and correct crosslinks in some documentation
Yuri Sizov
2023-02-17
1
-1
/
+1
*
Fix small mistakes throughout much of the documentation
VolTer
2022-10-21
1
-1
/
+1
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-1
/
+1
*
[doc] Use "param" instead of "code" to refer to parameters (8)
Andy Maloney
2022-08-12
1
-16
/
+16
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-36
/
+36
*
Make AStar to use 64-bit logic
Yuri Rubinsky
2022-06-16
1
-2
/
+2
*
Merge pull request #58669 from theraot/ASar2Dbidirectional
Rémi Verschelde
2022-06-16
1
-2
/
+4
|
\
|
*
Updating AStar2D documentation to mention the new bidirectional paramter
Theraot
2022-03-01
1
-2
/
+4
*
|
Allow AStar2D/AStar3D zero point weight
smix8
2022-05-06
1
-1
/
+1
*
|
Rename `AStar` to `AStar3D`
Yuri Roubinsky
2022-03-20
1
-1
/
+1
|
/
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarity
Hugo Locurcio
2021-11-30
1
-6
/
+6
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-2
/
+0
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-2
/
+2
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-118
/
+59
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
Document `AStar.get_point_path()` not being thread-safe
Hugo Locurcio
2021-04-16
1
-0
/
+1
*
Explain A Star pathfinding algorithm cost calcuation
Maganty Rushyendra
2021-01-05
1
-2
/
+3
*
Add C# code examples to the docs
HaSa1002
2020-09-26
1
-10
/
+62
*
AStar: Make get_closest_point() deterministic for equidistant points
Rémi Verschelde
2020-06-09
1
-1
/
+2
*
Implements estimate/compute_cost for AStar2D
Yuri Roubinsky
2020-03-14
1
-0
/
+24
*
doc: Sync classref for Packed{Int,Float}{32,64}Array additions
Rémi Verschelde
2020-02-25
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
1
-3
/
+3
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-23
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2019-10-01
1
-1
/
+3
*
allow to reserve space in OAHashMap explicitly and also in AStar.
Robin Hübner
2019-08-27
1
-0
/
+23
*
AStar and AStar2D examples fixed to not use 'as' keyword and also removed err...
unknown
2019-07-20
1
-30
/
+29
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-15
/
+15
*
Added 2D functions to AStar
Chaosus
2019-05-30
1
-0
/
+258