summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_atlas_view.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes rectangle painting when dragging outside the atlas areaGilles Roudière2023-01-171-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Fix tileset image and background sometimes disappearingMinusKube2022-08-251-0/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-18/+18
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+0
* Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* Add ViewPanner to 2D editorkobewi2022-01-211-1/+1
* Unify panning in sub-editors and make it configurablekobewi2022-01-111-0/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Prevent tiles outside atlas textureGilles Roudière2021-10-131-4/+0
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Implement atlas merging and tile proxiesGilles Roudière2021-07-211-1/+1
* Implement painting properties over TileSetsGilles Roudière2021-06-291-6/+13
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+153