summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_set_editor.cpp
Commit message (Collapse)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
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Tweak missing tile source message in the TileSet editorHugo Locurcio2024-08-121-1/+1
| | | | | | This also renames the Tiles tab in the TileSet bottom panel to Tile Sources to make it more explicit (and avoid using the same name as the Tiles tab in the TileMap editor).
* [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 them
| * 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 properties
| * Add descriptions for tile propertieskobewi2023-12-071-3/+8
| |
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* | Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+2
|\ \ | | | | | | | | | Add automatic translation of items to ItemList
| * | 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
|/ | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* 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 workflow
| * Improve scene tiles workflowkobewi2023-08-181-1/+5
| |
* | Merge pull request #79678 from ↵Rémi Verschelde2023-08-281-53/+40
|\ \ | | | | | | | | | | | | | | | thiagola92/auto_create_tilesets_for_multiple_atlas Auto create tile for multiple atlases
| * | Support auto create tiles when adding multiple atlasesthiagola922023-08-271-53/+40
| |/ | | | | | | | | | | TileSet add button support multiple files Join most of the code of `_drop_data_fw()` and `_texture_file_selected()` in a new function `_load_texture_files()` Rename `init_source` to `init_new_atlases`
* / Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-2/+2
|/ | | | | | This should result in some noticeable performance improvements, aside from fixing bugs due to conflicts in logic. This also simplifies some related code identified while debugging.
* 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 TileSet
| * 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
| | | | | | Just a little UI convenience feature. Knowing the index (without having to count manually) is convenient when working with tile patterns programmatically, especially when having lots of them.
* 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 undoable
| * 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()
| * 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
| | | | | | | | * This solution is much cleaner than the one in 3.x thanks to the use of callables. * Works without issues in any language (no need to worry about camel or snake case). * Editor code uses a compatibility function (too much work to redo). Fixes #59899