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
...
*
Merge pull request #90508 from smix8/thread_bake
Rémi Verschelde
2024-04-12
3
-3
/
+3
|
\
|
*
Use threads for baking navigation mesh inside editor
smix8
2024-04-11
3
-3
/
+3
*
|
Add navigation path simplification
smix8
2024-04-11
4
-0
/
+142
|
/
*
Make 2D navigation mesh baking parse all TileMapLayers
smix8
2024-04-04
1
-54
/
+90
*
Add navigation baking crash prevention mechanism
Pawel Lampe
2024-03-23
1
-5
/
+8
*
Add NavigationObstacle options to affect and carve navigation mesh
smix8
2024-03-15
4
-0
/
+198
*
Disable all 3D nodes, physics, and resources when compiling without 3D
Aaron Franke
2024-03-11
1
-2
/
+3
*
clipper2: Update to 1.3.0
Jakub Marcowski
2024-03-01
1
-2
/
+2
*
Remove self includes in some files
blackbird806
2024-02-27
1
-1
/
+0
*
Split monolithic physics class files
smix8
2024-02-27
2
-2
/
+2
*
Move 3D-only resources to their own folder
Aaron Franke
2024-02-26
1
-10
/
+10
*
Move 2D-only resources to their own folder
Aaron Franke
2024-02-26
1
-5
/
+5
*
Move 3D-only navigation code to its own subfolder
Aaron Franke
2024-02-26
8
-156
/
+158
*
Move 2D-only navigation code to its own subfolder
Aaron Franke
2024-02-26
6
-6
/
+7
*
[Navigation] Add some missing compile checks
A Thousand Ships
2024-02-22
4
-0
/
+16
*
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
10
-26
/
+36
*
Merge pull request #87959 from Scony/fix-navi-sync-errors
Rémi Verschelde
2024-02-12
4
-4
/
+50
|
\
|
*
Add means for fixing navmap synchronization errors
Pawel Lampe
2024-02-11
4
-4
/
+50
*
|
Merge pull request #79577 from smix8/navmap_rwlock_4.x
Rémi Verschelde
2024-02-12
2
-5
/
+30
|
\
\
|
|
/
|
/
|
|
*
Make navigation map spatial queries thread-safe
smix8
2024-02-06
2
-5
/
+30
*
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
|
Merge pull request #87378 from smix8/navmesh_bordersize
Rémi Verschelde
2024-02-08
1
-3
/
+9
|
\
\
|
*
|
Add NavigationMesh border_size property for tile baking
smix8
2024-01-19
1
-3
/
+9
*
|
|
Merge pull request #87961 from smix8/navmesh2d_bordersize
Rémi Verschelde
2024-02-07
1
-0
/
+38
|
\
\
\
|
*
|
|
Add NavigationPolygon border_size property for tile baking
smix8
2024-02-05
1
-0
/
+38
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #87715 from Scony/add-is-baking
Rémi Verschelde
2024-02-07
8
-12
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Expose `is_baking` method in navigation servers and region nodes.
Pawel Lampe
2024-02-05
8
-12
/
+34
|
|
/
*
/
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
|
/
*
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
|
\
[prev]
[next]