summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationRegion3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-3/+2
|
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+6
|
* Fix missing NavigationRegion property updates in constructorsmix82023-12-041-1/+8
| | | | Fixes missing NavigationRegion property updates in constructor.
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
| | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* Merge pull request #77191 from smix8/navigationregion_map_change_4.xYuri Sizov2023-07-121-0/+13
|\ | | | | | | Add NavigationRegion function to change navigation map
| * Add NavigationRegion function to change navigation mapsmix82023-06-151-0/+13
| | | | | | | | Adds NavigationRegion function to change navigation map.
* | 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'
* Merge pull request #76600 from MewPurPur/improve-docs-top-sections-PHYSYuri Sizov2023-05-291-2/+2
|\ | | | | Overhaul the top sections of the class reference (Physics classes)
| * Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-2/+2
| |
* | Make navigation mesh edge connections optionalsmix82023-05-111-0/+3
|/ | | | Makes navigation mesh edge connections optional.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* 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.
* Merge pull request #70230 from DarkKilauea/nav-experimentalRémi Verschelde2022-12-181-1/+1
|\ | | | | | | [4.x] Mark navigation classes and nodes as experimental
| * Mark navigation classes and nodes as experimentalJosh Jones2022-12-171-1/+1
| | | | | | The navigation team has some large changes planned for navigation in the 4.x timeframe, so marking these nodes as experimental to give users a heads up that the API may change in breaking ways.
* | Fix Navigation API abbreviations inconsistencysmix82022-12-171-4/+4
|/ | | | Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
* Improve consistancy of NavigationRegion settersJosh Jones2022-09-211-0/+1
|
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
| | | | Also rename export name from "HTML5" to "Web".
* [doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney2022-08-151-3/+3
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-4/+4
|
* i18n: Sync classref translations with WeblateRémi Verschelde2022-07-271-1/+1
| | | | (cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22)
* Add navigation layer bitmask helper functionssmix82022-06-191-0/+15
| | | | Adds helper functions to work with the navigation layer bitmask.
* Classref typo fixes and improvementsHaoyu Qiu2022-06-171-2/+2
|
* Streamline Navigation layer function names.smix82022-06-151-2/+2
| | | | Streamline Navigation layer function names.
* Add NavigationRegion costs for pathfindingsmix82022-06-061-0/+10
| | | | Add NavigationRegion costs for pathfinding.
* Disable threaded NavigationMesh bake on unsupported OSsmix82022-05-161-1/+1
| | | | Automatically disables threaded NavigationMesh bake when OS does not support threads.
* Add ability to `bake_navigation_mesh` off thread.Pawel Lampe2022-05-041-1/+2
| | | | | | | | | This feature makes it possible to workaround problems such as: - long baking time due to heavy synchronization when parsing geometry from mesh instances - crash when freeing `NavigationMeshInstance` while baking - errors when actively baking node tree is being detached from the scene tree
* Add get_region_rid() NavigationRegion2D and NavigationRegion3Dsmix82022-04-301-0/+6
| | | | Add get_region_rid() to NavigationRegion2D and NavigationRegion3D
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-2/+1
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Implement Navigation layersGilles Roudière2021-03-101-0/+4
|
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-1/+1
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+42
A few extra renames for classes which were missed in last week's PRs.