summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationServer3D.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix many untagged true/false/null in the documentationMicky2024-11-101-6/+6
* Add navigation region point and segment queriessmix82024-09-101-4/+32
* Add navigation obstacles to performance monitor statssmix82024-06-251-0/+3
* Add navigation source geometry parser callbackssmix82024-04-191-0/+17
* Add navigation path simplificationsmix82024-04-111-0/+9
* Update links to outdated asset library demosskyace652024-04-071-1/+1
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-2/+2
* Add function to get navigation map iteration id from NavigationServersmix82024-02-221-0/+8
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-2/+1
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-3/+3
* Add means for fixing navmap synchronization errorsPawel Lampe2024-02-111-0/+15
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+7
* Replace some "uncommon" words in class referenceMicky2024-01-151-1/+1
* Fix various typos in documentationSeptian2024-01-051-1/+1
* Add getters to navigation serversNicholas Foo2023-12-191-0/+140
* Add NavigationServer random point queriessmix82023-12-081-0/+22
* Add multi-threaded NavMesh baking to NavigationServersmix82023-08-071-0/+9
* Avoid punning [param enabled] in documentationHaoyu Qiu2023-07-311-6/+6
* Add NavigationServer API to enable regions and linkssmix82023-07-261-0/+30
* Fix some mixups between 2D/3D in documentationNinni Pipping2023-07-231-1/+1
* Merge pull request #79137 from smix8/region_bake_depr_4.xYuri Sizov2023-07-121-1/+2
|\
| * Mark NavigationServer3D.region_bake_navigation_mesh() as deprecatedsmix82023-07-071-1/+2
* | Add performance note for parsing source geometrysmix82023-07-091-0/+1
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
|/
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Add missing default Callables for new NavigationServer geometry parse and bak...smix82023-06-251-2/+2
* Add agent pause mode to NavigationServersmix82023-06-181-0/+30
* Fix various typos with codespellRémi Verschelde2023-06-161-1/+1
* Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.xRémi Verschelde2023-06-151-0/+20
|\
| * Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+20
* | Fix `cell_height` for navigation meshessmix82023-06-131-2/+17
|/
* Update navigation obstacle APIsmix82023-06-121-0/+46
* Merge pull request #77609 from RedworkDE/class-ref-code-fixesYuri Sizov2023-05-291-1/+1
|\
| * Fix more issues with code tags in class referenceRedworkDE2023-05-291-1/+1
* | Merge pull request #76600 from MewPurPur/improve-docs-top-sections-PHYSYuri Sizov2023-05-291-5/+5
|\ \ | |/ |/|
| * Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-5/+5
* | Make navigation mesh edge connections optionalsmix82023-05-111-0/+30
|/
* Rework Navigation Avoidancesmix82023-05-101-10/+148
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-11/+11
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* More class reference fixesHaoyu Qiu2023-02-241-4/+4
* Fix navigation debug not toggleable in scriptssmix82023-02-161-0/+13
* Unbind NavigationServer3D.process()smix82023-02-141-9/+0
* Add missing period for sentences in classrefHaoyu Qiu2023-02-121-1/+1
* Use Callable for Navigation Agent callbacksJosh Jones2023-01-271-5/+3
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-11/+11
* Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.xRémi Verschelde2023-01-121-0/+36
|\
| * Add NavigationServer Performance Monitorsmix82023-01-081-0/+36
* | Add navigation tutorial links inside class docsmix82023-01-111-0/+1
|/
* Rework const on NavigationServer methodsJosh Jones2023-01-071-37/+37