| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|
|
|
| |
Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection.
|
|
|
|
| |
Adds navigation source geometry parser callbacks so that externals can hook their own geometry into the navigation mesh baking process.
|
| |
|
|
|
|
| |
Adds navigation path simplification for NavigationServer and NavigationAgent.
|
|
|
|
| |
Adds function to get navigation map iteration id from NavigationServer.
|
| |
|
| |
|
|
|
|
|
|
| |
Add virtual functions and bind to navigation servers
Implement getters
Add documentation
|
|
|
|
| |
Adds query functions to get random points on navigation mesh to the NavigationServer.
|
|
|
|
| |
Adds 2D navigation mesh baking.
|
|
|
|
| |
Adds multi-threaded NavMesh baking to NavigationServer.
|
|
|
|
| |
Moves navigation mesh baking to NavigationServer.
|
|
|
|
| |
Adds NavigationServer API to enable regions and links.
|
|
|
|
| |
Marks NavigationServer3D.region_bake_navigation_mesh() as deprecated.
|
|
|
|
| |
Adds agent pause mode to NavigationServer.
|
|\
| |
| |
| | |
Fix for threaded NavigationMesh baking under new thread guards
|
| |
| |
| |
| | |
Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.
|
|/
|
|
| |
Fixes `cell_height` for navigation meshes.
|
|
|
|
| |
Updates navigation obstacle API.
|
|
|
|
| |
Makes navigation mesh edge connections optional.
|
|
|
|
| |
Rework Navigation Avoidance.
|
|
|
|
| |
Fixes that navigation debug was not toggleable in script while even the docs mentioned it.
|
|
|