summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_data_editors.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-09-28fix(tileset): Recreate custom data editor if type has changedMisterMX
2022-08-22Add per-scene UndoRedokobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
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-10-26Implement polygons editors in the tiles selection modeGilles Roudière
2021-10-13Greatly improve editor performances by deferring tiles related updatesGilles Roudière
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-05-21Fixes TileSet Y-sort not working and TileSet not saving correctlyGilles Roudière
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière