summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/grid_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consider gridmap collisions in navigation bakerafallus2022-01-161-2/+21
* Merge pull request #56006 from KoBeWi/6yearslaterJFonS2022-01-061-0/+18
|\
| * Add physics material to GridMapkobewi2021-12-171-0/+18
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Use range iterators for `Map`Lightning_A2021-09-301-52/+52
* Use functions defined in the their classes.Anilforextra2021-09-291-4/+1
* implement individual mesh transform for meshlibrary itemsVincent2021-09-091-1/+1
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-22/+26
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+4
* Optimize StringName usagereduz2021-07-181-1/+1
* Fix GridMap erase OctansPitanov V.V2021-07-021-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-11/+10
* Prevent setting too big or too small Collision Mask and LayerRafał Mikrut2021-04-301-4/+8
* Fix visibility toggle for baked GridMapsjfons2021-03-121-0/+4
* Implement Navigation layersGilles Roudière2021-03-101-0/+15
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-24/+26
* Removed _change_notifyreduz2021-02-101-3/+0
* Make Servers truly Thread Safereduz2021-02-101-2/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-19/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Setting visibility on GridMap now works. Closes #41374.Tomer Keren2020-10-161-1/+1
* Update GridMap to use Vector3i instead of three intsAaron Franke2020-07-021-40/+40
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-29/+56
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2