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@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -0/+2 |
|\| | |||||
| * | Style: Apply `clang-tidy` fixes (superficial) | Thaddeus Crews | 2024-11-04 | 1 | -0/+2 |
| | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements` | ||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -27/+27 |
|\| | |||||
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -27/+27 |
| | | |||||
* | | 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> | ||||
* | 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 |
| | | | | | | 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). | ||||
* | 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 | ||||
| * | 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 |
|\ | | | | | | | Fix "no cached rect" errors in TileMapLayer editor | ||||
| * | 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 |
| | | | | | This term is used throughout the editor (including EditorPlugin) as these bottom panels are technically not tabs. | ||||
* | Change TileMapEditor to TileMapLayerEditor | Gilles Roudière | 2024-02-12 | 1 | -0/+4270 |