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
/
scene
/
2d
/
navigation_agent_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
1
-0
/
+8
*
Fix physics tick counter
Ricardo Buring
2024-07-07
1
-3
/
+0
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+1
*
Add navigation path simplification
smix8
2024-04-11
1
-0
/
+26
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
*
Add getters to navigation servers
Nicholas Foo
2023-12-19
1
-2
/
+2
*
Merge pull request #82561 from ershn/fix_navigation_agents_is_target_reached_...
Yuri Sizov
2023-12-14
1
-83
/
+134
|
\
|
*
Make target_desired_distance affect the navigation of NavigationAgent2D/3D
Ershn
2023-11-29
1
-83
/
+134
*
|
Fix missing NavigationAgent property updates in constructor
smix8
2023-10-23
1
-5
/
+7
|
/
*
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-2
/
+2
*
Merge pull request #78857 from smix8/navagent_pos_fix_4.x
Rémi Verschelde
2023-07-03
1
-1
/
+3
|
\
|
*
Fix NavigationAgent position not always updating
smix8
2023-06-30
1
-1
/
+3
*
|
Fix NavigationAgent continues avoidance velocity
smix8
2023-06-29
1
-0
/
+5
|
/
*
Fix NavigationAgent2D path debug hidden behind canvas items
smix8
2023-06-19
1
-0
/
+1
*
Add agent pause mode to NavigationServer
smix8
2023-06-18
1
-12
/
+4
*
Rework Navigation Avoidance
smix8
2023-05-10
1
-40
/
+182
*
Expose NavigationAgent path postprocessing and pathfinding algorithm options
smix8
2023-03-25
1
-0
/
+28
*
Allow negative NavigationAgent2D path debug line_width for thin lines
smix8
2023-03-16
1
-3
/
+7
*
Tweak NavigationAgent3D defaults
smix8
2023-02-16
1
-8
/
+8
*
Add NavigationLink helper functions for global positions
smix8
2023-02-14
1
-0
/
+16
*
Strip name prefix of navigation agent debug properties in the inspector
Haoyu Qiu
2023-02-11
1
-1
/
+1
*
Merge pull request #72947 from DarkKilauea/nav-fix-avoidance-callback
Rémi Verschelde
2023-02-09
1
-6
/
+5
|
\
|
*
Fix missing avoidance updates when using same velocity
Josh Jones
2023-02-08
1
-6
/
+5
*
|
Fix NavigationAgent debug functions bindings in release builds
smix8
2023-02-08
1
-3
/
+11
|
/
*
Improve consistency of NavigationAgent setters
Josh Jones
2023-02-02
1
-29
/
+113
*
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
Add NavigationAgent Path Debug Visualization
smix8
2023-01-31
1
-0
/
+162
*
Use Callable for Navigation Agent callbacks
Josh Jones
2023-01-27
1
-3
/
+5
*
Rename Navigation uses of 'location' to 'position'
smix8
2023-01-26
1
-16
/
+16
*
Tweak NavigationAgent2D defaults
smix8
2023-01-11
1
-10
/
+10
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+1
*
Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.x
Rémi Verschelde
2022-12-21
1
-1
/
+6
|
\
|
*
Stop NavigationAgents without a target from moving to world origin
smix8
2022-12-06
1
-1
/
+6
*
|
Add support for emitting a signal when entering a NavLink
Josh Jones
2022-12-17
1
-4
/
+60
*
|
Fix Navigation API abbreviations inconsistency
smix8
2022-12-17
1
-12
/
+12
*
|
Fix Navigation agent callback wild pointer crash
smix8
2022-12-12
1
-3
/
+3
|
/
*
Merge pull request #65452 from timothyqiu/agent-target
Rémi Verschelde
2022-10-31
1
-0
/
+2
|
\
|
*
Make NavigationAgent `target_location` a property
Haoyu Qiu
2022-10-27
1
-0
/
+2
*
|
Merge pull request #67956 from RedMser/safe-velocity-type
Clay John
2022-10-28
1
-1
/
+1
|
\
\
|
*
|
Fix type of safe_velocity parameter
RedMser
2022-10-27
1
-1
/
+1
|
|
/
*
/
Emit target_reached signal after state is updated
Sam Briels
2022-10-27
1
-1
/
+1
|
/
*
Update NavigationAgent to use query_path
Josh Jones
2022-09-28
1
-9
/
+33
*
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
*
Rename Navigation's `neighbor_dist` to `neightbor_distance`
Micky
2022-08-13
1
-7
/
+7
*
Group NavigationAgent properties
smix8
2022-06-29
1
-3
/
+6
*
Merge pull request #62214 from smix8/navigation_layer_bitmask_helpers_4.x
Rémi Verschelde
2022-06-20
1
-0
/
+21
|
\
|
*
Add navigation layer bitmask helper functions
smix8
2022-06-19
1
-0
/
+21
*
|
Add NavigationAgent desired path distance
smix8
2022-06-18
1
-1
/
+9
|
/
[next]