summaryrefslogtreecommitdiffstats
path: root/modules/navigation
Commit message (Expand)AuthorAgeFilesLines
* Rename NavigationServer internal RvoAgent to NavAgentsmix82023-02-016-50/+50
* Use Callable for Navigation Agent callbacksJosh Jones2023-01-274-74/+19
* Rename Navigation uses of 'location' to 'position'smix82023-01-266-27/+27
* Merge pull request #63251 from SaracenOne/disable_data_generation_on_foreign_...Rémi Verschelde2023-01-231-1/+29
|\
| * Disable navmesh, lightmap, and VoxelGI generation on foreign dataSaracenOne2023-01-061-1/+29
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-2/+2
* | Use range iterators in LocalVector loopskobewi2023-01-213-55/+37
* | Merge pull request #70904 from huangjiaminhhh/masterRémi Verschelde2023-01-121-3/+3
|\ \
| * | Fix for navmesh baking. Error message: Condition “!shapes.has(p_owner)” i...huangjiamin2023-01-031-3/+3
* | | Add NavigationServer Performance Monitorsmix82023-01-084-0/+126
* | | Rework const on NavigationServer methodsJosh Jones2023-01-072-68/+74
| |/ |/|
* | One Copyright Update to rule them allRémi Verschelde2023-01-0519-551/+551
|/
* Merge pull request #67111 from DarkKilauea/nav-queries-linkRémi Verschelde2022-12-216-15/+118
|\
| * Add support for emitting a signal when entering a NavLinkJosh Jones2022-12-176-15/+118
* | Fix typo and ensure backwards compatibility for changed property namesJosh Jones2022-12-201-3/+3
|/
* Fix Navigation API abbreviations inconsistencysmix82022-12-174-64/+64
* Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.xRémi Verschelde2022-12-122-4/+4
|\
| * Fix Navigation agent callback wild pointer crashsmix82022-12-122-4/+4
* | Enable assigning an owner to navigation regions and linksJosh Jones2022-12-103-0/+37
|/
* 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