summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_data_editors.cpp
AgeCommit message (Expand)Author
2023-01-27Rename texture_offset and unclamp itGilles Roudière
2023-01-21Use range iterators in LocalVector loopskobewi
2023-01-17Merge pull request #71545 from groud/fix_rect_draw_tilesetRémi Verschelde
2023-01-17Fixes rectangle painting when dragging outside the atlas areaGilles Roudière
2023-01-16Make keyboard shortcuts in tile data editors consistent with tilemap editor. ...Gilles Roudière
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-19TileSet Simplify tile shape polygonskleonc
2022-12-10Improve TileSetAtlasSourceEditor UIHaoyu Qiu
2022-12-09Merge pull request #67283 from KoBeWi/one_way_ticketRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-27Update TileSet preview when paint custom data changesHaoyu Qiu
2022-11-25Merge pull request #69124 from zaevi/tilemap_fix_alternative_tileRémi Verschelde
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-11-25[TileMap] Fix alternative tile issues.Zae
2022-11-21Code simplifications found by cppcheckMarkus Sauermann
2022-11-17Merge pull request #66557 from MisterMX/fix/tileset-custom-data-type-reload-e...Rémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-24Rename queue_delete => queue_freeMarc Gilleron
2022-10-24Add one-way indicator to tile collision editorkobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-13Merge pull request #59468 from EricEzaM/fix-zoom-shortcutsRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-28fix(tileset): Recreate custom data editor if type has changedMisterMX
2022-09-24Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...Eric M
2022-09-16Right-click to erase TileSet terrains and bugfixesGilles Roudière
2022-09-07Remove / Replace old Navigation Debug Visualizationsmix8
2022-09-02Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-20Improve TileSet editor and add more suffixesFireForge
2022-06-13Merge pull request #61809 from groud/terrain_center_bitRémi Verschelde
2022-06-10Add terrain center bitGilles Roudière
2022-06-07Add shortcuts to GenericTilePolygonEditorkobewi
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-01-28Merge pull request #57365 from pycbouh/editor-icons-uniformityRémi Verschelde
2022-01-29Fix theme application in various curve editorsYuri Sizov
2022-01-28TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde
2022-01-13Add tooltips to all tile data editor propertiesPucklaMotzer09