summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_set_editor.cpp
AgeCommit message (Expand)Author
2022-01-26Allow sorting tileset sourceskobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-01Fix TileSet editor drag and drop not workingGilles Roudière
2021-10-20Merge pull request #53926 from YeldhamDev/i_am_tabbar_nowRémi Verschelde
2021-10-19Remove the tilemap/tileset editor switch, move it to tabsGilles Roudière
2021-10-19Rename `Tabs` to `TabBar`Michael Alexsander
2021-10-19Implement TileMap patterns paletteGilles Roudière
2021-10-14Add a name to TileSet sourcesGilles Roudière
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-07-21Implement atlas merging and tile proxiesGilles Roudière
2021-07-18Optimize StringName usagereduz
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-06-16Rename `is_valid_integer()` to `is_valid_int()`Lightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-05-21Fixes TileSet Y-sort not working and TileSet not saving correctlyGilles Roudière
2021-05-20Merge pull request #48812 from groud/tilemap_scenes_paintingRémi Verschelde
2021-05-20Implement scenes tiles in TileMapsGilles Roudière
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière