summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationMeshSourceGeometryData3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add bounds function to NavigationMeshSourceGeometryDatasmix82024-08-191-0/+6
| | | | Adds get_bounds() function to NavigationMeshSourceGeometryData2D/3D to get a bounding box that covers all the geometry.
* Add NavigationMeshSourceGeometryData append functionssmix82024-04-211-0/+8
| | | | Adds append functions to NavigationMeshSourceGeometryData.
* Add NavigationObstacle options to affect and carve navigation meshsmix82024-03-151-0/+41
| | | | Adds NavigationObstacle options to affect and carve navigation mesh.
* Extend `NavigationMeshSourceGeometryData[23]D` to allow data mergingPawel Lampe2024-03-071-0/+7
|
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-1/+1
|
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-3/+3
| | | | | | | | 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.
* Fix invalid use of markdown syntax in classrefHaoyu Qiu2023-08-011-1/+1
| | | | | | | | Also: * changed `[b]true[/b]` to `[code]true[/code]` * use `[i]` for mathematical constant "e" * use `[b]` for button text & menu item text * improve markups about "tap1" and "tap2" in AudioEffectDelay
* 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'
* Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+77
Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.