summaryrefslogtreecommitdiffstats
path: root/scene/3d/navigation_region_3d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-4/+4
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-4/+4
| |
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
|
* Change 3D navigation edge connection margin debug to only show virtual edgesmix82024-06-091-8/+9
| | | | Change navigation edge connection margin debug from a flat rectangle that looks like a polygon to a simple line edge.
* Fix NavigationRegion3D not reacting to runtime debug enabled changesmix82024-05-231-2/+2
| | | | Fixes NavigationRegion3D not reacting when the main debug enabled property got changed as it only looked at the navigation mesh specific debug.
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-1/+1
|
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
| | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
* Fix NavigationRegion errors from signal changessmix82024-02-101-4/+11
| | | | Fixes NavigationRegion errors from signal changes.
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
|
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+5
|
* Update deferred calls to use Callableskobewi2024-01-091-2/+1
|
* Fix missing NavigationRegion property updates in constructorsmix82023-12-041-1/+10
| | | | Fixes missing NavigationRegion property updates in constructor.
* Fix enabling NavigationRegion3D saved disabledMalcolm Nixon2023-10-141-6/+6
| | | | This PR fixes issue #83364 by always registering the region when it enters the tree, and instead using region_set_enabled to control whether its enabled. The same logical changes have been applied to NavigationRegion2D.
* Add multi-threaded NavMesh baking to NavigationServersmix82023-08-071-45/+8
| | | | Adds multi-threaded NavMesh baking to NavigationServer.
* Move navigation mesh baking to NavigationServersmix82023-08-031-5/+1
| | | | Moves navigation mesh baking to NavigationServer.
* Add NavigationServer API to enable regions and linkssmix82023-07-261-9/+1
| | | | Adds NavigationServer API to enable regions and links.
* Merge pull request #79465 from smix8/navregion_bake_deferred_4.xYuri Sizov2023-07-181-2/+10
|\ | | | | | | Make NavigationRegion3D baking NavMesh on the main thread not finish deferred
| * Make NavigationRegion3D baking NavMesh on the main thread not finish deferredsmix82023-07-141-2/+10
| | | | | | | | Makes NavigationRegion3D baking NavMesh on the main thread not finish deferred.
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-4/+3
|/
* Add NavigationRegion function to change navigation mapsmix82023-06-151-35/+79
| | | | Adds NavigationRegion function to change navigation map.
* Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.xRémi Verschelde2023-06-151-1/+12
|\ | | | | | | Fix for threaded NavigationMesh baking under new thread guards
| * Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-1/+12
| | | | | | | | Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.
* | Refactor NavigationRegion internalssmix82023-06-151-13/+11
|/ | | | Refactors NavigationRegion internals.
* Make navigation mesh edge connections optionalsmix82023-05-111-0/+25
| | | | Makes navigation mesh edge connections optional.
* Prevent unnecessary navigation map synchronizationssmix82023-05-111-5/+18
| | | | Prevents unnecessary navigation map synchronizations triggered by redundant calls to setters of e.g. region, link or map properties.
* Rework Navigation Avoidancesmix82023-05-101-4/+4
| | | | Rework Navigation Avoidance.
* Merge pull request #76004 from mashumafi/wait-nav-region-threadMax Hilbrunner2023-05-051-0/+4
|\
| * Wait for navigation baking to finish before destructionmashumafi2023-05-021-0/+4
| |
* | Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
| |
* | Fix NavigationMesh debug visuals for non-triangulated meshessmix82023-04-161-25/+58
|/ | | | Fixes NavigationMesh debug visuals for non-triangulated meshes.
* Rework const on NavigationServer methodsJosh Jones2023-01-071-13/+13
| | | `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.
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+3
|
* Fix typo and ensure backwards compatibility for changed property namesJosh Jones2022-12-201-0/+19
| | | | | | | | | | | | | Changes to the name of the `navmesh` and `navpoly` properties on `NavigationRegion` caused navigation data to be lost on load. This PR creates uses `_set`/`_get` to handle compatibility with the older names on load, preserving the data. Also fixes a typo on `get_vertices_per_polygon` in `NavigationMesh`, and renames the property to remove the `polygon_` prefix which doesn't match the setter/getter. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-22/+22
| | | | Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
* Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+2
| | | This allows users of the server APIs to get back the nodes that created certain regions and links.
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-6/+1
| | | | | This also removes `OS::can_use_threads` from the public API since it's always true.
* Improve consistancy of NavigationRegion settersJosh Jones2022-09-211-7/+26
|
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
|
* Remove / Replace old Navigation Debug Visualizationsmix82022-09-071-0/+1
| | | | | - removes / replaces leftovers from old navigation debug code - cleanes SceneTree and ProjectSettings from old navigation debug
* Fix NavigationRegion3D debug mesh rendering twice in Editorsmix82022-08-091-0/+6
| | | | Fixes double rendering of NavigationRegion3D debug mesh due to both 3DGizmo and runtime debug rendering the mesh at the same time.
* Merge pull request #64034 from DarkKilauea/fix-nav-region-gizmoRémi Verschelde2022-08-081-1/+4
|\
| * Fix NavigationRegion3D gizmo's odd visual behaviorJosh Jones2022-08-061-1/+4
| |
* | Fix typo when setting NavigationRegion travel_costJosh Jones2022-08-071-1/+1
|/
* Add more detailed Navigation Debug Visualizationsmix82022-07-291-29/+310
| | | | | | | - Adds more customization options to ProjectSettings. - Displays navregion edge connections and navigation polygon edges in editor and at runtime. - Majority of debug code moved from SceneTree to NavigationServer. - Removes the irritating debug MeshInstance child node from NavigationRegion3D and replaces it with direct RenderingServer API.
* Add navigation layer bitmask helper functionssmix82022-06-191-0/+21
| | | | Adds helper functions to work with the navigation layer bitmask.
* Streamline Navigation layer function names.smix82022-06-151-7/+7
| | | | Streamline Navigation layer function names.
* Add NavigationRegion costs for pathfindingsmix82022-06-061-0/+30
| | | | Add NavigationRegion costs for pathfinding.