summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationServer3D.xml
Commit message (Collapse)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
| | | | Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection.
* Add navigation obstacles to performance monitor statssmix82024-06-251-0/+3
| | | | Adds navigation obstacle count to navigation performance monitor.
* Add navigation source geometry parser callbackssmix82024-04-191-0/+17
| | | | Adds navigation source geometry parser callbacks so that externals can hook their own geometry into the navigation mesh baking process.
* Add navigation path simplificationsmix82024-04-111-0/+9
| | | | Adds navigation path simplification for NavigationServer and NavigationAgent.
* Update links to outdated asset library demosskyace652024-04-071-1/+1
| | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* 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
| | | | Adds function to get navigation map iteration id from NavigationServer.
* 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 virtual functions and bind to navigation servers Implement getters Add documentation
* Add NavigationServer random point queriessmix82023-12-081-0/+22
| | | | Adds query functions to get random points on navigation mesh to the NavigationServer.
* Add multi-threaded NavMesh baking to NavigationServersmix82023-08-071-0/+9
| | | | Adds multi-threaded NavMesh baking to NavigationServer.
* Avoid punning [param enabled] in documentationHaoyu Qiu2023-07-311-6/+6
|
* Add NavigationServer API to enable regions and linkssmix82023-07-261-0/+30
| | | | Adds NavigationServer API to enable regions and links.
* 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 deprecated
| * Mark NavigationServer3D.region_bake_navigation_mesh() as deprecatedsmix82023-07-071-1/+2
| | | | | | | | Marks NavigationServer3D.region_bake_navigation_mesh() as deprecated.
* | Add performance note for parsing source geometrysmix82023-07-091-0/+1
| | | | | | | | Adds performance note for parsing source geometry.
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
|/ | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Add missing default Callables for new NavigationServer geometry parse and ↵smix82023-06-251-2/+2
| | | | | | bake functions Adds missing default Callables for new NavigationServer geometry parse and bake functions.
* Add agent pause mode to NavigationServersmix82023-06-181-0/+30
| | | | Adds agent pause mode to NavigationServer.
* Fix various typos with codespellRémi Verschelde2023-06-161-1/+1
| | | | And ignore some false positives introduced by recent versions of codespell.
* 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 guards
| * Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+20
| | | | | | | | Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.
* | Fix `cell_height` for navigation meshessmix82023-06-131-2/+17
|/ | | | Fixes `cell_height` for navigation meshes.
* Update navigation obstacle APIsmix82023-06-121-0/+46
| | | | Updates navigation obstacle API.
* Merge pull request #77609 from RedworkDE/class-ref-code-fixesYuri Sizov2023-05-291-1/+1
|\ | | | | Fix more issues with code tags in class reference
| * 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)
| * 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
|/ | | | Makes navigation mesh edge connections optional.
* Rework Navigation Avoidancesmix82023-05-101-10/+148
| | | | Rework Navigation Avoidance.
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-11/+11
| | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* More class reference fixesHaoyu Qiu2023-02-241-4/+4
| | | | Mostly typos. Also renamed the remaining "Vulkan Clustered" to "Forward+".
* Fix navigation debug not toggleable in scriptssmix82023-02-161-0/+13
| | | | Fixes that navigation debug was not toggleable in script while even the docs mentioned it.
* Unbind NavigationServer3D.process()smix82023-02-141-9/+0
| | | | Unbinds NavigationServer3D.process().
* 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
| | | | Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions.
* Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.xRémi Verschelde2023-01-121-0/+36
|\ | | | | Add NavigationServer Performance Monitor
| * Add NavigationServer Performance Monitorsmix82023-01-081-0/+36
| | | | | | | | Adds Performance Monitor for NavigationServer3D.
* | Add navigation tutorial links inside class docsmix82023-01-111-0/+1
|/ | | | Adds navigation tutorial links inside the class doc to the related and more detailed godot-docs pages.
* Rework const on NavigationServer methodsJosh Jones2023-01-071-37/+37
| | | `const` is used on all methods, even when they cause modification of the server. This reworks the methods of the server to only use `const` on method that don't change the state of the server.