| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Changes navigation map performance monitor to use a struct as it is easier to pass to sub functions.
|
|\| |
|
| |
| |
| |
| | |
Improves navigation map sync performance be avoiding unnecessary memory allocations.
|
|\| |
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
wherever the purpose is only to find the nearest element.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Moves all the navigation mesh query related functions from NavMap and NavRegion to a dedicated file and makes them static.
|
| |
|
|\
| |
| |
| | |
Move NavRegion connections to NavMap
|
| |
| |
| |
| | |
Moves bookkeeping for connections from region to map where connections are actually made.
|
|\ \
| | |
| | |
| | | |
Add navigation obstacles to performance monitor stats
|
| | |
| | |
| | |
| | | |
Adds navigation obstacle count to navigation performance monitor.
|
|/ /
| |
| |
| |
| |
| |
| | |
shortest distance check
For a case when shortest distance is between some point located on a face's
edge and some point located on a line segment.
|
|/
|
|
| |
Removes unused navigation polygon properties, a leftover from the old Godot 3 days that used polygon center to polygon center distance for (rather inaccurate) pathfinding cost calculation.
|
|
|
|
| |
NavigationServer3D.map_get_closest_point_to_segment
|
| |
|
| |
|
|
|
|
| |
Improves NavigationServer NavMap sync error msgs.
|
|
|
|
| |
Adds function to get navigation map iteration id from NavigationServer.
|
|\
| |
| |
| | |
Add means for fixing navmap synchronization errors
|
| | |
|
|/
|
|
| |
Makes navigation map spatial queries thread-safe by adding a readers–writer lock.
|
|\
| |
| |
| |
| |
| | |
sandygk/fix-reachable-polygon-closest-to-end-point
[Navigation] Do not use travel cost for minimum when re-selecting end point
|
| | |
|
| | |
|
| |
| |
| |
| | |
Adds query functions to get random points on navigation mesh to the NavigationServer.
|
|\ \
| |/
|/|
| | |
Fix memory leak in 'NavigationServer3D' involving static obstacles
|
| | |
|
|/
|
|
| |
Fixes NavigationObstacle height.
|
|
|
|
| |
FixesNavigationObstacle elevation.
|
|
|
|
| |
Fixes NavigationLink enabled toggle.
|
| |
|
|\
| |
| |
| | |
Fix pathfinding funnel adding unwanted point
|
| |
| |
| |
| | |
Fixes pathfinding funnel adding unwanted point due to precision issues.
|
|/
|
|
| |
Adds NavigationServer API to enable regions and links.
|
|
|
|
| |
Fixes closest possible navigation path position.
|
|
|
|
|
|
| |
This reverts commit c92088110567bd9c61aa046e9a93bdbc6469073e.
Fixes #78826.
|
|
|
|
| |
Adds agent pause mode to NavigationServer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:
Includes from the platform port or module ("local" includes) should be listed
first in their own block using relative paths, before Godot's "core" includes
which use "absolute" (project folder relative) paths, and finally thirdparty
includes.
Includes in `#ifdef`s come after their relevant section, i.e. the overall
structure is:
- Local includes
* Conditional local includes
- Core includes
* Conditional core includes
- Thirdparty includes
* Conditional thirdparty includes
|
|\
| |
| |
| | |
Fix `cell_height` for navigation meshes
|
| |
| |
| |
| | |
Fixes `cell_height` for navigation meshes.
|
|\ \
| |/
|/|
| | |
Update RVO2 to git 2022.09
|
| | |
|
|\ \
| | |
| | |
| | | |
Add navigation map synchronization warnings
|
| |/
| |
| |
| | |
Adds navigation map synchronization warnings.
|
|/
|
|
| |
Improves navigation map synchronisation error msgs related to mismatch of cell sizes.
|