summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/editor
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* Rebrand preambles to RedotSpartan3222024-10-132-0/+4
* prevent the click to get processed further after a paste actionNodragem2024-09-161-0/+1
* Merge pull request #87131 from KoBeWi/skyscrapper_selector_simulatorRémi Verschelde2024-06-261-13/+8
|\
| * Properly change GridMap floors while selectingkobewi2024-01-121-13/+8
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-3/+3
* | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-5/+4
* | Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* | Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* | Use check_changed_settings_in_group() everywherekobewi2024-02-191-0/+3
* | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-0/+4
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-2/+2
* fix some keys triggering their actions twice in GridMapGeoffroy Warin2023-09-111-0/+1
* Add EditorStringNames singletonkobewi2023-09-031-4/+5
* Merge pull request #80782 from KoBeWi/MessLibraryRémi Verschelde2023-08-212-16/+35
|\
| * Cleanup MeshLibrary changed signalskobewi2023-08-192-16/+35
* | Fix GridMap shortcuts that should not be physicalGeoffroy Warin2023-08-191-2/+2
|/
* Make gridmap shortcuts editable and not conflict with other pluginsGeoffroy Warin2023-08-101-17/+46
* Fix GridMap tile picking when a search filter is appliedHaoyu Qiu2023-06-211-9/+14
* Merge pull request #78265 from caseyjoy/57068_gridmap_grid_positionRémi Verschelde2023-06-201-1/+8
|\
| * Update GridMap editor grid location when requiredCasey2023-06-171-1/+8
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
|/
* Fix some invalid plugin edit callskobewi2023-06-112-10/+0
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+2
* Only change floors in GridMap editor when holding Ctrl/Cmd, not ShiftHugo Locurcio2023-03-251-3/+3
* Fix GridMap signal "cell_size_changed" disconnect errorsmix82023-03-141-1/+1
* Fix GridMap 'cell_size_changed' signal not disconnecting properlysmix82023-02-231-1/+1
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+1
* Add EditorUndoRedoManager singletonkobewi2023-01-161-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-242-4/+5
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+3
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-1/+1
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-5/+5
* 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
* Add per-scene UndoRedokobewi2022-08-222-1/+3
* Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-201-30/+30
* Fix error when switching to another `GridMap` with an item with higher index ...Michael Alexsander2022-08-091-2/+4
* 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
|\