index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
NavigationServer2D.xml
Age
Commit message (
Expand
)
Author
2023-01-31
Add NavigationAgent Path Debug Visualization
smix8
2023-01-27
Use Callable for Navigation Agent callbacks
Josh Jones
2023-01-26
Rename Navigation uses of 'location' to 'position'
smix8
2023-01-11
Add navigation tutorial links inside class doc
smix8
2023-01-07
Rework const on NavigationServer methods
Josh Jones
2022-12-18
Merge pull request #70230 from DarkKilauea/nav-experimental
Rémi Verschelde
2022-12-17
Fix Navigation API abbreviations inconsistency
smix8
2022-12-17
Mark navigation classes and nodes as experimental
Josh Jones
2022-12-12
Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.x
Rémi Verschelde
2022-12-12
Fix Navigation agent callback wild pointer crash
smix8
2022-12-10
Enable assigning an owner to navigation regions and links
Josh Jones
2022-09-20
Add NavigationPathQuery
smix8
2022-08-26
Added node for Navigation links
Josh Jones
2022-08-25
Merge pull request #64354 from Mickeon/rename-navigation-distance
Rémi Verschelde
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-17
Fix a typo in navigation server documentation
Yuri Sizov
2022-08-15
[doc] Use "param" instead of "code" to refer to parameters (5)
Andy Maloney
2022-08-13
Rename Navigation's `neighbor_dist` to `neightbor_distance`
Micky
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-06-24
Merge pull request #62300 from smix8/navigation_map_force_update_4.x
Rémi Verschelde
2022-06-23
Add NavigationServer.region_owns_point() helper function
smix8
2022-06-23
Add NavigationServer map_force_update() function
smix8
2022-06-22
Add Navigation function to get all navigation maps
smix8
2022-06-15
Streamline Navigation layer function names.
smix8
2022-06-14
Document NavigationServer API navigation agent callbacks
smix8
2022-06-06
Add NavigationRegion costs for pathfinding
smix8
2022-06-01
Add class doc that NavigationServer changes are not instant
smix8
2022-05-12
Add NavigationServer2D/3D API functions to find missing RID info
smix8
2022-04-08
Rename NavigationServer's free method to free_rid
Haoyu Qiu
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2021-10-05
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-03-19
class reference proofreading
Paul Joannon
2021-03-15
Allow Navigation to be more flexible
Gilles Roudière
2021-03-10
Implement Navigation layers
Gilles Roudière
2020-10-01
Link to demos from within the class reference
Aaron Franke
2020-03-30
doc: Update classref with node renames
Rémi Verschelde