Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | C#: Renames to follow .NET naming conventions | Raul Santos | |
Renamed C# types and members to use PascalCase and follow .NET naming conventions. | |||
2022-12-24 | Divide `AStarGrid2D::default_heuristic` into two different heuristics | Yuri Rubinsky | |
2022-12-20 | Add `get_point_position` method to `AStarGrid2D` | Yuri Rubinsky | |
2022-12-20 | Restore weight scale for `AStarGrid2D` (partially) | Yuri Rubinsky | |
2022-12-15 | Improve documentation on heuristics in AStarGrid2D | Yuri Rubinsky | |
2022-09-30 | refactor(AStarGrid2D): Return Vector2i in get_id_path | MisterMX | |
Signed-off-by: MisterMX <mbxd12@web.de> | |||
2022-09-19 | Add new C# code blocks to class ref pages | Paul Joannon | |
- AStarGrid2D - Engine - Font - Node - OS - Tweens | |||
2022-09-07 | Add documentation for `AStarGrid2D` class | Yuri Rubinsky | |
2022-08-30 | Implement `AStarGrid2D` class with jump-point pathfinding | Yuri Rubinsky | |