summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tile_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias2018-12-301-1/+1
* Fixes for TileSetEditor and TileMapEditorGuilherme Felipe2018-12-201-0/+6
* Fix copy/paste for TileMapGuilherme Felipe2018-12-181-13/+21
* General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias2018-12-061-1/+1
* Fixed error spam when deleting cell in tilesetDualMatrix2018-11-101-1/+1
* Fixes icons in itemlist not workinggroud2018-11-071-0/+1
* Enhance the tilemap transform buttonsgroud2018-10-301-100/+127
* Fixes viewport scrollbars not updating with pluginsgroud2018-10-181-34/+32
* Fixes tilemap editor offset tile selectiongroud2018-10-041-46/+46
* Fix TileMap editor drawingthe 8th mage2018-10-041-3/+2
* Fixes drawing of the 2D plugins on the 3D viewgroud2018-09-181-20/+20
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Unexpose TileMap set_celldMarcelo Fernandez2018-08-291-2/+2
* TileSet editor FixesMariano Javier Suligoy2018-08-261-20/+22
* tilemap_editor: change move and duplicate toolsPaul Joannon2018-08-241-60/+49
* Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias2018-08-221-2/+25
* Add modulation of tiles from tileset in palette and editor drawLaurent Van Acker2018-08-221-2/+8
* Fix bucket fill behaviour when selecting multiple tilesMarkar2018-08-171-4/+3
* Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-1/+1
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+1
* New TileSet EditorMAriano Javier Suligoy2018-08-091-9/+11
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-6/+6
* Fixed Bucket Fill toolMarcelo Fernandez2018-07-241-5/+3
* Tilemap editor: Fix crash introduced in #17582Max Hilbrunner2018-07-241-1/+1
* Tile randomizer for tilemap editor.Ovnuniarchos2018-07-011-68/+110
* Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde2018-06-261-30/+64
|\
| * Improve TileMap undo operations, second tryMarcelo Fernandez2018-05-291-30/+64
* | Added autotile overrideJames Beedie2018-06-021-8/+118
|/
* Revert "Improve TileMap undo operations"Rémi Verschelde2018-05-251-10/+16
* Improve TileMap undo operationsMarcelo Fernandez2018-05-231-16/+10
* Replaces CTRL with CMD in TileMapEditor for MacOS.Anish2018-04-231-3/+12
* Update transform buttons in tile editor while using T, A, S shortcuts (fixes ...Alexander Alekseev2018-04-041-0/+3
* Add functionality to move selected tiles in tile map editorMartin Rieke2018-04-041-2/+53
* Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-131-0/+11
|\
| * TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-241-0/+11
* | Merge pull request #16978 from Noshyaar/tmscRémi Verschelde2018-03-131-2/+9
|\ \
| * | Add icon to TileMapEditor popupmenuPoommetee Ketson2018-02-241-2/+9
| |/
* / Update icons when theme changedPoommetee Ketson2018-02-251-13/+14
|/
* Tileset Editor ImprovementDamar Indra2018-02-201-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* TileMapEditor: Fix tile placement.Andreas Haas2017-12-131-0/+1
* TileMap FixesMariano Suligoy2017-12-021-57/+35
* Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-7/+6
* Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-1/+1
* Implement auto-tilingMariano Suligoy2017-11-201-0/+14
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-1/+1
* Fix tilemap undo/redoMarc Gilleron2017-11-081-2/+2
* Use bresenham line in freehand tilemap painting to fill discontinuitiesMarc Gilleron2017-10-231-14/+31