summaryrefslogtreecommitdiffstats
path: root/doc/classes/AStar3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong return type mention in AStarGrid2D docsBrandtware2024-04-041-1/+1
|
* add partial path return option for astarashley2024-04-031-0/+4
| | | | * AStar2D, AStar3D and AStarGrid2D now can return a partial path if the destination point isn't reachable but still in the map. This option is available for both get_point_path and get_id_path
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-5/+5
| | | | | | | | 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.
* 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'
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-3/+3
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix C# examples in documentationRaul Santos2023-01-311-5/+6
| | | | | | | | | | - Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely.
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
|
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
|
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-16/+16
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-36/+36
|
* Make AStar to use 64-bit logicYuri Rubinsky2022-06-161-2/+2
|
* Allow AStar2D/AStar3D zero point weightsmix82022-05-061-1/+1
| | | | | | Allow AStar2D/AStar3D zero point weight. Limit was set to 1 which seemed like an arbitrary value as lower values down to zero can be useful for common gameplay navigation elements like teleports.
* Rename `AStar` to `AStar3D`Yuri Roubinsky2022-03-201-0/+329