summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_map_editor.cpp
AgeCommit message (Expand)Author
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-29Implement missing TileMap brushes for terrainsGilles Roudière
2021-10-26Add focus font color to Button and derivativesYuri Sizov
2021-10-26Merge pull request #54073 from groud/terrains_for_procgenRémi Verschelde
2021-10-21Allow updating TileMap cells using surrounding terrainsGilles 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-19Merge pull request #53805 from groud/name_to_tileset_sourcesRémi Verschelde
2021-10-14Add a name to TileSet sourcesGilles Roudière
2021-10-14Add tool quick-select to tile editorkobewi
2021-10-11Merge pull request #53678 from groud/fix_tilemap_selection_not_updatingRémi Verschelde
2021-10-11Fix selection not updating when erasing tilesGilles Roudière
2021-10-11Fix TileSet selection not updating when selecting on TileMapGilles Roudière
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-23Construct values only when necessary.Anilforextra
2021-09-23Implement animated tilesGilles Roudière
2021-09-21Fix paint tool duplicate shortcutNicholas Huelin
2021-09-14Fix transform of TileMap nodes and tilemap selectionGilles Roudière
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière
2021-07-28Fix duplicate shortcut in TileMap EditorNicholas Huelin
2021-07-26Fix undo for bucket tool in tile mapkobewi
2021-07-21Implement atlas merging and tile proxiesGilles Roudière
2021-07-20Minor enhancements for the TileMap editorMichael Alexsander
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-05-25Add TileMap grid editor settings.Gilles 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