summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationLink3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add NavigationLink function to change navigation mapsmix82024-08-151-0/+13
| | | | Adds NavigationLink function to change navigation map.
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-1/+1
|
* Fix missing NavigationLink property updates in constructorsmix82023-10-231-0/+6
| | | | Fixes missing NavigationLink property updates in constructor.
* 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'
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-2/+2
|
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-4/+4
| | | | | | | 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?
* Remove extra spaces and correct crosslinks in some documentationYuri Sizov2023-02-171-1/+1
|
* Add NavigationLink helper functions for global positionssmix82023-02-141-0/+26
| | | | | | Adds helper functions to set the links start and end position with global positions or get them as global positions. Adds global start and end position for the navigation link to the 'link_reached' signal of NavigationAgent. That signal gets emitted when a navigation link waypoint is reached. Requires that 'owner' meta data is enabled on the NavigationAgent.
* Rename Navigation uses of 'location' to 'position'smix82023-01-261-5/+5
| | | | Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions.
* 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-1/+1
|/ | | | Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
* Added node for Navigation linksJosh Jones2022-08-261-0/+55