| Commit message (Expand) | Author | Age | Files | Lines |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | Remove duplicate shortcut definitions | kobewi | 2024-05-21 | 1 | -0/+13 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -4/+4 |
* | Expose TileMapLayer | Gilles Roudière | 2024-04-03 | 1 | -62/+36 |
* | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 1 | -2/+3 |
* | Prevent threading problems in `TileMap` | A Thousand Ships | 2024-02-27 | 1 | -9/+0 |
* | Move 2D-only resources to their own folder | Aaron Franke | 2024-02-26 | 1 | -1/+1 |
* | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -7/+8 |
* | Change TileMapEditor to TileMapLayerEditor | Gilles Roudière | 2024-02-12 | 1 | -33/+119 |
* | [Editor] Fix threading problems with `TileMap` preview | A Thousand Ships | 2024-01-22 | 1 | -0/+9 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -1/+1 |
* | Swap TileMap and TileSet | kobewi | 2023-10-13 | 1 | -2/+6 |
* | Add vararg call() method to C++ Callable | kobewi | 2023-10-05 | 1 | -5/+1 |
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -3/+3 |
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -1/+4 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -1/+1 |
* | Merge pull request #80529 from KoBeWi/unfortunate_fix_is_unfortunate🤦�... | Rémi Verschelde | 2023-08-29 | 1 | -0/+16 |
|\ |
|
| * | Fix TileSet not disappearing on deselecting TileMap | kobewi | 2023-08-12 | 1 | -0/+16 |
* | | Fix `TileMapEditorPlugin` crash by storing tilemap ID instead of pointer | lawnjelly | 2023-08-14 | 1 | -0/+7 |
|/ |
|
* | Fix TileSet with TileMap handling | kobewi | 2023-08-09 | 1 | -4/+14 |
* | Edit TileSet source on double click | kobewi | 2023-07-30 | 1 | -5/+22 |
* | Add separate editor plugin for TileMap and TileSet | kobewi | 2023-07-26 | 1 | -170/+139 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+1 |
* | Fix crash when opening a TileSet with invalid tiles | Haoyu Qiu | 2023-06-13 | 1 | -3/+5 |
* | Allow threads to mark themselves as safe for nodes | Pedro J. Estébanez | 2023-05-24 | 1 | -0/+1 |
* | Decouple EditorInterface from EditorPlugin | Yuri Sizov | 2023-04-17 | 1 | -1/+2 |
* | TileSet editor was out of sync with TileMap and incorrectly overwrote old sel... | Niels Drost | 2023-02-28 | 1 | -1/+5 |
* | Fix TileMap patterns creation | Gilles Roudière | 2023-02-10 | 1 | -1/+1 |
* | Merge pull request #72129 from groud/unclamp_texture_origin | Rémi Verschelde | 2023-01-27 | 1 | -1/+1 |
|\ |
|
| * | Rename texture_offset and unclamp it | Gilles Roudière | 2023-01-27 | 1 | -1/+1 |
* | | Fix: use the right tile_set in TilesEditorPlugin::_thread | mara | 2023-01-25 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixes | Rémi Verschelde | 2023-01-13 | 1 | -7/+20 |
|\ |
|
| * | Fix contextual visibility of tileset and tilemap editors | SaracenOne | 2022-09-05 | 1 | -7/+20 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | | Improve tile editor selection appearance | kobewi | 2022-12-09 | 1 | -0/+9 |
* | | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -2/+3 |
* | | Remove redundant Variant-types initializations | Markus Sauermann | 2022-11-14 | 1 | -1/+1 |
* | | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | 2022-10-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -1/+1 |
* | | | Rename queue_delete => queue_free | Marc Gilleron | 2022-10-24 | 1 | -1/+1 |
|/ / |
|
* | | Fix case where mutex is never unlocked | Marc Gilleron | 2022-10-15 | 1 | -3/+3 |
* | | Fix crashing when editing the `TileSet` field | Kongfa Waroros | 2022-10-10 | 1 | -2/+2 |
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -2/+2 |
* | | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky | 2022-09-06 | 1 | -1/+1 |
* | | Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map` | Micky | 2022-09-05 | 1 | -2/+2 |
|/ |
|
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -2/+2 |
* | Merge pull request #58361 from V-Sekai/tileset_editor_selection | Rémi Verschelde | 2022-07-28 | 1 | -2/+10 |
|\ |
|
| * | Fix contextual tileset editor and ensure button is always visible when tilese... | SaracenOne | 2022-02-21 | 1 | -2/+10 |
* | | Fix TileSet not loading correctly when embedded in a scene | Gilles Roudière | 2022-07-26 | 1 | -5/+5 |