summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationMesh.xml
Commit message (Collapse)AuthorAgeFilesLines
* Change default navmesh agent radius to match nav agent node's default radiusDuroxxigar2021-10-191-1/+1
|
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-7/+6
| | | | | | | - Back to 1-based layer names to make it clearer in editor UI - Layer bit accessors are renamed to layer value and 1-based too - Uniform errors and documentation in render and physics - Fix a few remaining collision_layer used in place of collision_mask
* Improve NavigationMesh typing, parameter validation and documentationHaoyu Qiu2021-08-111-21/+73
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-32/+16
| | | | | | | | 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.
* Merge pull request #42974 from skyace65/NavMesh2Rémi Verschelde2021-03-231-0/+3
|\ | | | | Document more NavigationMesh properties
| * Document more NavigationMesh propertiesskyace652021-03-191-0/+3
| |
* | class reference proofreadingPaul Joannon2021-03-191-1/+1
|/
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* Document some properties of NavigationMeshskyace652020-09-091-0/+10
|
* doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde2020-02-251-2/+2
|
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-4/+4
| | | | Handle removal of Pool*Array types and other recent changes.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Add option to create navmesh from objects in groupjfons2019-10-161-0/+4
| | | | | | | | | | Adds a new NavigationMesh property to select which objects will be taken into account for the generation. By default it will use all the NavigationMeshInstance children to keep compatibility. The new modes allow to build the NavigationMesh from all the nodes belonging to a specific group, and optionally include their children too.
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-1/+1
| | | | Applying #30187.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-19/+19
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* doc: Sync classref with current sourceRémi Verschelde2019-05-281-0/+28
|
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde2017-12-071-4/+14
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-3/+3
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-252/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-0/+278
| | | | [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-2/+2
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+71
possible to save module files in module directories and the build system will recognize them.