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
/
3d
/
navigation_agent_3d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-2
/
+2
|
\
|
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-2
/
+2
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-0
/
+8
|
\
|
|
*
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
1
-0
/
+8
*
|
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
|
/
*
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
-85
/
+137
|
\
|
*
Make target_desired_distance affect the navigation of NavigationAgent2D/3D
Ershn
2023-11-29
1
-85
/
+137
*
|
Merge pull request #83814 from smix8/navagent_properties
Rémi Verschelde
2023-12-04
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix missing NavigationAgent property updates in constructor
smix8
2023-10-23
1
-6
/
+8
*
|
Solve race condition between AThousandShips and Akien
smix8
2023-10-21
1
-5
/
+3
|
/
*
Fix NavigationAgent3D stored y-axis velocity and make it optional
smix8
2023-10-21
1
-1
/
+26
*
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-2
/
+2
*
Merge pull request #78939 from Scony/navi-crash-fix
Rémi Verschelde
2023-07-03
1
-1
/
+1
|
\
|
*
Fix crash in 'NavigationAgent3D', fixes #78910
Pawel Lampe
2023-07-02
1
-1
/
+1
*
|
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
|
/
*
Add agent pause mode to NavigationServer
smix8
2023-06-18
1
-12
/
+4
*
Rework Navigation Avoidance
smix8
2023-05-10
1
-60
/
+222
*
Expose NavigationAgent path postprocessing and pathfinding algorithm options
smix8
2023-03-25
1
-0
/
+28
*
Fix NavigationAgent3D debug path duplicated points
smix8
2023-03-16
1
-19
/
+21
*
Tweak NavigationAgent3D defaults
smix8
2023-02-16
1
-9
/
+9
*
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
/
+9
|
/
*
Improve consistency of NavigationAgent setters
Josh Jones
2023-02-02
1
-24
/
+114
*
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
/
+180
*
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
*
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
*
|
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
[next]