summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationPolygon.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add triangulation partition option to 2D navigation mesh bakingsmix82024-08-051-0/+12
| | | | Adds triangulation partition option to 2D navigation mesh baking as an alternative to the existing convex partition option.
* Update links to outdated asset library demosskyace652024-04-071-1/+1
| | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-3/+2
|
* Add NavigationPolygon border_size property for tile bakingsmix82024-02-051-0/+10
| | | | Adds NavigationPolygon border_size property for tile baking. Also adds baking Rect2 bounds.
* Add 2D navigation mesh bakingsmix82023-09-251-29/+89
| | | | Adds 2D navigation mesh baking.
* Add clear() function to NavigationMesh / NavigationPolygonsmix82023-07-071-0/+6
| | | | Adds clear() function to NavigationMesh / NavigationPolygon.
* 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'
* Add NavigationPolygon cell_size propertysmix82023-06-131-0/+5
| | | | Adds NavigationPolygon cell_size property.
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-1/+1
|
* 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-6/+6
|/ | | | Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-10/+10
|
* Expose get_mesh() for NavigationPolygon Resourcessmix82022-06-021-0/+6
| | | | Expose get_mesh() for NavigationPolygon Resources.
* 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.
* fixed typo in NavigationPolygon docboruok2021-11-111-2/+2
|
* 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-48/+24
| | | | | | | | 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.
* Docs: Port Code Examples to C# (M, N, O, P, R)HaSa10022020-11-091-5/+24
| | | | | | | | | | | | | | | | | | | | Includes: * MarginContainer * NavigationPolygon * Node * NodePath * OS * PackedByteArray * PackedScene * PacketPeerUDP * PCKPacker * Performance * PhysicsShapeQueryParameters2D * PhysicsShapeQueryParameters3D * PrimitiveMesh * ProjectSettings Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* Renamed NavigationPolygonInstance to NavigationRegion2DAndrea Catania2020-02-281-2/+2
|
* doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde2020-02-251-4/+4
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-16/+16
| | | | 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.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-1/+1
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde2019-01-071-4/+4
|
* NavigationPolygon descriptions of the class and methodssantouits2018-10-211-0/+33
|
* 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-8/+14
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-14/+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-3/+3
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+127
possible to save module files in module directories and the build system will recognize them.