summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_atlas_view.h
AgeCommit message (Expand)Author
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
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-23Minor tweaks and fixes to panningkobewi
2022-01-21Add ViewPanner to 2D editorkobewi
2022-01-11Unify panning in sub-editors and make it configurablekobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-13Prevent tiles outside atlas textureGilles Roudière
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-07-21Implement atlas merging and tile proxiesGilles Roudière
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière