summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tiles_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Expose TileMapLayerGilles Roudière2024-04-031-2/+2
* Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-5/+11
* Merge pull request #80529 from KoBeWi/unfortunate_fix_is_unfortunate🤦‍...Rémi Verschelde2023-08-291-1/+5
|\
| * Fix TileSet not disappearing on deselecting TileMapkobewi2023-08-121-1/+5
* | Fix `TileMapEditorPlugin` crash by storing tilemap ID instead of pointerlawnjelly2023-08-141-1/+1
|/
* Fix TileSet with TileMap handlingkobewi2023-08-091-0/+2
* Edit TileSet source on double clickkobewi2023-07-301-0/+5
* Add separate editor plugin for TileMap and TileSetkobewi2023-07-261-32/+45
* Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixesRémi Verschelde2023-01-131-0/+2
|\
| * Fix contextual visibility of tileset and tilemap editorsSaracenOne2022-09-051-0/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Improve tile editor selection appearancekobewi2022-12-091-0/+2
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* | Fix crashing when editing the `TileSet` fieldKongfa Waroros2022-10-101-1/+1
|/
* Merge pull request #58361 from V-Sekai/tileset_editor_selectionRémi Verschelde2022-07-281-0/+3
|\
| * Fix contextual tileset editor and ensure button is always visible when tilese...SaracenOne2022-02-211-0/+3
* | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-4/+4
|/
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+1
* Allow sorting tileset sourceskobewi2022-01-261-1/+22
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix previews sometimes displaying wrong/blank imageBrian Semrau2021-11-051-1/+2
* Use Callable in RS::request_frame_drawn_callbackBrian Semrau2021-11-051-2/+1
* Remove the tilemap/tileset editor switch, move it to tabsGilles Roudière2021-10-191-37/+15
* Implement TileMap patterns paletteGilles Roudière2021-10-191-0/+21
* Implement atlas merging and tile proxiesGilles Roudière2021-07-211-2/+2
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+114