Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -3/+2 |
| | |||||
* | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 1 | -0/+6 |
| | |||||
* | Fix missing NavigationRegion property updates in constructor | smix8 | 2023-12-04 | 1 | -1/+8 |
| | | | | Fixes missing NavigationRegion property updates in constructor. | ||||
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -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.x | Yuri Sizov | 2023-07-12 | 1 | -0/+13 |
|\ | | | | | | | Add NavigationRegion function to change navigation map | ||||
| * | Add NavigationRegion function to change navigation map | smix8 | 2023-06-15 | 1 | -0/+13 |
| | | | | | | | | Adds NavigationRegion function to change navigation map. | ||||
* | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -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-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
|/ | | | | Keep on waitin' | ||||
* | Merge pull request #76600 from MewPurPur/improve-docs-top-sections-PHYS | Yuri Sizov | 2023-05-29 | 1 | -2/+2 |
|\ | | | | | Overhaul the top sections of the class reference (Physics classes) | ||||
| * | Overhaul the top sections of the class reference (Physics classes) | VolTer | 2023-05-20 | 1 | -2/+2 |
| | | |||||
* | | Make navigation mesh edge connections optional | smix8 | 2023-05-11 | 1 | -0/+3 |
|/ | | | | Makes navigation mesh edge connections optional. | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Add navigation tutorial links inside class doc | smix8 | 2023-01-11 | 1 | -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-experimental | Rémi Verschelde | 2022-12-18 | 1 | -1/+1 |
|\ | | | | | | | [4.x] Mark navigation classes and nodes as experimental | ||||
| * | Mark navigation classes and nodes as experimental | Josh Jones | 2022-12-17 | 1 | -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 inconsistency | smix8 | 2022-12-17 | 1 | -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 setters | Josh Jones | 2022-09-21 | 1 | -0/+1 |
| | |||||
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -1/+1 |
| | | | | Also rename export name from "HTML5" to "Web". | ||||
* | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney | 2022-08-15 | 1 | -3/+3 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -4/+4 |
| | |||||
* | i18n: Sync classref translations with Weblate | Rémi Verschelde | 2022-07-27 | 1 | -1/+1 |
| | | | | (cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22) | ||||
* | Add navigation layer bitmask helper functions | smix8 | 2022-06-19 | 1 | -0/+15 |
| | | | | Adds helper functions to work with the navigation layer bitmask. | ||||
* | Classref typo fixes and improvements | Haoyu Qiu | 2022-06-17 | 1 | -2/+2 |
| | |||||
* | Streamline Navigation layer function names. | smix8 | 2022-06-15 | 1 | -2/+2 |
| | | | | Streamline Navigation layer function names. | ||||
* | Add NavigationRegion costs for pathfinding | smix8 | 2022-06-06 | 1 | -0/+10 |
| | | | | Add NavigationRegion costs for pathfinding. | ||||
* | Disable threaded NavigationMesh bake on unsupported OS | smix8 | 2022-05-16 | 1 | -1/+1 |
| | | | | Automatically disables threaded NavigationMesh bake when OS does not support threads. | ||||
* | Add ability to `bake_navigation_mesh` off thread. | Pawel Lampe | 2022-05-04 | 1 | -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 NavigationRegion3D | smix8 | 2022-04-30 | 1 | -0/+6 |
| | | | | Add get_region_rid() to NavigationRegion2D and NavigationRegion3D | ||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -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 duplication | Aaron Franke | 2021-09-20 | 1 | -2/+0 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -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 layers | Gilles Roudière | 2021-03-10 | 1 | -0/+4 |
| | |||||
* | Remove Navigation2D/3D nodes, and move the navigation map to the world resource | Gilles Roudière | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | doc: Update classref with node renames | Rémi Verschelde | 2020-03-30 | 1 | -0/+42 |
A few extra renames for classes which were missed in last week's PRs. |