summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles
AgeCommit message (Expand)Author
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière
2021-07-31Make action names translatableHaoyu Qiu
2021-07-28Fix duplicate shortcut in TileMap EditorNicholas Huelin
2021-07-26Fix undo for bucket tool in tile mapkobewi
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-21Implement atlas merging and tile proxiesGilles Roudière
2021-07-20Minor enhancements for the TileMap editorMichael Alexsander
2021-07-20Merge pull request #50621 from KoBeWi/feel_good_scrollRémi Verschelde
2021-07-20Add scrolling to tile atlas viewkobewi
2021-07-19Make various strings translatablefoxydevloper
2021-07-18Optimize StringName usagereduz
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Rename `is_valid_integer()` to `is_valid_int()`Lightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-05-25Add TileMap grid editor settings.Gilles Roudière
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-17Improve TreeItem API and allow to move nodestrollodel
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-10Fix small issues with capitalization in the new TileMap editorMichael Alexsander
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière