summaryrefslogtreecommitdiff
path: root/modules/gridmap
AgeCommit message (Expand)Author
2023-03-27Fix GridMap signal "cell_size_changed" disconnect errorsmix8
2023-03-27Fix GridMap free navigation RID error spamsmix8
2023-02-23Fix GridMap 'cell_size_changed' signal not disconnecting properlysmix8
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-07Rework const on NavigationServer methodsJosh Jones
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-12-21Merge pull request #70366 from quentinguidee/refactoring/fix-double-get-singl...Rémi Verschelde
2022-12-20Change GridMap navigation_layers to be per mesh_library itemsmix8
2022-12-20Fix double get_singleton()Quentin Guidée
2022-12-19Add GridMap collision_prioritysmix8
2022-12-17Fix Navigation API abbreviations inconsistencysmix8
2022-12-10Enable assigning an owner to navigation regions and linksJosh Jones
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-11-22Fill random docskobewi
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-04Rename remaining "Spatial" in Plugins to "Node3D"Micky
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-30Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde
2022-09-28Fix MSVC warnings C4324, C4389, C4456, and C4459Rémi Verschelde
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
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