summaryrefslogtreecommitdiff
path: root/doc/classes/NavigationRegion2D.xml
AgeCommit message (Collapse)Author
2022-08-15[doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-27i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22)
2022-06-19Add navigation layer bitmask helper functionssmix8
Adds helper functions to work with the navigation layer bitmask.
2022-06-17Classref typo fixes and improvementsHaoyu Qiu
2022-06-15Streamline Navigation layer function names.smix8
Streamline Navigation layer function names.
2022-06-06Add NavigationRegion costs for pathfindingsmix8
Add NavigationRegion costs for pathfinding.
2022-04-30Add get_region_rid() NavigationRegion2D and NavigationRegion3Dsmix8
Add get_region_rid() to NavigationRegion2D and NavigationRegion3D
2022-02-15Add an XML schema for documentationHugo Locurcio
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.
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-03-10Implement Navigation layersGilles Roudière
2020-02-28Renamed NavigationPolygonInstance to NavigationRegion2DAndrea Catania