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
/
servers
/
navigation_server_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Add navigation region point and segment queries
smix8
2024-09-10
1
-0
/
+1
*
Add navigation source geometry parser callbacks
smix8
2024-04-19
1
-0
/
+3
*
Add navigation path simplification
smix8
2024-04-11
1
-0
/
+2
*
Add function to get navigation map iteration id from NavigationServer
smix8
2024-02-22
1
-0
/
+1
*
Expose `is_baking` method in navigation servers and region nodes.
Pawel Lampe
2024-02-05
1
-0
/
+1
*
Add getters to navigation servers
Nicholas Foo
2023-12-19
1
-0
/
+18
*
Add NavigationServer random point queries
smix8
2023-12-08
1
-0
/
+3
*
Add 2D navigation mesh baking
smix8
2023-09-25
1
-377
/
+129
*
Add NavigationServer API to enable regions and links
smix8
2023-07-26
1
-0
/
+8
*
Add agent pause mode to NavigationServer
smix8
2023-06-18
1
-0
/
+8
*
Update navigation obstacle API
smix8
2023-06-12
1
-0
/
+8
*
Make navigation mesh edge connections optional
smix8
2023-05-11
1
-0
/
+10
*
Rework Navigation Avoidance
smix8
2023-05-10
1
-8
/
+140
*
Fix NavigationServer internals still using float instead of real_t
smix8
2023-03-07
1
-2
/
+2
*
Fix navigation debug not toggleable in scripts
smix8
2023-02-16
1
-1
/
+5
*
Fix 2D navigation debug visuals ignoring half the ProjectSettings
smix8
2023-02-13
1
-0
/
+32
*
Add NavigationAgent Path Debug Visualization
smix8
2023-01-31
1
-0
/
+36
*
Use Callable for Navigation Agent callbacks
Josh Jones
2023-01-27
1
-33
/
+6
*
Rename Navigation uses of 'location' to 'position'
smix8
2023-01-26
1
-8
/
+8
*
Rework const on NavigationServer methods
Josh Jones
2023-01-07
1
-58
/
+62
*
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
-0
/
+3
*
Fix Navigation API abbreviations inconsistency
smix8
2022-12-17
1
-4
/
+4
*
Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.x
Rémi Verschelde
2022-12-12
1
-6
/
+2
|
\
|
*
Fix Navigation agent callback wild pointer crash
smix8
2022-12-12
1
-6
/
+6
*
|
Enable assigning an owner to navigation regions and links
Josh Jones
2022-12-10
1
-0
/
+12
|
/
*
Add NavigationPathQuery
smix8
2022-09-20
1
-0
/
+11
*
Added node for Navigation links
Josh Jones
2022-08-26
1
-0
/
+63
*
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
-3
/
+3
*
|
Fix a typo in navigation server documentation
Yuri Sizov
2022-08-17
1
-1
/
+1
|
/
*
Add NavigationServer2D debug functions
smix8
2022-08-09
1
-0
/
+41
*
Merge pull request #62300 from smix8/navigation_map_force_update_4.x
Rémi Verschelde
2022-06-24
1
-0
/
+6
|
\
|
*
Add NavigationServer map_force_update() function
smix8
2022-06-23
1
-0
/
+6
*
|
Add NavigationServer.region_owns_point() helper function
smix8
2022-06-23
1
-0
/
+2
*
|
Add Navigation function to get all navigation maps
smix8
2022-06-22
1
-0
/
+4
|
/
*
Streamline Navigation layer function names.
smix8
2022-06-15
1
-5
/
+5
*
Add NavigationRegion costs for pathfinding
smix8
2022-06-06
1
-0
/
+10
*
Add NavigationServer2D/3D API functions to find missing RID info
smix8
2022-05-12
1
-0
/
+13
*
Fix cppcheck const parameters
Markus Sauermann
2022-04-28
1
-2
/
+2
*
Rename NavigationServer's free method to free_rid
Haoyu Qiu
2022-04-08
1
-1
/
+1
*
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-12
1
-4
/
+1
|
\
|
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-4
/
+1
*
|
NavigationServer: Restore constness for thread safe `get_singleton`
Rémi Verschelde
2022-01-05
1
-1
/
+1
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
1
-1
/
+1
[next]