summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/editor
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|/
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* 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
* | Cleanup metadata usagekobewi2022-05-061-1/+1
* | 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-282-0/+1741