index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
navigation_mesh.h
Age
Commit message (
Expand
)
Author
2022-06-23
Implement NavigationMesh bake area
smix8
2022-06-09
Remove slash delimiter from NavigationMesh properties
smix8
2022-05-18
Remove arbitrary NavigationMesh bake property limits
smix8
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-19
Change default navmesh agent radius to match nav agent node's default radius
Duroxxigar
2021-08-12
Uniformize layer names, script methods and documentation
PouleyKetchoupp
2021-08-11
Improve NavigationMesh typing, parameter validation and documentation
Haoyu Qiu
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-10
- Integrated NavigationServer and Navigation2DServer.
Andrea Catania