1e544505be
Merge pull request #82691 from YuriSizov/rst-validate-with-exceptions
...
Validate `code` tags for class and member references
2023-10-04 15:42:42 +02:00
55a3d148f0
Clarify AStarGrid2D.is_in_bounds functionality
2023-10-03 15:51:49 +02:00
cc0eebd9d8
Validate code tags for class and member references
...
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.
2023-10-03 15:48:31 +02:00
b8fa19cc19
Merge pull request #79495 from Chaosus/astargrid_all_solid
...
Add a `fill_region` method to the `AStarGrid2D`
2023-08-04 16:59:11 +02:00
5b3f14cc82
Updated Deprecated Method in C# Example Size to Region
2023-07-22 22:04:38 +05:30
5f56aa88f8
Add the fill region methods to the AStarGrid2D
2023-07-15 16:52:29 +03:00
81064cc239
Doctool: Remove version attribute from XML header
...
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).
2023-07-06 10:08:21 +02:00
346f1ab86b
Bump version to 4.2-dev
...
Keep on waitin'
2023-07-05 22:07:03 +02:00
b433020aa6
Documentation: Unify deprecations
2023-06-07 16:34:03 +03:00
e3d0da404f
Overhaul the top sections of the class reference (Physics classes)
2023-05-20 03:25:26 +02:00
76ee3d4f31
Allow negative coordinates in AStarGrid2D
2023-04-26 09:29:33 +03:00
1c1524a651
Bump version to 4.1-dev
...
Can't stop, won't stop, they said, huh?
2023-03-01 01:44:37 +01:00
a968e51414
C#: Renames to follow .NET naming conventions
...
Renamed C# types and members to use PascalCase and follow .NET naming conventions.
2023-01-27 02:04:17 +01:00
16efd0b0fc
Divide AStarGrid2D::default_heuristic into two different heuristics
2022-12-24 09:31:02 +03:00
0bcbf8e00d
Add get_point_position method to AStarGrid2D
2022-12-20 23:21:38 +03:00
8c478dcec9
Restore weight scale for AStarGrid2D (partially)
2022-12-20 12:22:32 +03:00
ecd2c5d5b9
Improve documentation on heuristics in AStarGrid2D
2022-12-15 09:43:17 +03:00
bf19a1d3b3
refactor(AStarGrid2D): Return Vector2i in get_id_path
...
Signed-off-by: MisterMX <mbxd12@web.de >
2022-09-30 12:02:28 +02:00
2316c3a3a9
Add new C# code blocks to class ref pages
...
- AStarGrid2D
- Engine
- Font
- Node
- OS
- Tweens
2022-09-19 19:38:29 +02:00
a630bd7998
Add documentation for AStarGrid2D class
2022-09-07 16:23:34 +03:00
4d7c1b92e9
Implement AStarGrid2D class with jump-point pathfinding
2022-08-30 17:29:23 +03:00