Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 1 | -6/+6 |
| | |||||
* | Add navigation region point and segment queries | smix8 | 2024-09-10 | 1 | -4/+32 |
| | | | | Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection. | ||||
* | Add navigation obstacles to performance monitor stats | smix8 | 2024-06-25 | 1 | -0/+3 |
| | | | | Adds navigation obstacle count to navigation performance monitor. | ||||
* | Add navigation source geometry parser callbacks | smix8 | 2024-04-19 | 1 | -0/+17 |
| | | | | Adds navigation source geometry parser callbacks so that externals can hook their own geometry into the navigation mesh baking process. | ||||
* | Add navigation path simplification | smix8 | 2024-04-11 | 1 | -0/+9 |
| | | | | Adds navigation path simplification for NavigationServer and NavigationAgent. | ||||
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -1/+1 |
| | | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com> | ||||
* | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -2/+2 |
| | |||||
* | Add function to get navigation map iteration id from NavigationServer | smix8 | 2024-02-22 | 1 | -0/+8 |
| | | | | Adds function to get navigation map iteration id from NavigationServer. | ||||
* | Update many Deprecated/Experimental descriptions for consistency | Micky | 2024-02-17 | 1 | -2/+1 |
| | |||||
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -3/+3 |
| | |||||
* | Add means for fixing navmap synchronization errors | Pawel Lampe | 2024-02-11 | 1 | -0/+15 |
| | |||||
* | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 1 | -0/+7 |
| | |||||
* | Replace some "uncommon" words in class reference | Micky | 2024-01-15 | 1 | -1/+1 |
| | |||||
* | Fix various typos in documentation | Septian | 2024-01-05 | 1 | -1/+1 |
| | |||||
* | Add getters to navigation servers | Nicholas Foo | 2023-12-19 | 1 | -0/+140 |
| | | | | | | Add virtual functions and bind to navigation servers Implement getters Add documentation | ||||
* | Add NavigationServer random point queries | smix8 | 2023-12-08 | 1 | -0/+22 |
| | | | | Adds query functions to get random points on navigation mesh to the NavigationServer. | ||||
* | Add multi-threaded NavMesh baking to NavigationServer | smix8 | 2023-08-07 | 1 | -0/+9 |
| | | | | Adds multi-threaded NavMesh baking to NavigationServer. | ||||
* | Avoid punning [param enabled] in documentation | Haoyu Qiu | 2023-07-31 | 1 | -6/+6 |
| | |||||
* | Add NavigationServer API to enable regions and links | smix8 | 2023-07-26 | 1 | -0/+30 |
| | | | | Adds NavigationServer API to enable regions and links. | ||||
* | Fix some mixups between 2D/3D in documentation | Ninni Pipping | 2023-07-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #79137 from smix8/region_bake_depr_4.x | Yuri Sizov | 2023-07-12 | 1 | -1/+2 |
|\ | | | | | | | Mark NavigationServer3D.region_bake_navigation_mesh() as deprecated | ||||
| * | Mark NavigationServer3D.region_bake_navigation_mesh() as deprecated | smix8 | 2023-07-07 | 1 | -1/+2 |
| | | | | | | | | Marks NavigationServer3D.region_bake_navigation_mesh() as deprecated. | ||||
* | | Add performance note for parsing source geometry | smix8 | 2023-07-09 | 1 | -0/+1 |
| | | | | | | | | Adds performance note for parsing source geometry. | ||||
* | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
|/ | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Add missing default Callables for new NavigationServer geometry parse and ↵ | smix8 | 2023-06-25 | 1 | -2/+2 |
| | | | | | | bake functions Adds missing default Callables for new NavigationServer geometry parse and bake functions. | ||||
* | Add agent pause mode to NavigationServer | smix8 | 2023-06-18 | 1 | -0/+30 |
| | | | | Adds agent pause mode to NavigationServer. | ||||
* | Fix various typos with codespell | Rémi Verschelde | 2023-06-16 | 1 | -1/+1 |
| | | | | And ignore some false positives introduced by recent versions of codespell. | ||||
* | Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.x | Rémi Verschelde | 2023-06-15 | 1 | -0/+20 |
|\ | | | | | | | Fix for threaded NavigationMesh baking under new thread guards | ||||
| * | Fix for threaded NavigationMesh baking under new thread guards | smix8 | 2023-06-14 | 1 | -0/+20 |
| | | | | | | | | Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process. | ||||
* | | Fix `cell_height` for navigation meshes | smix8 | 2023-06-13 | 1 | -2/+17 |
|/ | | | | Fixes `cell_height` for navigation meshes. | ||||
* | Update navigation obstacle API | smix8 | 2023-06-12 | 1 | -0/+46 |
| | | | | Updates navigation obstacle API. | ||||
* | Merge pull request #77609 from RedworkDE/class-ref-code-fixes | Yuri Sizov | 2023-05-29 | 1 | -1/+1 |
|\ | | | | | Fix more issues with code tags in class reference | ||||
| * | Fix more issues with code tags in class reference | RedworkDE | 2023-05-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #76600 from MewPurPur/improve-docs-top-sections-PHYS | Yuri Sizov | 2023-05-29 | 1 | -5/+5 |
|\ \ | |/ |/| | Overhaul the top sections of the class reference (Physics classes) | ||||
| * | Overhaul the top sections of the class reference (Physics classes) | VolTer | 2023-05-20 | 1 | -5/+5 |
| | | |||||
* | | Make navigation mesh edge connections optional | smix8 | 2023-05-11 | 1 | -0/+30 |
|/ | | | | Makes navigation mesh edge connections optional. | ||||
* | Rework Navigation Avoidance | smix8 | 2023-05-10 | 1 | -10/+148 |
| | | | | Rework Navigation Avoidance. | ||||
* | Validate code tags in documentation for potential params | Yuri Sizov | 2023-04-26 | 1 | -11/+11 |
| | | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed. | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | More class reference fixes | Haoyu Qiu | 2023-02-24 | 1 | -4/+4 |
| | | | | Mostly typos. Also renamed the remaining "Vulkan Clustered" to "Forward+". | ||||
* | Fix navigation debug not toggleable in scripts | smix8 | 2023-02-16 | 1 | -0/+13 |
| | | | | Fixes that navigation debug was not toggleable in script while even the docs mentioned it. | ||||
* | Unbind NavigationServer3D.process() | smix8 | 2023-02-14 | 1 | -9/+0 |
| | | | | Unbinds NavigationServer3D.process(). | ||||
* | Add missing period for sentences in classref | Haoyu Qiu | 2023-02-12 | 1 | -1/+1 |
| | |||||
* | Use Callable for Navigation Agent callbacks | Josh Jones | 2023-01-27 | 1 | -5/+3 |
| | |||||
* | Rename Navigation uses of 'location' to 'position' | smix8 | 2023-01-26 | 1 | -11/+11 |
| | | | | Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions. | ||||
* | Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.x | Rémi Verschelde | 2023-01-12 | 1 | -0/+36 |
|\ | | | | | Add NavigationServer Performance Monitor | ||||
| * | Add NavigationServer Performance Monitor | smix8 | 2023-01-08 | 1 | -0/+36 |
| | | | | | | | | Adds Performance Monitor for NavigationServer3D. | ||||
* | | Add navigation tutorial links inside class doc | smix8 | 2023-01-11 | 1 | -0/+1 |
|/ | | | | Adds navigation tutorial links inside the class doc to the related and more detailed godot-docs pages. | ||||
* | Rework const on NavigationServer methods | Josh Jones | 2023-01-07 | 1 | -37/+37 |
| | | | `const` is used on all methods, even when they cause modification of the server. This reworks the methods of the server to only use `const` on method that don't change the state of the server. |