summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_atlas_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes rectangle painting when dragging outside the atlas areaGilles Roudière2023-01-171-10/+20
* TileAtlasView Update zoom and panning before emitting signalkleonc2023-01-051-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix pathological corner case in drawing tileset editorclayjohn2022-11-041-14/+38
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...Eric M2022-09-241-1/+1
* Fix atlas view drawing roots having zoom applied twiceMinusKube2022-09-171-2/+3
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-13/+13
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* Fix tileset image and background sometimes disappearingMinusKube2022-08-251-23/+7
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-6/+6
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-4/+4
* Merge pull request #57329 from Ev01/tileset-editor-minimum-zoomRémi Verschelde2022-02-151-0/+2
|\
| * Set a minimum zoom of 1% and a maximum zoom of 10,000% on the tileset editorEv012022-01-301-0/+2
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* | TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde2022-01-281-3/+3
|/
* Minor tweaks and fixes to panningkobewi2022-01-231-2/+2
* Add ViewPanner to 2D editorkobewi2022-01-211-5/+8
* Unify panning in sub-editors and make it configurablekobewi2022-01-111-43/+25
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Prevent tiles outside atlas textureGilles Roudière2021-10-131-52/+42
* Use range iterators for `Map`Lightning_A2021-09-301-4/+4
* Implement animated tilesGilles Roudière2021-09-231-16/+25
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-1/+1
* Fix transform of TileMap nodes and tilemap selectionGilles Roudière2021-09-141-2/+4
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-4/+2
* Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière2021-08-021-2/+3
* Minor enhancements for the TileMap editorMichael Alexsander2021-07-201-0/+1
* Add scrolling to tile atlas viewkobewi2021-07-201-15/+21
* Optimize StringName usagereduz2021-07-181-9/+9
* Implement painting properties over TileSetsGilles Roudière2021-06-291-88/+111
* Add TileMap grid editor settings.Gilles Roudière2021-05-251-1/+3
* Implement scenes tiles in TileMapsGilles Roudière2021-05-201-16/+22
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-1/+1
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-1/+1
* | Fix small issues with capitalization in the new TileMap editorMichael Alexsander2021-05-101-2/+2
|/
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+649