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
*
Change navigation map performance monitor to use a struct
smix8
2024-11-24
3
-49
/
+37
*
fixed navigation obstacle carving broken during 07b7f76
Kiro
2024-11-15
1
-12
/
+32
*
Merge pull request #99030 from tracefree/obstacle_2d_transform
Thaddeus Crews
2024-11-12
1
-3
/
+10
|
\
|
*
Make use of NavigationObstacle2D's transform
Rie
2024-11-11
1
-3
/
+10
*
|
Merge pull request #96730 from tracefree/properly_transforming_obstacles
Thaddeus Crews
2024-11-11
1
-5
/
+14
|
\
\
|
*
|
Make use of NavigationObstacle3D's transform
Rie
2024-11-10
1
-5
/
+14
|
|
/
*
|
Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor...
Kiro
2024-11-11
1
-123
/
+70
*
|
Reduce allocations for NavMap synchronisation
smix8
2024-11-05
4
-9
/
+12
|
/
*
Merge pull request #93401 from Repiteo/style/clang-tidy-fixes
Thaddeus Crews
2024-11-04
1
-1
/
+1
|
\
|
*
Style: Apply `clang-tidy` fixes
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
Merge pull request #90182 from Zylann/nav_map_optimizations
Thaddeus Crews
2024-11-04
1
-21
/
+40
|
\
\
|
|
/
|
/
|
|
*
Optimize some parts of NavMap::sync
Marc Gilleron
2024-10-19
1
-21
/
+40
*
|
Merge pull request #98039 from aaronfranke/button-icon
Thaddeus Crews
2024-10-29
1
-2
/
+2
|
\
\
|
*
|
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-2
/
+2
|
|
/
*
/
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
8
-10
/
+10
|
/
*
Replaced some distance checks with square distance checks in NavMap, wherever...
Zi Ye
2024-10-15
1
-10
/
+12
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-1
/
+1
*
Merge pull request #96389 from kitbdev/extract-main-screen
Rémi Verschelde
2024-09-11
1
-1
/
+1
|
\
|
*
Extract editor main screen
kit
2024-09-09
1
-1
/
+1
*
|
Add navigation region point and segment queries
smix8
2024-09-10
6
-0
/
+51
|
/
*
Move NavigationServer mesh queries to dedicated file
smix8
2024-09-03
5
-657
/
+785
*
Merge pull request #85965 from ershn/use_heap_in_astar_path_finding
Rémi Verschelde
2024-09-03
2
-85
/
+232
|
\
|
*
Use a heap to store traversable polygons for pathfinding
Ershn
2024-09-01
2
-85
/
+232
*
|
Use `MutexLock` in more places
A Thousand Ships
2024-08-29
2
-84
/
+74
|
/
*
Extract navigation-related defaults to separate header
Pawel Lampe
2024-08-27
1
-6
/
+7
*
Merge pull request #93498 from smix8/connection_relocation
Rémi Verschelde
2024-08-19
5
-37
/
+58
|
\
|
*
Move NavRegion connections to NavMap
smix8
2024-06-23
5
-37
/
+58
*
|
Merge pull request #92560 from smix8/navmesh2d_bake_partition
Rémi Verschelde
2024-08-19
1
-4
/
+26
|
\
\
|
*
|
Add triangulation partition option to 2D navigation mesh baking
smix8
2024-08-05
1
-4
/
+26
*
|
|
Merge pull request #93583 from smix8/obstacle_monitor
Rémi Verschelde
2024-08-16
4
-0
/
+11
|
\
\
\
|
*
|
|
Add navigation obstacles to performance monitor stats
smix8
2024-06-25
4
-0
/
+11
*
|
|
|
Remove empty bind_methods()
kobewi
2024-08-15
2
-4
/
+0
|
|
/
/
|
/
|
|
*
|
|
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
3
-30
/
+0
|
/
*
Fix thread-use causing navigation polygon data corruption
smix8
2024-06-21
2
-11
/
+5
*
Merge pull request #93407 from smix8/lock_this_geometry_up
Rémi Verschelde
2024-06-21
2
-13
/
+22
|
\
|
*
Fix thread-use causing navigation source geometry data corruption
smix8
2024-06-21
2
-13
/
+22
*
|
Fix thread use causing navigation mesh data corruption
smix8
2024-06-21
4
-31
/
+44
|
/
*
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
*
Fix crash when baking TileMap navigation
Gilles Roudière
2024-05-27
1
-1
/
+1
*
Remove duplicated vertices after 3D NavigationMesh bake
smix8
2024-05-21
1
-4
/
+22
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
2
-3
/
+3
*
Fix TileMapLayer navmesh baking
Gilles Roudière
2024-05-02
2
-104
/
+73
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
Change 2D navigation mesh baking to use floating point coordinates
smix8
2024-04-23
1
-48
/
+46
*
Add navigation source geometry parser callbacks
smix8
2024-04-19
8
-1
/
+205
*
Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfolders
Aaron Franke
2024-04-15
4
-5
/
+4
[next]