summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-3/+3
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-112-0/+4
|/
* Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-162-8/+9
|\
| * Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-312-8/+9
* | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-6/+1
* | Extract editor main screenkit2024-09-091-1/+2
|/
* prevent the click to get processed further after a paste actionNodragem2024-08-091-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