summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_set_atlas_source_editor.h
AgeCommit message (Expand)Author
2023-01-31Use `PropertyUsageFlags` enum in parse_propertyRaul Santos
2023-01-25Add read-only mode to tileset editor.SaracenOne
2023-01-16Merge pull request #59076 from Sauermann/fix-cursorshape-tilesetatlassourceed...Rémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Use get_cursor_shape for identifying the cursor shape in TileSetAtlasSourceEd...Markus Sauermann
2022-12-13Add scroll container for tile data editorsHaoyu Qiu
2022-12-10Improve TileSetAtlasSourceEditor UIHaoyu Qiu
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-02Unify usage of undo_redo in editorkobewi
2022-08-22Add per-scene UndoRedokobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-26Implement polygons editors in the tiles selection modeGilles Roudière
2021-10-13Merge pull request #53767 from groud/improve_tile_set_change_performancesRémi Verschelde
2021-10-13Greatly improve editor performances by deferring tiles related updatesGilles Roudière
2021-10-13Prevent tiles outside atlas textureGilles Roudière
2021-09-28Various tiles-related fixesGilles Roudière
2021-07-21Implement atlas merging and tile proxiesGilles Roudière
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-05-20Implement scenes tiles in TileMapsGilles Roudière
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière