summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_set_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+2
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Tweak missing tile source message in the TileSet editorHugo Locurcio2024-08-121-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-4/+4
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-3/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
* Merge pull request #89248 from KoBeWi/store_no_storeRémi Verschelde2024-05-071-2/+5
|\
| * Don't store values when loading themkobewi2024-03-071-2/+5
* | Add tooltips for tile source typeskobewi2024-04-261-0/+2
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-2/+2
* Merge pull request #85868 from KoBeWi/knowyourtilesRémi Verschelde2024-02-131-3/+8
|\
| * Add descriptions for tile propertieskobewi2023-12-071-3/+8
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+2
|\ \
| * | Implement automatic translation for ItemListDennisManaa2023-10-231-0/+2
| |/
* | Fix `UndoRedo history mismatch` when creating a new tile atlasjsjtxietian2023-12-211-1/+1
* | Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
|/
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-4/+7
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-6/+6
* Merge pull request #80754 from KoBeWi/TileSetImprovementsCollectionSourceRémi Verschelde2023-08-281-1/+5
|\
| * Improve scene tiles workflowkobewi2023-08-181-1/+5
* | Merge pull request #79678 from thiagola92/auto_create_tilesets_for_multiple_a...Rémi Verschelde2023-08-281-53/+40
|\ \
| * | Support auto create tiles when adding multiple atlasesthiagola922023-08-271-53/+40
| |/
* / Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-2/+2
|/
* Ignore null "id" in tile source proxykobewi2023-08-011-1/+6
* Rework modifying tile source IDkobewi2023-07-311-2/+55
* Merge pull request #74717 from KoBeWi/tilesetmap_handler_pluginYuri Sizov2023-07-271-12/+12
|\
| * Add separate editor plugin for TileMap and TileSetkobewi2023-07-261-12/+12
* | Add option to expand tile polygon editorskobewi2023-07-221-4/+75
|/
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* Streamline creating tile atlas sourceskobewi2023-07-101-13/+38
* Improve some tile editor hint labelskobewi2023-06-071-1/+1
* Add pattern index tooltip to tilemap and tileset editormara2023-05-231-0/+1
* Fix error spam when deselecting TileMapkobewi2023-02-101-1/+1
* Add read-only mode to tileset editor.SaracenOne2023-01-251-7/+34
* Merge pull request #71626 from groud/fix_add_tileset_layer_undoRémi Verschelde2023-01-181-1/+30
|\
| * Fixes TileSet layer addition not being undoableGilles Roudière2023-01-181-1/+30
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-6/+1
|\ \ | |/ |/|
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-6/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-9/+9
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1