summaryrefslogtreecommitdiffstats
path: root/modules/navigation
Commit message (Expand)AuthorAgeFilesLines
...
* | Make navigation mesh edge connections optionalsmix82023-05-117-1/+70
* | Prevent unnecessary navigation map synchronizationssmix82023-05-113-0/+30
* | Rework Navigation Avoidancesmix82023-05-109-89/+1012
|/
* Fix NavigationMesh baking for HeightMapShapesmix82023-04-181-4/+4
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-072-0/+5
* Merge pull request #74558 from smix8/navserver_real_t_4.xRémi Verschelde2023-04-035-34/+34
|\
| * Fix NavigationServer internals still using float instead of real_tsmix82023-03-075-34/+34
* | Fix NavigationAgent enable avoidance crashsmix82023-04-011-0/+1
* | Fix agents with disabled avoidance getting added to avoidance simulationsmix82023-03-141-3/+3
|/
* Fix NavigationServer free error printsmix82023-03-051-1/+1
* Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-161-1/+1
* Improve NavigationServer.free() error msg when RID not foundsmix82023-02-131-1/+1
* 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