summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_atlas_view.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Editor] Fix crash when editing TileMapA Thousand Ships2024-05-271-2/+2
* Move 2D-only resources to their own folderAaron Franke2024-02-261-1/+1
* Draw materials in tile atlas viewkobewi2023-06-071-0/+5
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Fix premature theme item access in editor toolsYuri Sizov2023-04-031-0/+7
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-3/+2
* 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