summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_map_editor.cpp
AgeCommit message (Expand)Author
2022-07-21Fix various typos not caught by codespellluz paz
2022-06-23Fix crash when drawing invalid tileskobewi
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-14Improve TileMap editor layer selection buttonFireForge
2022-06-10Add terrain center bitGilles Roudière
2022-06-03Update viewport when toggling TileMap gridFireForge
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-06Changed signals of ItemListVitika9
2022-05-01Change Place Random Tiles to an iconkobewi
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-02-25Improve popup window handling.bruvzg
2022-02-24Fix source picking with sortkobewi
2022-02-16Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-16Automatically select source of the picked tilekobewi
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-04Merge pull request #57631 from groud/terrain_fix_with_empty_cellsRémi Verschelde
2022-02-04Fixes terrain painting on TileMaps when using empty terrain bitsGilles Roudière
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-01Fix TileMap Display Grid fadeoutMarkus Sauermann
2022-01-28TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde
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-12-02Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke
2021-11-30Right-clicking with copied tiles cancels itFazil Babu
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