summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles
AgeCommit message (Expand)Author
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-02-04Merge pull request #57631 from groud/terrain_fix_with_empty_cellsRémi Verschelde
2022-02-04Fixes terrain painting on TileMaps when using empty terrain bitsGilles Roudière
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-01Fix TileMap Display Grid fadeoutMarkus Sauermann
2022-01-28Merge pull request #57365 from pycbouh/editor-icons-uniformityRémi Verschelde
2022-01-29Fix theme application in various curve editorsYuri Sizov
2022-01-28TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde
2022-01-27Fixes TileMap editor not disappearingIgor Kordiukiewicz
2022-01-26Allow sorting tileset sourceskobewi
2022-01-23Minor tweaks and fixes to panningkobewi
2022-01-21Add ViewPanner to 2D editorkobewi
2022-01-14Merge pull request #56249 from PucklaMotzer09/physics_layer_tooltipRémi Verschelde
2022-01-13Fix various typosluz paz
2022-01-13Add tooltips to all tile data editor propertiesPucklaMotzer09
2022-01-13Merge pull request #56253 from PucklaMotzer09/tile_editor_selectRémi Verschelde
2022-01-11Unify panning in sub-editors and make it configurablekobewi
2022-01-07Rename TextureRect.expand to ignore_texture_sizekobewi
2022-01-04Merge pull request #56429 from PucklaMotzer09/tile_set_editor_hideRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Correctly show and hide tile set editor panelPucklaMotzer09
2021-12-26Correctly deselect properties of TileDataCollisionEditorPucklaMotzer09
2021-12-09Merge pull request #55299 from nathanfranke/renamesRémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-09Fix some containers disabling wrong scrollbarskobewi
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-12-02Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke
2021-11-30Right-clicking with copied tiles cancels itFazil Babu
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Implement texture padding in TileSetAtlasSourcesGilles Roudière
2021-11-12Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde
2021-11-05Fix previews sometimes displaying wrong/blank imageBrian Semrau
2021-11-05Use Callable in RS::request_frame_drawn_callbackBrian Semrau
2021-11-01Merge pull request #54396 from groud/implement_terrain_other_brushesRémi Verschelde
2021-11-01Fix TileSet editor drag and drop not workingGilles Roudière
2021-10-29Implement missing TileMap brushes for terrainsGilles Roudière
2021-10-26Add focus font color to Button and derivativesYuri Sizov
2021-10-26Implement polygons editors in the tiles selection modeGilles Roudière
2021-10-26Merge pull request #54073 from groud/terrains_for_procgenRémi Verschelde
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-10-21Allow updating TileMap cells using surrounding terrainsGilles Roudière
2021-10-20Merge pull request #53926 from YeldhamDev/i_am_tabbar_nowRémi Verschelde
2021-10-19Remove the tilemap/tileset editor switch, move it to tabsGilles Roudière
2021-10-19Rename `Tabs` to `TabBar`Michael Alexsander
2021-10-19Implement TileMap patterns paletteGilles Roudière
2021-10-19Merge pull request #52940 from groud/toast_notificationRémi Verschelde