summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tiles_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-01-27Merge pull request #72129 from groud/unclamp_texture_originRémi Verschelde
2023-01-27Rename texture_offset and unclamp itGilles Roudière
2023-01-25Fix: use the right tile_set in TilesEditorPlugin::_threadmara
2023-01-13Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixesRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-09Improve tile editor selection appearancekobewi
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-24Rename queue_delete => queue_freeMarc Gilleron
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-15Fix case where mutex is never unlockedMarc Gilleron
2022-10-10Fix crashing when editing the `TileSet` fieldKongfa Waroros
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-09-05Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky
2022-09-05Fix contextual visibility of tileset and tilemap editorsSaracenOne
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Merge pull request #58361 from V-Sekai/tileset_editor_selectionRémi Verschelde
2022-07-26Fix TileSet not loading correctly when embedded in a sceneGilles Roudière
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-02-21Fix contextual tileset editor and ensure button is always visible when tilese...SaracenOne
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-01-27Fixes TileMap editor not disappearingIgor Kordiukiewicz
2022-01-26Allow sorting tileset sourceskobewi
2022-01-13Fix various typosluz paz
2022-01-04Merge pull request #56429 from PucklaMotzer09/tile_set_editor_hideRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Correctly show and hide tile set editor panelPucklaMotzer09
2021-11-05Fix previews sometimes displaying wrong/blank imageBrian Semrau
2021-11-05Use Callable in RS::request_frame_drawn_callbackBrian Semrau
2021-10-19Remove the tilemap/tileset editor switch, move it to tabsGilles Roudière
2021-10-19Implement TileMap patterns paletteGilles Roudière
2021-10-04Fix some leftover references to idle_framekobewi
2021-09-23Construct values only when necessary.Anilforextra
2021-07-21Implement atlas merging and tile proxiesGilles Roudière
2021-07-18Optimize StringName usagereduz
2021-05-25Add TileMap grid editor settings.Gilles Roudière
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière