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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various spelling errors
Robert Yevdokimov
2024-01-04
1
-2
/
+2
*
Add getters to navigation servers
Nicholas Foo
2023-12-19
4
-4
/
+244
*
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
*
|
Move tile transforms handling cache to TileData
Gilles Roudière
2023-12-13
1
-2
/
+12
*
|
Navigation: Fix GCC 12.3 `-Wtype-limits` warnings
Rémi Verschelde
2023-12-12
2
-3
/
+3
*
|
Add NavigationServer random point queries
smix8
2023-12-08
9
-16
/
+228
*
|
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 potential crashes with TileMap navmesh baking
smix8
2023-10-24
1
-4
/
+25
*
Fix hole in heightmap navigation mesh baking
smix8
2023-10-22
1
-48
/
+28
*
Fix NavigationLink enabled toggle
smix8
2023-10-21
1
-0
/
+3
*
Fix NavRegion sync error messages
smix8
2023-10-18
1
-2
/
+2
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-6
/
+1
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
4
-111
/
+111
*
Fix typo in dev assert in NavMeshGenerator2D
kleonc
2023-09-26
1
-1
/
+1
*
Add 2D navigation mesh baking
smix8
2023-09-25
8
-11
/
+1550
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-2
/
+2
*
Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AM
Yuri Sizov
2023-09-06
1
-2
/
+3
|
\
|
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-2
/
+3
*
|
Fix compiling with 3D disabled due to unused navigation variable
Aaron Franke
2023-09-04
1
-0
/
+4
|
/
*
Merge pull request #79972 from smix8/navgenerator_multithreading_4.x
Rémi Verschelde
2023-08-17
4
-24
/
+172
|
\
|
*
Add multi-threaded NavMesh baking to NavigationServer
smix8
2023-08-07
4
-24
/
+172
*
|
Fix missing include for `NavigationMesh`
Ninni Pipping
2023-08-08
1
-0
/
+1
|
/
*
Merge pull request #79643 from smix8/navgenerator_4.x
Rémi Verschelde
2023-08-07
8
-748
/
+880
|
\
|
*
Move navigation mesh baking to NavigationServer
smix8
2023-08-03
8
-748
/
+880
*
|
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
*
|
Merge pull request #79916 from smix8/navobstacle_mutex_4.x
Yuri Sizov
2023-07-26
1
-2
/
+2
|
\
\
|
*
|
Update NavObstacle creation to new Mutex style
smix8
2023-07-26
1
-2
/
+2
|
|
/
*
/
Add NavigationServer API to enable regions and links
smix8
2023-07-26
7
-0
/
+67
|
/
*
Add more hints to navigation map cell size errors
smix8
2023-07-14
1
-2
/
+2
*
Merge pull request #79137 from smix8/region_bake_depr_4.x
Yuri Sizov
2023-07-12
2
-0
/
+6
|
\
|
*
Mark NavigationServer3D.region_bake_navigation_mesh() as deprecated
smix8
2023-07-07
2
-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
2
-22
/
+18
*
Fix NavObjects map assignments
smix8
2023-06-25
4
-75
/
+48
*
Fix NavigationMesh not clearing old polygons
smix8
2023-06-23
1
-0
/
+1
*
Merge pull request #78449 from Scony/add-agent-n-map-navserver-tests
Rémi Verschelde
2023-06-21
1
-2
/
+4
|
\
|
*
Add `agent` and `map` tests for 'NavigationServer3D'
Pawel Lampe
2023-06-20
1
-2
/
+4
*
|
Merge pull request #78442 from smix8/navmesh_bake_geo_errors_4.x
Rémi Verschelde
2023-06-20
1
-0
/
+10
|
\
\
|
*
|
Fix potential crashes in navmesh bake geometry functions
smix8
2023-06-19
1
-0
/
+10
|
|
/
*
|
Merge pull request #76787 from RedworkDE/avoid-localvector-copy
Rémi Verschelde
2023-06-20
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Avoid making unnecessary copies of `LocalVector`
RedworkDE
2023-05-06
1
-3
/
+3
*
|
Add agent pause mode to NavigationServer
smix8
2023-06-18
7
-0
/
+93
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
10
-21
/
+24
*
|
Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.x
Rémi Verschelde
2023-06-15
5
-203
/
+170
|
\
\
[next]