summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/grid_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+3
|\
| * Add ShadowCastingSetting to MeshLibrary / GridMap itemssmix82024-11-271-0/+3
* | 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
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* GridMap: Fix physics_material propertyRicardo Buring2024-04-101-3/+16
* Move 3D-only resources to their own folderAaron Franke2024-02-261-2/+2
* Update deferred calls to use Callableskobewi2024-01-091-3/+1
* Update meshes list UI immeditely after setting mesh library in gridmapjsjtxietian2023-09-201-0/+1
* Ensure the visibility is updated when entering the treeChia-Hsiang Cheng2023-08-291-2/+3
* Cleanup MeshLibrary changed signalskobewi2023-08-191-0/+2
* Unify and streamline connecting to Resource changeskobewi2023-07-171-7/+6
* Rework Navigation Avoidancesmix82023-05-101-2/+2
* Fix GridMap free navigation RID error spamsmix82023-03-211-2/+6
* Rework const on NavigationServer methodsJosh Jones2023-01-071-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+9
* Merge pull request #70366 from quentinguidee/refactoring/fix-double-get-singl...Rémi Verschelde2022-12-211-2/+2
|\
| * Fix double get_singleton()Quentin Guidée2022-12-201-2/+2
* | Change GridMap navigation_layers to be per mesh_library itemsmix82022-12-201-36/+3
|/
* Add GridMap collision_prioritysmix82022-12-191-3/+18
* Fix Navigation API abbreviations inconsistencysmix82022-12-171-34/+34
* Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Fix MSVC warnings C4324, C4389, C4456, and C4459Rémi Verschelde2022-09-281-1/+1
* Merge pull request #64193 from smix8/navigation_gridmap_navmap_change_4.xRémi Verschelde2022-09-081-2/+34
|\
| * Add GridMap function to change navigation map for baked navigation regionssmix82022-09-081-2/+34
* | Remove / Replace old Navigation Debug Visualizationsmix82022-09-071-2/+2
|/
* Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky2022-09-051-6/+6
* Merge pull request #64173 from smix8/navigation_debug_gridmap_edgeconnections...Rémi Verschelde2022-09-011-1/+178
|\
| * Add Navigation Debug for GridMap edge connectionssmix82022-08-131-1/+178
* | Replace Array return types with TypedArray 2kobewi2022-08-231-6/+6
* | Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-201-3/+75
|/
* Add navigation layer bitmask helper functionssmix82022-06-191-1/+22
* Streamline Navigation layer function names.smix82022-06-151-4/+4
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Fix GridMap Navigation transforms and debugsmix82022-06-081-1/+40
* Fix GridMap applying wrong NavigationRegion transformsmix82022-06-081-1/+1
* Fix GridMap not adding custom mesh offsets to NavigationMesh generationsmix82022-05-241-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-6/+6
* Replace most uses of Map by HashMapreduz2022-05-161-10/+11
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Remove unimplemented set_clip() methodkobewi2022-03-021-24/+0
* Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde2022-02-161-2/+3
|\
| * Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-2/+3
* | Add GridMap.get_used_cells_by_itemHaoyu Qiu2022-02-161-0/+13
|/
* Fix GridMap memory leakHaoyu Qiu2022-02-081-0/+1