summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tiles_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* Remove duplicate shortcut definitionskobewi2024-05-211-0/+13
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Expose TileMapLayerGilles Roudière2024-04-031-62/+36
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-2/+3
* Prevent threading problems in `TileMap`A Thousand Ships2024-02-271-9/+0
* Move 2D-only resources to their own folderAaron Franke2024-02-261-1/+1
* Extract BottomPanel from EditorNodekit2024-02-201-7/+8
* Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-33/+119
* [Editor] Fix threading problems with `TileMap` previewA Thousand Ships2024-01-221-0/+9
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Swap TileMap and TileSetkobewi2023-10-131-2/+6
* Add vararg call() method to C++ Callablekobewi2023-10-051-5/+1
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-3/+3
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+4
* Add EditorStringNames singletonkobewi2023-09-031-1/+1
* Merge pull request #80529 from KoBeWi/unfortunate_fix_is_unfortunate🤦‍�...Rémi Verschelde2023-08-291-0/+16
|\
| * Fix TileSet not disappearing on deselecting TileMapkobewi2023-08-121-0/+16
* | Fix `TileMapEditorPlugin` crash by storing tilemap ID instead of pointerlawnjelly2023-08-141-0/+7
|/
* Fix TileSet with TileMap handlingkobewi2023-08-091-4/+14
* Edit TileSet source on double clickkobewi2023-07-301-5/+22
* Add separate editor plugin for TileMap and TileSetkobewi2023-07-261-170/+139
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Fix crash when opening a TileSet with invalid tilesHaoyu Qiu2023-06-131-3/+5
* Allow threads to mark themselves as safe for nodesPedro J. Estébanez2023-05-241-0/+1
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
* TileSet editor was out of sync with TileMap and incorrectly overwrote old sel...Niels Drost2023-02-281-1/+5
* Fix TileMap patterns creationGilles Roudière2023-02-101-1/+1
* Merge pull request #72129 from groud/unclamp_texture_originRémi Verschelde2023-01-271-1/+1
|\
| * Rename texture_offset and unclamp itGilles Roudière2023-01-271-1/+1
* | Fix: use the right tile_set in TilesEditorPlugin::_threadmara2023-01-251-1/+1
|/
* Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixesRémi Verschelde2023-01-131-7/+20
|\
| * Fix contextual visibility of tileset and tilemap editorsSaracenOne2022-09-051-7/+20
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Improve tile editor selection appearancekobewi2022-12-091-0/+9
* | Use forward-declarations in big editor classestrollodel2022-11-291-2/+3
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | | Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
|/ /
* | Fix case where mutex is never unlockedMarc Gilleron2022-10-151-3/+3
* | Fix crashing when editing the `TileSet` fieldKongfa Waroros2022-10-101-2/+2
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-1/+1
* | Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky2022-09-051-2/+2
|/
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Merge pull request #58361 from V-Sekai/tileset_editor_selectionRémi Verschelde2022-07-281-2/+10
|\
| * Fix contextual tileset editor and ensure button is always visible when tilese...SaracenOne2022-02-211-2/+10
* | Fix TileSet not loading correctly when embedded in a sceneGilles Roudière2022-07-261-5/+5