summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_data_editors.cpp
AgeCommit message (Expand)Author
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-20Improve TileSet editor and add more suffixesFireForge
2022-06-13Merge pull request #61809 from groud/terrain_center_bitRémi Verschelde
2022-06-10Add terrain center bitGilles Roudière
2022-06-07Add shortcuts to GenericTilePolygonEditorkobewi
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
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-13Add tooltips to all tile data editor propertiesPucklaMotzer09
2022-01-13Merge pull request #56253 from PucklaMotzer09/tile_editor_selectRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-26Correctly deselect properties of TileDataCollisionEditorPucklaMotzer09
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-26Implement polygons editors in the tiles selection modeGilles Roudière
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-10-13Greatly improve editor performances by deferring tiles related updatesGilles Roudière
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière
2021-09-25Make some buttons in editor use the lighter version of the TabMenu iconMichael Alexsander
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-09-14Fix transform of TileMap nodes and tilemap selectionGilles Roudière
2021-09-07Fix TileSet terrain painting reset to no terrainGilles Roudière
2021-08-23Rename polygon editor settings for better display in the Editor SettingsHugo Locurcio
2021-07-25Fix various typos with codespellluz paz
2021-07-19Make various strings translatablefoxydevloper
2021-07-18Optimize StringName usagereduz
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-06-16Rename `is_valid_integer()` to `is_valid_int()`Lightning_A
2021-05-21Fixes TileSet Y-sort not working and TileSet not saving correctlyGilles Roudière
2021-05-20Implement scenes tiles in TileMapsGilles Roudière
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière