summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2718-36/+36
* Rebrand preambles to RedotSpartan3222024-10-1318-0/+36
* Fix undoing "Move tiles" TileMapLayer action when drag/drop areas overlapkleonc2024-09-171-2/+4
* Fix transposed tiles drawing in GenericTilePolygonEditorkleonc2024-09-161-9/+9
* Fix TileAtlasView bounds checks for transposed tileskleonc2024-09-162-5/+3
* 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 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 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 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
|/
* Merge pull request #86947 from TheSofox/tile-set-paint-button-tooltipRémi Verschelde2024-06-042-9/+11
|\
| * Made tooltip on TileSet Paint Button give more information when disabled.Sofox2024-01-092-9/+11
* | Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-1/+1
|\ \
| * | Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* | | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* | | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-305-11/+11
|/ /
* | Merge pull request #92322 from groud/implement_custom_data_labelRémi Verschelde2024-05-281-0/+12
|\ \
| * | Display custom data name instead of indices in TileData inspectorGilles Roudière2024-05-251-0/+12
* | | [Editor] Fix crash when editing TileMapA Thousand Ships2024-05-272-5/+37
|/ /
* | Merge pull request #92223 from KoBeWi/do_people_really_copy_whole_shortcut_de...Rémi Verschelde2024-05-224-23/+29
|\ \
| * | Remove duplicate shortcut definitionskobewi2024-05-214-23/+29
* | | Remove some TileMap dependencies from TileMapLayerkobewi2024-05-211-2/+2
|/ /
* | Fix tile polygon grid not covering whole tilekobewi2024-05-201-5/+10
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-147-41/+41
* | Merge pull request #91932 from dalexeev/editor-fix-tileset-categories-and-too...Rémi Verschelde2024-05-141-2/+2
|\ \
| * | Editor: Fix categories and tooltips in `TileSet` editorDanil Alexeev2024-05-141-2/+2
* | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_thisRémi Verschelde2024-05-147-70/+67
|\ \ \
| * | | Use Core/Scene stringnames consistentlykobewi2024-05-137-70/+67
| |/ /
* | | Merge pull request #91905 from groud/fix_patterns_being_needlessly_reorganizedRémi Verschelde2024-05-141-11/+17
|\ \ \ | |/ / |/| |
| * | Fix TileMap selection pattern being needlessly reorganizedGilles Roudière2024-05-131-11/+17
* | | Add shorthand for using singleton string nameskobewi2024-05-112-10/+10
|/ /
* | Merge pull request #89248 from KoBeWi/store_no_storeRémi Verschelde2024-05-073-2/+12
|\ \
| * | Don't store values when loading themkobewi2024-03-073-2/+12
* | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-023-10/+10
* | | Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* | | Add tooltips for tile source typeskobewi2024-04-261-0/+2
* | | Reuse single erase pattern in tile editorkobewi2024-04-172-9/+4
* | | Merge pull request #90709 from kleonc/tile-set-editor-atlas-with-separation-r...Rémi Verschelde2024-04-171-1/+2
|\ \ \