summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_map_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-401/+0
* Don't allow transforming scene tileskobewi2023-09-201-0/+1
* Add per-tile flipping and transposingkobewi2023-09-091-0/+20
* Ensure TileMap editor shortcuts are handledkobewi2023-08-061-0/+2
* Add separate editor plugin for TileMap and TileSetkobewi2023-07-261-8/+8
* Make TileMap toolbar a FlowContainerGilles Roudière2023-01-251-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Hide Scattering label and controls within TileMap editor window when "Place R...henrlin242022-12-111-0/+2
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-5/+0
* Add per-scene UndoRedokobewi2022-08-221-4/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Improve TileMap editor layer selection buttonFireForge2022-06-141-6/+4
* Add terrain center bitGilles Roudière2022-06-101-1/+9
* Replace most uses of Map by HashMapreduz2022-05-161-13/+13
* Changed signals of ItemListVitika92022-05-061-1/+3
* Change Place Random Tiles to an iconkobewi2022-05-011-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-55/+55
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+13
* Allow sorting tileset sourceskobewi2022-01-261-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Implement missing TileMap brushes for terrainsGilles Roudière2021-10-291-8/+29
* Merge pull request #54073 from groud/terrains_for_procgenRémi Verschelde2021-10-261-54/+4
|\
| * Allow updating TileMap cells using surrounding terrainsGilles Roudière2021-10-211-54/+4
* | Merge pull request #53926 from YeldhamDev/i_am_tabbar_nowRémi Verschelde2021-10-201-2/+2
|\ \ | |/ |/|
| * Rename `Tabs` to `TabBar`Michael Alexsander2021-10-191-2/+2
* | Remove the tilemap/tileset editor switch, move it to tabsGilles Roudière2021-10-191-1/+0
|/
* Implement TileMap patterns paletteGilles Roudière2021-10-191-17/+42
* Add tool quick-select to tile editorkobewi2021-10-141-0/+2
* Fix selection not updating when erasing tilesGilles Roudière2021-10-111-0/+1
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-1/+1
* Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière2021-08-021-9/+26
* Implement atlas merging and tile proxiesGilles Roudière2021-07-211-3/+7
* Add TileMap grid editor settings.Gilles Roudière2021-05-251-0/+3
* Implement scenes tiles in TileMapsGilles Roudière2021-05-201-13/+25
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+328