summaryrefslogtreecommitdiffstats
path: root/modules/navigation
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-2/+2
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+2
* Optimize Convex CollisionJuan Linietsky2022-10-131-6/+6
* Fix crash in navigation 3d when target is not reachableSean2022-10-021-0/+1
* Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde2022-09-301-1/+1
|\
| * SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* | Fix heap-use-after-free in `NavMap::get_path()`Haoyu Qiu2022-09-281-11/+9
|/
* Merge pull request #62429 from smix8/navigation_path_query_4.xRémi Verschelde2022-09-212-0/+28
|\
| * Add NavigationPathQuerysmix82022-09-202-0/+28
* | Exclude disabled CollisionShapes from Navigationmesh bakingsmix82022-09-141-0/+3
|/
* Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* Replace AABB has_no_volume with has_volumeAaron Franke2022-09-041-5/+1
* Merge pull request #63479 from DarkKilauea/nav-linkRémi Verschelde2022-09-0110-46/+568
|\
| * Added node for Navigation linksJosh Jones2022-08-2610-46/+568
* | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
|/
* Merge pull request #64354 from Mickeon/rename-navigation-distanceRémi Verschelde2022-08-252-3/+3
|\
| * Rename Navigation's `neighbor_dist` to `neightbor_distance`Micky2022-08-132-3/+3
* | Replace Array return types with TypedArray 2kobewi2022-08-232-9/+9
|/
* Add NavigationMesh baking for HeightMapShapesmix82022-08-051-0/+89
* Replace Navigation std::vector use with LocalVectorsmix82022-07-286-58/+64
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-252-14/+4
* Merge pull request #62300 from smix8/navigation_map_force_update_4.xRémi Verschelde2022-06-242-0/+11
|\
| * Add NavigationServer map_force_update() functionsmix82022-06-232-0/+11
* | Add NavigationServer.region_owns_point() helper functionsmix82022-06-232-0/+12
* | Merge pull request #62312 from smix8/navigation_get_maps_4.xRémi Verschelde2022-06-232-0/+14
|\ \
| * | Add Navigation function to get all navigation mapssmix82022-06-222-0/+14
| |/
* | Merge pull request #62293 from smix8/navigation_disable_editorprogress_bake_4.xRémi Verschelde2022-06-231-0/+7
|\ \
| * | Disable thread-unsafe EditorProgress for navmesh bakingsmix82022-06-221-0/+7
| |/
* / Implement NavigationMesh bake areasmix82022-06-231-0/+15
|/
* Print NavMap error only once for invalid NavMesh.K. S. Ernest (iFire) Lee2022-06-161-1/+1
* Streamline Navigation layer function names.smix82022-06-156-20/+20
* Fix crash of navigation agents callback when object is invalidsmix82022-06-141-1/+2
* Merge pull request #61682 from smix8/navigation_bake_config_precision_4.xRémi Verschelde2022-06-081-0/+25
|\
| * Add warnings when NavigationMesh bake settings result in precision losssmix82022-06-041-0/+25
* | Merge pull request #61739 from smix8/navigation_region_cost_4.xRémi Verschelde2022-06-084-3/+57
|\ \
| * | Add NavigationRegion costs for pathfindingsmix82022-06-064-3/+57
| |/
* / Match NavMap and ProjectSettings with NavigationMesh defaultssmix82022-06-031-2/+2
|/
* Fix MultiMeshInstance crash in navmesh baking when MultiMesh Resource is emptysmix82022-05-271-8/+10
* Merge pull request #61128 from smix8/navigation_agent_process_mode_4.xRémi Verschelde2022-05-191-2/+8
|\
| * Make Navigation Agents and Obstacles respect parent process modesmix82022-05-171-2/+8
* | rvo2: Sync with upstream commit bfc0486Rémi Verschelde2022-05-181-3/+3
|/
* Merge pull request #61061 from smix8/navigation_mesh_sample_distance_range_4.xRémi Verschelde2022-05-161-1/+1
|\
| * Clamp NavigationMesh sample_distance above zerosmix82022-05-161-1/+1
* | Merge pull request #60958 from smix8/navigation_server_rid_utility_4.xRémi Verschelde2022-05-162-0/+37
|\ \
| * | Add NavigationServer2D/3D API functions to find missing RID infosmix82022-05-122-0/+37
* | | Replace most uses of Map by HashMapreduz2022-05-163-7/+11
| |/ |/|
* | Add Warning to NavigationMesh bake when source geometry is suspiciously bigsmix82022-05-111-0/+8
|/
* Refactor module initializationreduz2022-05-042-9/+19
* Use CollisionObject3D API when baking the navmesh with static colliders, inst...trollodel2022-05-021-8/+10
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-36/+36
|\