summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_atlas_view.cpp
AgeCommit message (Expand)Author
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-15Merge pull request #57329 from Ev01/tileset-editor-minimum-zoomRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-30Set a minimum zoom of 1% and a maximum zoom of 10,000% on the tileset editorEv01
2022-01-28TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde
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-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-13Prevent tiles outside atlas textureGilles Roudière
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-23Implement animated tilesGilles Roudière
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-09-14Fix transform of TileMap nodes and tilemap selectionGilles Roudière
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière
2021-07-20Minor enhancements for the TileMap editorMichael Alexsander
2021-07-20Add scrolling to tile atlas viewkobewi
2021-07-18Optimize StringName usagereduz
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-05-25Add TileMap grid editor settings.Gilles Roudière
2021-05-20Implement scenes tiles in TileMapsGilles Roudière
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-10Fix small issues with capitalization in the new TileMap editorMichael Alexsander
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière