summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_data_editors.cpp
AgeCommit message (Expand)Author
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