index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
navigation
/
nav_map.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-31
/
+14
|
\
|
*
Change navigation map performance monitor to use a struct
smix8
2024-11-24
1
-31
/
+14
*
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-7
/
+2
|
\
|
|
*
Reduce allocations for NavMap synchronisation
smix8
2024-11-05
1
-7
/
+2
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-21
/
+40
|
\
|
|
*
Optimize some parts of NavMap::sync
Marc Gilleron
2024-10-19
1
-21
/
+40
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d
Spartan322
2024-10-18
1
-10
/
+12
|
\
|
|
*
Replaced some distance checks with square distance checks in NavMap, wherever...
Zi Ye
2024-10-15
1
-10
/
+12
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Move NavigationServer mesh queries to dedicated file
smix8
2024-09-03
1
-581
/
+13
*
Use a heap to store traversable polygons for pathfinding
Ershn
2024-09-01
1
-75
/
+70
*
Merge pull request #93498 from smix8/connection_relocation
Rémi Verschelde
2024-08-19
1
-2
/
+37
|
\
|
*
Move NavRegion connections to NavMap
smix8
2024-06-23
1
-2
/
+37
*
|
Merge pull request #93583 from smix8/obstacle_monitor
Rémi Verschelde
2024-08-16
1
-0
/
+2
|
\
\
|
*
|
Add navigation obstacles to performance monitor stats
smix8
2024-06-25
1
-0
/
+2
*
|
|
NavigationServer3D.map_get_closest_point_to_segment - add an additional short...
Artem
2024-06-29
1
-0
/
+20
|
/
/
*
/
Remove unused navigation polygon properties
smix8
2024-06-22
1
-7
/
+0
|
/
*
Fixed closest edge and face check in NavigationServer3D.map_get_closest_point...
Artem
2024-06-17
1
-17
/
+13
*
Fix NavigationServer3D.get_closest_point_to_segment() with use_collision
Per Melin
2024-06-07
1
-1
/
+1
*
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-2
/
+2
*
Improve NavigationServer NavMap sync error msgs
smix8
2024-02-22
1
-5
/
+19
*
Add function to get navigation map iteration id from NavigationServer
smix8
2024-02-22
1
-8
/
+7
*
Merge pull request #87959 from Scony/fix-navi-sync-errors
Rémi Verschelde
2024-02-12
1
-4
/
+20
|
\
|
*
Add means for fixing navmap synchronization errors
Pawel Lampe
2024-02-11
1
-4
/
+20
*
|
Make navigation map spatial queries thread-safe
smix8
2024-02-06
1
-5
/
+28
|
/
*
Merge pull request #85253 from sandygk/fix-reachable-polygon-closest-to-end-p...
Yuri Sizov
2023-12-19
1
-1
/
+1
|
\
|
*
Do not use travel cost for minimum when re-selecting end point
Sandy Gutierrez
2023-11-28
1
-1
/
+1
*
|
Navigation: Fix GCC 12.3 `-Wtype-limits` warnings
Rémi Verschelde
2023-12-12
1
-1
/
+1
*
|
Add NavigationServer random point queries
smix8
2023-12-08
1
-0
/
+64
*
|
Merge pull request #84816 from Scony/add-obstacle-navserver-tests
Rémi Verschelde
2023-12-04
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
Fix memory leak in 'NavigationServer3D' involving static obstacles
Pawel Lampe
2023-11-17
1
-1
/
+12
*
|
Fix NavigationObstacle height
smix8
2023-11-13
1
-0
/
+2
|
/
*
Fix NavigationObstacle elevation
smix8
2023-11-13
1
-0
/
+2
*
Fix NavigationLink enabled toggle
smix8
2023-10-21
1
-0
/
+3
*
Fix NavMesh `map_update_id` returning 0 results in errors
Ben Rog-Wilhelm
2023-08-03
1
-1
/
+2
*
Merge pull request #79228 from smix8/fix_funnel_4.x
Yuri Sizov
2023-08-02
1
-0
/
+11
|
\
|
*
Fix pathfinding funnel adding unwanted point
smix8
2023-07-23
1
-0
/
+11
*
|
Add NavigationServer API to enable regions and links
smix8
2023-07-26
1
-0
/
+6
|
/
*
Fix closest possible navigation path position
smix8
2023-07-08
1
-2
/
+77
*
Revert "Update RVO2 to git 2022.09"
Rémi Verschelde
2023-06-29
1
-11
/
+11
*
Add agent pause mode to NavigationServer
smix8
2023-06-18
1
-0
/
+11
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+3
*
Merge pull request #78201 from smix8/navmesh_cell_height_4.x
Rémi Verschelde
2023-06-14
1
-3
/
+11
|
\
|
*
Fix `cell_height` for navigation meshes
smix8
2023-06-13
1
-3
/
+11
*
|
Merge pull request #78099 from DeeJayLSP/rvo2023
Rémi Verschelde
2023-06-14
1
-11
/
+11
|
\
\
|
|
/
|
/
|
|
*
Update RVO2 to git 2022.09
DeeJayLSP
2023-06-13
1
-11
/
+11
*
|
Merge pull request #77693 from smix8/navmap_sync_warnings_4.x
Rémi Verschelde
2023-06-13
1
-0
/
+5
|
\
\
|
*
|
Add navigation map synchronization warnings.
smix8
2023-05-31
1
-0
/
+5
|
|
/
*
/
Improve navigation map synchronisation error msgs
smix8
2023-06-03
1
-1
/
+1
|
/
[next]