summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_region_2d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-2/+2
| |
* | 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 2D debug navigation flickering with tile mapssmix82024-09-051-0/+1
| | | | Both the tile map layers and the debug navigation canvas items did fight for the same z order causing a lot of flickering in certain situations.
* Fix NavigationRegion2D debug not clearing canvas itemsmix82024-06-101-0/+1
| | | | Fixes NavigationRegion2D debug not clearing canvas item on navigation mesh change.
* Improve NavigationRegion2D debug performancesmix82024-05-281-24/+154
| | | | Improves NavigationRegion2D debug performance by replacing the canvas polygon and line commands with a static mesh.
* Remove experimental constrain_avoidance from NavigationRegion2Dsmix82024-04-161-160/+0
| | | | Removes experimental constrain_avoidance feature from NavigationRegion2D.
* Add debug visual for NavigationRegion2D bake rectsmix82024-02-231-0/+13
| | | | Adds debug visual for NavigationRegion2D bake rect.
* 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-2/+10
| | | | 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-1/+1
|
* Merge pull request #85258 from smix8/navregion2d_transformRémi Verschelde2023-12-041-0/+1
|\ | | | | | | Fix NavigationRegion2D transform update
| * Fix NavigationRegion2D transform updatesmix82023-11-231-0/+1
| | | | | | | | Fixes NavigationRegion2D transform update.
* | 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-13/+13
| | | | 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 2D navigation mesh bakingsmix82023-09-251-4/+31
| | | | Adds 2D navigation mesh baking.
* Add NavigationServer API to enable regions and linkssmix82023-07-261-9/+1
| | | | Adds NavigationServer API to enable regions and links.
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
|
* Add NavigationRegion function to change navigation mapsmix82023-06-151-34/+98
| | | | Adds NavigationRegion function to change navigation map.
* Refactor NavigationRegion internalssmix82023-06-151-86/+92
| | | | Refactors NavigationRegion internals.
* Make navigation mesh edge connections optionalsmix82023-05-111-1/+19
| | | | Makes navigation mesh edge connections optional.
* Prevent unnecessary navigation map synchronizationssmix82023-05-111-6/+21
| | | | Prevents unnecessary navigation map synchronizations triggered by redundant calls to setters of e.g. region, link or map properties.
* Rework Navigation Avoidancesmix82023-05-101-1/+144
| | | | Rework Navigation Avoidance.
* Fix 2D navigation debug visuals ignoring half the ProjectSettingssmix82023-02-131-35/+55
| | | | Fixes that NavigationRegion2D and TileMap debug visuals ignored more or less half the ProjectSetting. E.g. random color could not be disabled, edges did not display.
* Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
|
* Rework const on NavigationServer methodsJosh Jones2023-01-071-8/+8
| | | `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/+1
|
* 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-23/+23
| | | | Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
* Move NavigationPolygon to dedicated resource filesmix82022-12-171-323/+0
| | | | Moves NavigationPolygon resource class from NavigationRegion2D file to a dedicated file in resource folder.
* 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.
* Add detail to NavigationPolygon outline error msgsmix82022-11-101-1/+3
| | | | Adds additional information to the error msg when the convex partition fails due to invalid outline arrays.
* Improve consistancy of NavigationRegion settersJosh Jones2022-09-211-6/+28
|
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
|
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-3/+3
| | | | | | | | | | Affects a lot of classes. Very thoroughly checked signal connections and deferred calls to this method, add_do_method/add_undo_method calls, and so on. Also renames the internal `_update_callback()` to `_redraw_callback()` for consistency. Just a few comments have also been changed to say "redraw". In CPUParticles2D, there was a private variable with the same name. It has been renamed to `do_redraw`.
* Merge pull request #64034 from DarkKilauea/fix-nav-region-gizmoRémi Verschelde2022-08-081-1/+1
|\
| * Fix NavigationRegion3D gizmo's odd visual behaviorJosh Jones2022-08-061-1/+1
| |
* | Fix typo when setting NavigationRegion travel_costJosh Jones2022-08-071-1/+1
|/
* Add more detailed Navigation Debug Visualizationsmix82022-07-291-6/+24
| | | | | | | - 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.
* Expose get_mesh() for NavigationPolygon Resourcessmix82022-06-021-0/+1
| | | | Expose get_mesh() for NavigationPolygon Resources.
* Update NavigationRegion2D when polygons of NavigationPolygon changesmix82022-05-181-0/+3
| | | | Updates NavigationRegion2D when the NavigationPolygon emits its 'changed' signal due to e.g. polygons altered by script.
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
| | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated!
* Add get_region_rid() NavigationRegion2D and NavigationRegion3Dsmix82022-04-301-0/+6
| | | | Add get_region_rid() to NavigationRegion2D and NavigationRegion3D