summaryrefslogtreecommitdiff
path: root/modules/gridmap
AgeCommit message (Expand)Author
2022-09-08Merge pull request #65241 from bruvzg/no_keymap_ambiguityRémi Verschelde
2022-09-08Merge pull request #64193 from smix8/navigation_gridmap_navmap_change_4.xRémi Verschelde
2022-09-08Add GridMap function to change navigation map for baked navigation regionssmix8
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-07Remove / Replace old Navigation Debug Visualizationsmix8
2022-09-05Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky
2022-09-01Merge pull request #64173 from smix8/navigation_debug_gridmap_edgeconnections...Rémi Verschelde
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-22Add per-scene UndoRedokobewi
2022-08-20Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus
2022-08-13Add Navigation Debug for GridMap edge connectionssmix8
2022-08-09Fix error when switching to another `GridMap` with an item with higher index ...Michael Alexsander
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-05Make "Godot source files" comment consistent in modulesAaron Franke
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-16rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller
2022-06-19Add navigation layer bitmask helper functionssmix8
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-15Streamline Navigation layer function names.smix8
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-06-08Fix GridMap Navigation transforms and debugsmix8
2022-06-08Fix GridMap applying wrong NavigationRegion transformsmix8
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-24Fix GridMap not adding custom mesh offsets to NavigationMesh generationsmix8
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Merge pull request #58624 from dzil123/fix_update_gridmap_cursorRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-06Cleanup metadata usagekobewi
2022-05-04Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde
2022-05-04Refactor module initializationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-04-02fix gridmap cursor showing the wrong meshdzil123
2022-03-28Modules: Don't build editor-specific classes in templatesRémi Verschelde
2022-03-06Remove duplicate editor settings definitionskobewi
2022-03-02Remove unimplemented set_clip() methodkobewi
2022-02-16Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-16Add GridMap.get_used_cells_by_itemHaoyu Qiu
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-15Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-14Remove the EditorNode parameter from EditorPlugins create methodstrollodel
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker