Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add navigation region point and segment queries | smix8 | 2024-09-10 | 1 | -0/+3 |
| | | | | Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection. | ||||
* | Add navigation source geometry parser callbacks | smix8 | 2024-04-19 | 1 | -0/+3 |
| | | | | Adds navigation source geometry parser callbacks so that externals can hook their own geometry into the navigation mesh baking process. | ||||
* | Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfolders | Aaron Franke | 2024-04-15 | 1 | -0/+2 |
| | |||||
* | Add navigation path simplification | smix8 | 2024-04-11 | 1 | -0/+2 |
| | | | | Adds navigation path simplification for NavigationServer and NavigationAgent. | ||||
* | Add function to get navigation map iteration id from NavigationServer | smix8 | 2024-02-22 | 1 | -0/+8 |
| | | | | Adds function to get navigation map iteration id from NavigationServer. | ||||
* | Add means for fixing navmap synchronization errors | Pawel Lampe | 2024-02-11 | 1 | -0/+2 |
| | |||||
* | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 1 | -0/+2 |
| | |||||
* | Add getters to navigation servers | Nicholas Foo | 2023-12-19 | 1 | -0/+20 |
| | | | | | | Add virtual functions and bind to navigation servers Implement getters Add documentation | ||||
* | Add NavigationServer random point queries | smix8 | 2023-12-08 | 1 | -0/+2 |
| | | | | Adds query functions to get random points on navigation mesh to the NavigationServer. | ||||
* | Add 2D navigation mesh baking | smix8 | 2023-09-25 | 1 | -0/+1 |
| | | | | Adds 2D navigation mesh baking. | ||||
* | Add multi-threaded NavMesh baking to NavigationServer | smix8 | 2023-08-07 | 1 | -2/+3 |
| | | | | Adds multi-threaded NavMesh baking to NavigationServer. | ||||
* | Move navigation mesh baking to NavigationServer | smix8 | 2023-08-03 | 1 | -0/+2 |
| | | | | Moves navigation mesh baking to NavigationServer. | ||||
* | Add NavigationServer API to enable regions and links | smix8 | 2023-07-26 | 1 | -0/+4 |
| | | | | Adds NavigationServer API to enable regions and links. | ||||
* | Mark NavigationServer3D.region_bake_navigation_mesh() as deprecated | smix8 | 2023-07-07 | 1 | -0/+2 |
| | | | | Marks NavigationServer3D.region_bake_navigation_mesh() as deprecated. | ||||
* | Add agent pause mode to NavigationServer | smix8 | 2023-06-18 | 1 | -0/+4 |
| | | | | Adds agent pause mode to NavigationServer. | ||||
* | Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.x | Rémi Verschelde | 2023-06-15 | 1 | -0/+2 |
|\ | | | | | | | Fix for threaded NavigationMesh baking under new thread guards | ||||
| * | Fix for threaded NavigationMesh baking under new thread guards | smix8 | 2023-06-14 | 1 | -0/+2 |
| | | | | | | | | Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process. | ||||
* | | Fix `cell_height` for navigation meshes | smix8 | 2023-06-13 | 1 | -0/+2 |
|/ | | | | Fixes `cell_height` for navigation meshes. | ||||
* | Update navigation obstacle API | smix8 | 2023-06-12 | 1 | -0/+6 |
| | | | | Updates navigation obstacle API. | ||||
* | Make navigation mesh edge connections optional | smix8 | 2023-05-11 | 1 | -0/+4 |
| | | | | Makes navigation mesh edge connections optional. | ||||
* | Rework Navigation Avoidance | smix8 | 2023-05-10 | 1 | -4/+20 |
| | | | | Rework Navigation Avoidance. | ||||
* | Fix navigation debug not toggleable in scripts | smix8 | 2023-02-16 | 1 | -0/+2 |
| | | | | Fixes that navigation debug was not toggleable in script while even the docs mentioned it. | ||||
* | Allow compiling out the navigation module | Josh Jones | 2023-02-09 | 1 | -0/+117 |