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
/
godot_navigation_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move 3D-only navigation code to its own subfolder
Aaron Franke
2024-02-26
1
-1423
/
+0
*
[Navigation] Add some missing compile checks
A Thousand Ships
2024-02-22
1
-0
/
+4
*
Add function to get navigation map iteration id from NavigationServer
smix8
2024-02-22
1
-6
/
+13
*
Add means for fixing navmap synchronization errors
Pawel Lampe
2024-02-11
1
-0
/
+14
*
Expose `is_baking` method in navigation servers and region nodes.
Pawel Lampe
2024-02-05
1
-0
/
+4
*
Add getters to navigation servers
Nicholas Foo
2023-12-19
1
-2
/
+142
*
Add NavigationServer random point queries
smix8
2023-12-08
1
-0
/
+14
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-102
/
+102
*
Add 2D navigation mesh baking
smix8
2023-09-25
1
-10
/
+8
*
Add multi-threaded NavMesh baking to NavigationServer
smix8
2023-08-07
1
-12
/
+22
*
Move navigation mesh baking to NavigationServer
smix8
2023-08-03
1
-9
/
+46
*
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
1
-0
/
+28
|
/
*
Mark NavigationServer3D.region_bake_navigation_mesh() as deprecated
smix8
2023-07-07
1
-0
/
+4
*
Fix NavObjects map assignments
smix8
2023-06-25
1
-73
/
+14
*
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 #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
1
-0
/
+28
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+2
*
|
Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.x
Rémi Verschelde
2023-06-15
1
-1
/
+16
|
\
\
|
*
|
Fix for threaded NavigationMesh baking under new thread guards
smix8
2023-06-14
1
-1
/
+16
*
|
|
Fix `cell_height` for navigation meshes
smix8
2023-06-13
1
-0
/
+14
|
/
/
*
|
Update navigation obstacle API
smix8
2023-06-12
1
-11
/
+74
*
|
Make navigation mesh edge connections optional
smix8
2023-05-11
1
-0
/
+28
*
|
Rework Navigation Avoidance
smix8
2023-05-10
1
-18
/
+172
|
/
*
Fix NavigationServer free error print
smix8
2023-03-05
1
-1
/
+1
*
Improve NavigationServer.free() error msg when RID not found
smix8
2023-02-13
1
-1
/
+1
*
Rename NavigationServer internal RvoAgent to NavAgent
smix8
2023-02-01
1
-17
/
+17
*
Use Callable for Navigation Agent callbacks
Josh Jones
2023-01-27
1
-36
/
+5
*
Rename Navigation uses of 'location' to 'position'
smix8
2023-01-26
1
-8
/
+8
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-15
/
+12
*
Add NavigationServer Performance Monitor
smix8
2023-01-08
1
-0
/
+61
*
Rework const on NavigationServer methods
Josh Jones
2023-01-07
1
-55
/
+61
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add support for emitting a signal when entering a NavLink
Josh Jones
2022-12-17
1
-8
/
+24
*
Fix Navigation API abbreviations inconsistency
smix8
2022-12-17
1
-7
/
+7
*
Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.x
Rémi Verschelde
2022-12-12
1
-3
/
+3
|
\
|
*
Fix Navigation agent callback wild pointer crash
smix8
2022-12-12
1
-3
/
+3
*
|
Enable assigning an owner to navigation regions and links
Josh Jones
2022-12-10
1
-0
/
+28
|
/
*
Add NavigationPathQuery
smix8
2022-09-20
1
-0
/
+26
*
Added node for Navigation links
Josh Jones
2022-08-26
1
-0
/
+171
*
Merge pull request #64354 from Mickeon/rename-navigation-distance
Rémi Verschelde
2022-08-25
1
-2
/
+2
|
\
|
*
Rename Navigation's `neighbor_dist` to `neightbor_distance`
Micky
2022-08-13
1
-2
/
+2
*
|
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-6
/
+6
|
/
*
Replace Navigation std::vector use with LocalVector
smix8
2022-07-28
1
-8
/
+12
*
Merge pull request #62300 from smix8/navigation_map_force_update_4.x
Rémi Verschelde
2022-06-24
1
-0
/
+9
|
\
|
*
Add NavigationServer map_force_update() function
smix8
2022-06-23
1
-0
/
+9
[next]