Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | Add support for emitting a signal when entering a NavLink | Josh Jones | |
2022-12-18 | Merge pull request #70230 from DarkKilauea/nav-experimental | Rémi Verschelde | |
[4.x] Mark navigation classes and nodes as experimental | |||
2022-12-17 | Fix Navigation API abbreviations inconsistency | smix8 | |
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav". | |||
2022-12-17 | Mark navigation classes and nodes as experimental | Josh Jones | |
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. | |||
2022-10-27 | Make NavigationAgent `target_location` a property | Haoyu Qiu | |
2022-09-01 | doc: Clarifying NavigationAgent and NavigationAgent2D velocity_computed ↵ | BenniKane | |
requires avoidance_enabled to be true to emit | |||
2022-08-25 | Merge pull request #64354 from Mickeon/rename-navigation-distance | Rémi Verschelde | |
2022-08-15 | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney | |
2022-08-13 | Rename Navigation's `neighbor_dist` to `neightbor_distance` | Micky | |
NavigationAgent2D/3D.`neighbor_dist` -> `neighbor_distance` (also affects setters and getters) NavigationServer2D/3D.`agent_set_neighbor_dist()` -> `agent_set_neighbor_distance()` Also changes their parameters' names. Doesn't affect "Agent.neighborDist_" in Agent.h | |||
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-06-26 | Clarify NavigationAgent radius property | smix8 | |
Documents Navigation radius property, especially that it affects avoidance only. | |||
2022-06-20 | Merge pull request #62214 from smix8/navigation_layer_bitmask_helpers_4.x | Rémi Verschelde | |
2022-06-19 | Add navigation layer bitmask helper functions | smix8 | |
Adds helper functions to work with the navigation layer bitmask. | |||
2022-06-18 | Add NavigationAgent desired path distance | smix8 | |
Add NavigationAgent desired path distance | |||
2022-06-15 | Streamline Navigation layer function names. | smix8 | |
Streamline Navigation layer function names. | |||
2022-06-14 | Add NavigationAgent set_navigation_map() function | smix8 | |
Add NavigationAgent set_navigation_map() and get_navigation_map() function. | |||
2022-06-09 | Document the correct use of NavigationAgent path functions | smix8 | |
Document the correct use of NavigationAgent path functions. | |||
2022-06-01 | Document that NavigationAgent height offset is mostly a placebo | smix8 | |
Document that NavigationAgent height offset is mostly a placebo. | |||
2022-05-20 | Process NavigationAgent2D/3D avoidance on demand only | smix8 | |
Changes NavigationAgent avoidance callback to a toggle that is disabled by default. Also fixes a few missing descriptions / wrong warnings. | |||
2022-03-20 | Expose navigable layers for NavigationAgent2D/3D | BARTEK-PC\Bartek | |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio | |
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. | |||
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke | |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | |
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. | |||
2021-04-29 | doc: Sync classref with current source | Rémi Verschelde | |
And typo fix from https://github.com/godotengine/godot-docs/pull/4882. | |||
2021-03-19 | class reference proofreading | Paul Joannon | |
2021-03-10 | Remove Navigation2D/3D nodes, and move the navigation map to the world resource | Gilles Roudière | |
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde | |
A few extra renames for classes which were missed in last week's PRs. |