| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -1/+1 |
|\ |
|
| * | Style: Apply `clang-tidy` fixes | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Use a heap to store traversable polygons for pathfinding | Ershn | 2024-09-01 | 1 | -0/+160 |
* | Fix NavigationServer3D.get_closest_point_to_segment() with use_collision | Per Melin | 2024-06-07 | 1 | -1/+5 |
* | Tests: Disable NavigationServer3D async bake test with race condition | Rémi Verschelde | 2024-04-17 | 1 | -0/+3 |
* | Extend `NavigationMeshSourceGeometryData[23]D` to allow data merging | Pawel Lampe | 2024-03-07 | 1 | -2/+45 |
* | Move 3D-only resources to their own folder | Aaron Franke | 2024-02-26 | 1 | -1/+1 |
* | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 1 | -0/+18 |
* | Fix memory leak in 'NavigationServer3D' involving static obstacles | Pawel Lampe | 2023-11-17 | 1 | -0/+99 |
* | Suppress expected errors in navi-related unit tests, #80616 | Pawel Lampe | 2023-08-22 | 1 | -0/+8 |
* | Fix GCC -Wmaybe-uninitialized warnings | Rémi Verschelde | 2023-08-14 | 1 | -0/+2 |
* | Add advanced 'NavigationServer3D' tests | Pawel Lampe | 2023-07-17 | 1 | -0/+281 |
* | Add more basic 'NavigationServer3D' tests | Pawel Lampe | 2023-06-21 | 1 | -7/+193 |
* | Add `agent` and `map` tests for 'NavigationServer3D' | Pawel Lampe | 2023-06-20 | 1 | -0/+103 |
* | Add initial navigation tests | Pawel Lampe | 2023-02-13 | 1 | -0/+47 |