summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
Commit message (Expand)AuthorAgeFilesLines
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde2022-09-301-1/+1
|\
| * SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* | Fix MSVC warnings C4324, C4389, C4456, and C4459Rémi Verschelde2022-09-281-1/+1
|/
* Merge pull request #65241 from bruvzg/no_keymap_ambiguityRémi Verschelde2022-09-081-5/+5
|\
| * Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-5/+5
* | Merge pull request #64193 from smix8/navigation_gridmap_navmap_change_4.xRémi Verschelde2022-09-083-2/+52
|\ \
| * | Add GridMap function to change navigation map for baked navigation regionssmix82022-09-083-2/+52
| |/
* / Remove / Replace old Navigation Debug Visualizationsmix82022-09-071-2/+2
|/
* Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky2022-09-053-19/+18
* Merge pull request #64173 from smix8/navigation_debug_gridmap_edgeconnections...Rémi Verschelde2022-09-012-1/+187
|\
| * Add Navigation Debug for GridMap edge connectionssmix82022-08-132-1/+187
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-292-4/+10
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-272-10/+4
* | Replace Array return types with TypedArray 2kobewi2022-08-233-10/+10
* | Add per-scene UndoRedokobewi2022-08-222-1/+3
* | Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-204-34/+130
* | Fix error when switching to another `GridMap` with an item with higher index ...Michael Alexsander2022-08-091-2/+4
|/
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-22/+22
* Make "Godot source files" comment consistent in modulesAaron Franke2022-08-051-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde2022-07-281-2/+2
|\
| * rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-2/+2
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
|/
* Add navigation layer bitmask helper functionssmix82022-06-193-3/+42
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Streamline Navigation layer function names.smix82022-06-152-5/+5
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Fix GridMap Navigation transforms and debugsmix82022-06-082-1/+41
* Fix GridMap applying wrong NavigationRegion transformsmix82022-06-081-1/+1
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* Fix GridMap not adding custom mesh offsets to NavigationMesh generationsmix82022-05-241-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-6/+6
* Merge pull request #58624 from dzil123/fix_update_gridmap_cursorRémi Verschelde2022-05-161-0/+1
|\
| * fix gridmap cursor showing the wrong meshdzil1232022-04-021-0/+1
* | Replace most uses of Map by HashMapreduz2022-05-162-16/+26
* | Cleanup metadata usagekobewi2022-05-061-1/+1
* | Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-6/+15
|\ \
| * | Refactor module initializationreduz2022-05-042-6/+15
* | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-2/+2
|/ /
* / Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-18/+18
|/
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-284-8/+23
* Remove duplicate editor settings definitionskobewi2022-03-061-2/+2
* Remove unimplemented set_clip() methodkobewi2022-03-025-82/+0
* Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde2022-02-162-11/+14
|\
| * Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-162-11/+14
* | Add GridMap.get_used_cells_by_itemHaoyu Qiu2022-02-163-0/+21
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-151-1/+1
|\