summaryrefslogtreecommitdiffstats
path: root/scene/resources/navigation_mesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-2/+2
* NavigationPolygon: Implement get/set_polygon fast paths.Patrick Sean Klein2024-08-171-19/+22
* Fix thread use causing navigation mesh data corruptionsmix82024-06-211-8/+37
* Fix linking NavigationServer2D/3D with all classes disabled in build profileRémi Verschelde2024-02-281-2/+0
* Add NavigationMesh border_size property for tile bakingsmix82024-01-191-1/+14
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Add clear() function to NavigationMesh / NavigationPolygonsmix82023-07-071-0/+7
* Fix NavigationMesh baking AABB Editor handling and visualssmix82023-02-031-2/+2
* Rework const on NavigationServer methodsJosh Jones2023-01-071-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove deprecated NavigationMesh compatibility partssmix82022-12-221-26/+0
* Fix typo and ensure backwards compatibility for changed property namesJosh Jones2022-12-201-13/+20
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-11/+11
* Remove leading spaces from enumerator name hintsHaoyu Qiu2022-10-081-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-12/+12
* Remove / Replace old Navigation Debug Visualizationsmix82022-09-071-93/+5
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-5/+5
* Fix some property validation not been refactoredRedMser2022-08-181-2/+4
* Add more detailed Navigation Debug Visualizationsmix82022-07-291-0/+101
* Implement NavigationMesh bake areasmix82022-06-231-0/+24
* Add suffixes to all nodes and resourcesFireForge2022-06-111-11/+11
* Remove slash delimiter from NavigationMesh propertiessmix82022-06-091-23/+67
* Remove arbitrary NavigationMesh bake property limitssmix82022-05-181-6/+6
* Add wrong surface warnings to NavigationMesh.create_from_mesh()smix82022-05-181-0/+2
* Merge pull request #61061 from smix8/navigation_mesh_sample_distance_range_4.xRémi Verschelde2022-05-161-2/+2
|\
| * Clamp NavigationMesh sample_distance above zerosmix82022-05-161-2/+2
* | Replace most uses of Map by HashMapreduz2022-05-161-3/+3
|/
* Fix debug navmesh errorsPawel Lampe2022-04-041-0/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-2/+2
* Merge pull request #53208 from timothyqiu/headless-crashRémi Verschelde2021-10-011-0/+2
|\
| * Fix crash in headless modeHaoyu Qiu2021-09-291-0/+2
* | Use range iterators for `Map`Lightning_A2021-09-301-4/+4
|/
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-9/+11
* Improve NavigationMesh typing, parameter validation and documentationHaoyu Qiu2021-08-111-20/+40
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+3
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-2/+2
* Prevent setting too big or too small Collision Mask and LayerRafał Mikrut2021-04-301-0/+2
* Add null check for NavigationMesh.create_from_mesh()sps11122021-03-031-0/+2
* Removed _change_notifyreduz2021-02-101-5/+5
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-24/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+11
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-20/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-13/+13
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-13/+13
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-0/+548