summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-273-0/+5
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-193-0/+5
| |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\|
| * Merge pull request #98629 from timothyqiu/delete-deleteThaddeus Crews2024-11-121-2/+2
| |\ | | | | | | | | | Fix duplicated Delete shortcut entries in Tiles Editor
| | * Fix duplicated Delete shortcut entries in Tiles EditorHaoyu Qiu2024-10-291-2/+2
| | |
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-062-1/+3
|\| |
| * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-0/+2
| | | | | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
| * | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
| | | | | | | | | | | | | | | • `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-3010-67/+66
|\| |
| * | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-296-50/+50
| |\ \ | | | | | | | | | | | | Rename internal Button `*_icon` functions to `*_button_icon` to match exposed methods
| | * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-296-50/+50
| | |/
| * / Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-256-17/+16
| |/ | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Fix copyright headers referring to GodotSpartan3222024-10-2718-36/+36
| |
* | Add One Pixel Snap Button to Tile Data Editorvalkyrienyanko2024-10-212-2/+9
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1118-0/+36
|/ | | | | | | | | | | | | | | | | | | | | | 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>
* Merge pull request #95034 from KoBeWi/take_a_problem_and_make_it_worse._solvedRémi Verschelde2024-10-041-0/+5
|\ | | | | | | Close expanded tile editor when inspector updates
| * Close expanded tile editor when inspector updateskobewi2024-08-021-0/+5
| |
* | Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-261-1/+1
|\ \ | | | | | | | | | Style: Add `WARNING:` as new comment admonition
| * | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-1/+1
| | |
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ /
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-203-10/+10
| |
* | Fix undoing "Move tiles" TileMapLayer action when drag/drop areas overlapkleonc2024-09-111-2/+4
| |
* | Implement multiple occlusion polygons within each TileSet occlusion layerGilles Roudière2024-09-032-45/+74
| |
* | Fix TileSet Scattering setting vanishing when changing toolsSébastien Dunne Fulmer2024-08-291-4/+2
| |
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-282-4/+4
| |
* | Merge pull request #95249 from KoBeWi/pluginectorRémi Verschelde2024-08-172-5/+4
|\ \ | | | | | | | | | Fix usage of `add_inspector_plugin()`
| * | Fix usage of add_inspector_plugin()kobewi2024-08-072-5/+4
| |/
* | Merge pull request #95440 from ↵Rémi Verschelde2024-08-162-2/+2
|\ \ | | | | | | | | | | | | | | | Calinou/tileset-editor-tweak-no-tile-source-message Tweak missing tile source message in the TileSet editor
| * | Tweak missing tile source message in the TileSet editorHugo Locurcio2024-08-122-2/+2
| |/ | | | | | | | | | | 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).
* | Merge pull request #95337 from ↵Rémi Verschelde2024-08-162-14/+12
|\ \ | | | | | | | | | | | | | | | kleonc/tile_set_editor_fix_transposed_polygons_editing Fix polygon drawing for transposed tiles in `TileSet` editor
| * | Fix transposed tiles drawing in GenericTilePolygonEditorkleonc2024-08-091-9/+9
| | |
| * | Fix TileAtlasView bounds checks for transposed tileskleonc2024-08-092-5/+3
| |/
* / [GenericTilePolygonEditor] Add support for Pan and Magnify gestures.bruvzg2024-07-291-0/+15
|/
* Make sure that selected tile source is rememberedkobewi2024-07-141-0/+3
|
* Fix crash in the TileMapLayer editor when using editable childrenGilles Roudière2024-07-051-2/+9
|
* Fix crash in tile physics editorkobewi2024-07-051-7/+23
|
* Fix RMB erasing of tileskobewi2024-07-021-1/+2
|
* Merge pull request #93747 from KoBeWi/layer_of_bugsRémi Verschelde2024-06-291-2/+6
|\ | | | | | | Fix some TileMapLayer editing problems
| * Fix some TileMapLayer editing problemskobewi2024-06-291-2/+6
| |
* | Merge pull request #93720 from MewPurPur/remove-overbrightRémi Verschelde2024-06-291-2/+2
|\ \ | |/ |/| | | Fix unnecessary overbright modulates used in a few editors
| * Fix unnecessary overbright modulates used in a few editorsMewPurPur2024-06-281-2/+2
| |
* | Merge pull request #93047 from groud/fix_polygon_editor_gridRémi Verschelde2024-06-293-43/+62
|\ \ | | | | | | | | | Fix tile polygon editor grid and missing update
| * | Fix tile polygon editor grid and missing updateGilles Roudière2024-06-113-43/+62
| | |
* | | Fix TileSet property painter popup showing clear colorpassivestar2024-06-261-1/+3
| | |
* | | Store TileMapLayer selection in scene's historykobewi2024-06-221-1/+1
| |/ |/|
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-192-3/+3
| |
* | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-192-2/+2
| |
* | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-195-14/+14
| |
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-183-6/+6
| |
* | Make texture filtering in TileAtlasView consistentalula2024-06-171-0/+1
|/ | | | Co-authored-by: Gilles Roudière <gilles.roudiere@gmail.com>