| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | 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 | -4/+7 |
* | 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 |
|/ |
|
* | Streamline Navigation layer function names. | smix8 | 2022-06-15 | 1 | -11/+11 |
* | Add NavigationAgent set_navigation_map() function | smix8 | 2022-06-14 | 1 | -2/+28 |
* | Fix NavigationAgent reparent issues | smix8 | 2022-06-01 | 1 | -9/+42 |
* | Process NavigationAgent2D/3D avoidance on demand only | smix8 | 2022-05-20 | 1 | -2/+19 |
* | Use suffixes for units in nodes and resources | Aaron Franke | 2022-05-19 | 1 | -7/+7 |
* | Make Navigation Agents and Obstacles respect parent process mode | smix8 | 2022-05-17 | 1 | -0/+20 |
* | Merge pull request #59331 from bartekd97/navigation-agent-layers | Rémi Verschelde | 2022-04-01 | 1 | -5/+25 |
|\ |
|
| * | Expose navigable layers for NavigationAgent2D/3D | BARTEK-PC\Bartek | 2022-03-20 | 1 | -5/+25 |
* | | String: Remove TTR and DTR defines in non-tools build | Rémi Verschelde | 2022-03-28 | 1 | -1/+1 |
|/ |
|
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -0/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Improved readability for failing error conditions | Duroxxigar | 2021-10-08 | 1 | -2/+2 |