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 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
|
\
\
|
*
|
Fix for threaded NavigationMesh baking under new thread guards
smix8
2023-06-14
5
-203
/
+170
*
|
|
Merge pull request #78201 from smix8/navmesh_cell_height_4.x
Rémi Verschelde
2023-06-14
5
-5
/
+38
|
\
\
\
|
*
|
|
Fix `cell_height` for navigation meshes
smix8
2023-06-13
5
-5
/
+38
|
|
/
/
*
|
|
Merge pull request #78099 from DeeJayLSP/rvo2023
Rémi Verschelde
2023-06-14
2
-18
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update RVO2 to git 2022.09
DeeJayLSP
2023-06-13
2
-18
/
+22
*
|
|
Merge pull request #78173 from smix8/navregion_rot_warning_4.x
Rémi Verschelde
2023-06-13
1
-0
/
+6
|
\
\
\
|
*
|
|
Add NavigationRegion rotation warning
smix8
2023-06-13
1
-0
/
+6
*
|
|
|
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
|
|
/
/
*
|
|
Update navigation obstacle API
smix8
2023-06-12
4
-24
/
+230
*
|
|
Improve navigation map synchronisation error msgs
smix8
2023-06-03
2
-1
/
+5
|
/
/
[prev]
[next]