smix8
|
5296b91592
Fix agent avoidance position not updated when entering SceneTree
|
1 year ago |
smix8
|
675547845e
Fix NavigationObstacles not being added to avoidance simulation
|
2 years ago |
Josh Jones
|
20fdfd466b
Improve consistency of NavigationAgent setters
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Adam Scott
|
ea33001b95
Add safety-checks before some servers `free()`
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Marc Gilleron
|
aed3822a93
Change return type of `get_configuration_warnings` to `PackedStringArray`
|
2 years ago |
Rémi Verschelde
|
ce6f284e5f
Merge pull request #64394 from smix8/navigation_obstacles_reparent_4.x
|
2 years ago |
fabriceci
|
f8cc88fab3
Restore RigidBody2/3D, SoftBody names in physics
|
2 years ago |
smix8
|
5162d9ac8b
Fix NavigationObstacle 2D/3D (re)parent issues
|
2 years ago |
Micky
|
b62d06fbed
Rename Navigation's `neighbor_dist` to `neightbor_distance`
|
2 years ago |
smix8
|
6b51ab66d8
Make Navigation Agents and Obstacles respect parent process mode
|
2 years ago |
Rémi Verschelde
|
f95b7412c7
Merge pull request #61057 from smix8/navigation_obstacle_transform_error_4.x
|
2 years ago |
smix8
|
cc707412e9
Fix NavigationObstacle2D/3D get_global_transform() error
|
2 years ago |
smix8
|
001d89223f
Expose NavigationObstacle2D/3D get_rid() and add config warning
|
2 years ago |
Rémi Verschelde
|
7119d355eb
String: Remove TTR and DTR defines in non-tools build
|
3 years ago |
Rémi Verschelde
|
0f5455230c
Use `switch` consistently in `_notification` (`scene` folder)
|
3 years ago |
Pawel Lampe
|
9bda2d5859
Fix NavigationObstacle errors
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 years ago |
Pawel Lampe
|
fa26fb865f
Improve NavigationObstacle3D usability
|
3 years ago |
Nathan Franke
|
2a8c59c171
Use Array for node configuration warnings
|
4 years ago |
Gilles Roudière
|
a9dc53d152
Remove Navigation2D/3D nodes, and move the navigation map to the world resource
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
ArrowInAKnee
|
9fc2b0fddc
Update all get_configuration_warning to retrieve warnings from the parent
|
4 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
4 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |