| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix undoing "Move tiles" TileMapLayer action when drag/drop areas overlap | kleonc | 2024-09-11 | 1 | -2/+4 |
* | Fix TileSet Scattering setting vanishing when changing tools | Sébastien Dunne Fulmer | 2024-08-29 | 1 | -4/+2 |
* | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -3/+3 |
* | Tweak missing tile source message in the TileSet editor | Hugo Locurcio | 2024-08-12 | 1 | -1/+1 |
* | Make sure that selected tile source is remembered | kobewi | 2024-07-14 | 1 | -0/+3 |
* | Fix crash in the TileMapLayer editor when using editable children | Gilles Roudière | 2024-07-05 | 1 | -2/+9 |
* | Fix RMB erasing of tiles | kobewi | 2024-07-02 | 1 | -1/+2 |
* | Fix some TileMapLayer editing problems | kobewi | 2024-06-29 | 1 | -2/+6 |
* | Store TileMapLayer selection in scene's history | kobewi | 2024-06-22 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -6/+6 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -3/+3 |
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
* | Remove duplicate shortcut definitions | kobewi | 2024-05-21 | 1 | -19/+12 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -21/+21 |
* | Merge pull request #91909 from KoBeWi/have_fun_reviewing_this | Rémi Verschelde | 2024-05-14 | 1 | -19/+19 |
|\ |
|
| * | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -19/+19 |
* | | Fix TileMap selection pattern being needlessly reorganized | Gilles Roudière | 2024-05-13 | 1 | -11/+17 |
|/ |
|
* | Reuse single erase pattern in tile editor | kobewi | 2024-04-17 | 1 | -9/+3 |
* | Fix heap-use-after-free error in TileMapLayerEditor | Gilles Roudière | 2024-04-12 | 1 | -1/+7 |
* | Merge pull request #90207 from groud/fix_no_cached_rect | Rémi Verschelde | 2024-04-04 | 1 | -3/+5 |
|\ |
|
| * | Fixes "no cached rect" errors in TileMapLayer editor | Gilles Roudière | 2024-04-04 | 1 | -3/+5 |
* | | Correctly update TileMapLayer highlighting when disabling it | Gilles Roudière | 2024-04-04 | 1 | -1/+5 |
|/ |
|
* | Expose TileMapLayer | Gilles Roudière | 2024-04-03 | 1 | -170/+416 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -2/+2 |
* | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -1/+3 |
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -4/+4 |
* | Tweak TileMap editor's missing source message to use "bottom panel" term | Hugo Locurcio | 2024-02-13 | 1 | -1/+1 |
* | Change TileMapEditor to TileMapLayerEditor | Gilles Roudière | 2024-02-12 | 1 | -0/+4270 |