summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \ \
| * | | Fix TileSet editor create/remove tiles selection rect drawingkleonc2024-04-151-1/+2
* | | | Fix heap-use-after-free error in TileMapLayerEditorGilles Roudière2024-04-121-1/+7
|/ / /
* | | Merge pull request #90207 from groud/fix_no_cached_rectRémi Verschelde2024-04-041-3/+5
|\ \ \
| * | | Fixes "no cached rect" errors in TileMapLayer editorGilles Roudière2024-04-041-3/+5
* | | | Correctly update TileMapLayer highlighting when disabling itGilles Roudière2024-04-041-1/+5
|/ / /
* | | Merge pull request #89179 from groud/expose_tile_map_layerRémi Verschelde2024-04-044-240/+480
|\ \ \
| * | | Expose TileMapLayerGilles Roudière2024-04-034-240/+480
* | | | Add context support for editor property name i18nHaoyu Qiu2024-03-311-1/+1
|/ / /
* | | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* | | Merge pull request #89437 from jsjtxietian/help-labelRémi Verschelde2024-03-131-4/+2
|\ \ \
| * | | Fix help label will be partly outside the view area at 150% editor scalejsjtxietian2024-03-131-4/+2
| |/ /
* / / Fix center view button appears outside the GenericTilePolygonEditorjsjtxietian2024-03-131-0/+2
|/ /
* | Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-2/+3
* | Merge pull request #88912 from AThousandShips/tile_drag_fixRémi Verschelde2024-02-271-0/+1
|\ \
| * | [TileSet] Fix crash when deleting dragged polygon pointA Thousand Ships2024-02-271-0/+1
* | | Prevent threading problems in `TileMap`A Thousand Ships2024-02-271-9/+0
|/ /
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-2612-56/+56
* | Move 2D-only resources to their own folderAaron Franke2024-02-266-6/+6
* | Extract BottomPanel from EditorNodekit2024-02-201-7/+8
* | Use check_changed_settings_in_group() everywherekobewi2024-02-192-2/+9
* | Merge pull request #86694 from KoBeWi/deugly_the_textRémi Verschelde2024-02-192-4/+7
|\ \
| * | Tweak tile atlas help label positionskobewi2024-01-012-4/+7