index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
navigation
Age
Commit message (
Expand
)
Author
2023-01-07
Rework const on NavigationServer methods
Josh Jones
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-21
Merge pull request #67111 from DarkKilauea/nav-queries-link
Rémi Verschelde
2022-12-20
Fix typo and ensure backwards compatibility for changed property names
Josh Jones
2022-12-17
Add support for emitting a signal when entering a NavLink
Josh Jones
2022-12-17
Fix Navigation API abbreviations inconsistency
smix8
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-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-11
Use forward-declarations in EditorPlugin where possible
trollodel
2022-10-13
Optimize Convex Collision
Juan Linietsky
2022-10-02
Fix crash in navigation 3d when target is not reachable
Sean
2022-09-30
Merge pull request #66242 from akien-mga/scons-unify-tools-target
Rémi Verschelde
2022-09-28
Fix heap-use-after-free in `NavMap::get_path()`
Haoyu Qiu
2022-09-26
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-21
Merge pull request #62429 from smix8/navigation_path_query_4.x
Rémi Verschelde
2022-09-20
Add NavigationPathQuery
smix8
2022-09-14
Exclude disabled CollisionShapes from Navigationmesh baking
smix8
2022-09-07
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-04
Replace AABB has_no_volume with has_volume
Aaron Franke
2022-09-01
Merge pull request #63479 from DarkKilauea/nav-link
Rémi Verschelde
2022-08-26
Added node for Navigation links
Josh Jones
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
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-13
Rename Navigation's `neighbor_dist` to `neightbor_distance`
Micky
2022-08-05
Add NavigationMesh baking for HeightMapShape
smix8
2022-07-28
Replace Navigation std::vector use with LocalVector
smix8
2022-07-25
Remove ThreadWorkPool, replace by WorkerThreadPool
Juan Linietsky
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-23
Merge pull request #62312 from smix8/navigation_get_maps_4.x
Rémi Verschelde
2022-06-23
Merge pull request #62293 from smix8/navigation_disable_editorprogress_bake_4.x
Rémi Verschelde
2022-06-23
Implement NavigationMesh bake area
smix8
2022-06-22
Add Navigation function to get all navigation maps
smix8
2022-06-22
Disable thread-unsafe EditorProgress for navmesh baking
smix8
2022-06-16
Print NavMap error only once for invalid NavMesh.
K. S. Ernest (iFire) Lee
2022-06-15
Streamline Navigation layer function names.
smix8
2022-06-14
Fix crash of navigation agents callback when object is invalid
smix8
2022-06-08
Merge pull request #61682 from smix8/navigation_bake_config_precision_4.x
Rémi Verschelde
2022-06-08
Merge pull request #61739 from smix8/navigation_region_cost_4.x
Rémi Verschelde
2022-06-06
Add NavigationRegion costs for pathfinding
smix8
2022-06-04
Add warnings when NavigationMesh bake settings result in precision loss
smix8
2022-06-03
Match NavMap and ProjectSettings with NavigationMesh defaults
smix8
2022-05-27
Fix MultiMeshInstance crash in navmesh baking when MultiMesh Resource is empty
smix8
2022-05-19
Merge pull request #61128 from smix8/navigation_agent_process_mode_4.x
Rémi Verschelde
2022-05-18
rvo2: Sync with upstream commit bfc0486
Rémi Verschelde
2022-05-17
Make Navigation Agents and Obstacles respect parent process mode
smix8
[next]