Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 1 | -0/+2 |
|\ | |||||
| * | Add theme type variations for secondary Trees and ItemLists | passivestar | 2024-11-19 | 1 | -0/+2 |
| | | |||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -4/+4 |
|\| | |||||
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -4/+4 |
| | | |||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -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 editor | Hugo Locurcio | 2024-08-12 | 1 | -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 Ships | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -4/+4 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -3/+3 |
| | |||||
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -2/+2 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #89248 from KoBeWi/store_no_store | Rémi Verschelde | 2024-05-07 | 1 | -2/+5 |
|\ | | | | | | | Don't store values when loading them | ||||
| * | Don't store values when loading them | kobewi | 2024-03-07 | 1 | -2/+5 |
| | | |||||
* | | Add tooltips for tile source types | kobewi | 2024-04-26 | 1 | -0/+2 |
|/ | |||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -2/+2 |
| | |||||
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #85868 from KoBeWi/knowyourtiles | Rémi Verschelde | 2024-02-13 | 1 | -3/+8 |
|\ | | | | | | | Add descriptions for tile properties | ||||
| * | Add descriptions for tile properties | kobewi | 2023-12-07 | 1 | -3/+8 |
| | | |||||
* | | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -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-list | Rémi Verschelde | 2024-01-04 | 1 | -0/+2 |
|\ \ | | | | | | | | | | Add automatic translation of items to ItemList | ||||
| * | | Implement automatic translation for ItemList | DennisManaa | 2023-10-23 | 1 | -0/+2 |
| |/ | |||||
* | | Fix `UndoRedo history mismatch` when creating a new tile atlas | jsjtxietian | 2023-12-21 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary assignments | Wilson E. Alvarez | 2023-12-13 | 1 | -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 state | Yuri Sizov | 2023-09-19 | 1 | -4/+7 |
| | |||||
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -2/+2 |
| | |||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -6/+6 |
| | |||||
* | Merge pull request #80754 from KoBeWi/TileSetImprovementsCollectionSource | Rémi Verschelde | 2023-08-28 | 1 | -1/+5 |
|\ | | | | | | | Improve scene tiles workflow | ||||
| * | Improve scene tiles workflow | kobewi | 2023-08-18 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #79678 from ↵ | Rémi Verschelde | 2023-08-28 | 1 | -53/+40 |
|\ \ | | | | | | | | | | | | | | | | thiagola92/auto_create_tilesets_for_multiple_atlas Auto create tile for multiple atlases | ||||
| * | | Support auto create tiles when adding multiple atlases | thiagola92 | 2023-08-27 | 1 | -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 scenes | Yuri Sizov | 2023-08-12 | 1 | -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 proxy | kobewi | 2023-08-01 | 1 | -1/+6 |
| | |||||
* | Rework modifying tile source ID | kobewi | 2023-07-31 | 1 | -2/+55 |
| | |||||
* | Merge pull request #74717 from KoBeWi/tilesetmap_handler_plugin | Yuri Sizov | 2023-07-27 | 1 | -12/+12 |
|\ | | | | | Add separate editor plugin for TileMap and TileSet | ||||
| * | Add separate editor plugin for TileMap and TileSet | kobewi | 2023-07-26 | 1 | -12/+12 |
| | | |||||
* | | Add option to expand tile polygon editors | kobewi | 2023-07-22 | 1 | -4/+75 |
|/ | |||||
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -2/+2 |
| | |||||
* | Streamline creating tile atlas sources | kobewi | 2023-07-10 | 1 | -13/+38 |
| | |||||
* | Improve some tile editor hint labels | kobewi | 2023-06-07 | 1 | -1/+1 |
| | |||||
* | Add pattern index tooltip to tilemap and tileset editor | mara | 2023-05-23 | 1 | -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 TileMap | kobewi | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | Add read-only mode to tileset editor. | SaracenOne | 2023-01-25 | 1 | -7/+34 |
| | |||||
* | Merge pull request #71626 from groud/fix_add_tileset_layer_undo | Rémi Verschelde | 2023-01-18 | 1 | -1/+30 |
|\ | | | | | | | Fixes TileSet layer addition not being undoable | ||||
| * | Fixes TileSet layer addition not being undoable | Gilles Roudière | 2023-01-18 | 1 | -1/+30 |
| | | |||||
* | | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function | Rémi Verschelde | 2023-01-18 | 1 | -6/+1 |
|\ \ | |/ |/| | Remove set_drag_forwarding_compat() | ||||
| * | Remove set_drag_forwarding_compat() | kobewi | 2023-01-14 | 1 | -6/+1 |
| | | |||||
* | | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -9/+9 |
|/ | |||||
* | Change set_drag_forwarding() to use callables. | Juan Linietsky | 2023-01-10 | 1 | -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 |