summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tile_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the Pick Tile and Select default shortcuts in the TileMap editorHugo Locurcio2020-02-091-2/+2
* Fixes invalid read when using fill tool in empty tilemapHaoyu Qiu2020-01-271-5/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Use the CanvasItemEditor info overlay to display TileMap coordinatesHugo Locurcio2019-11-221-16/+17
* Make sure tile is selected when selecting TileMapTomasz Chabora2019-11-131-0/+1
* Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp2019-11-041-0/+1
* Changed the appearance of the rotation icons in the Tilemap.dankan18902019-09-261-2/+2
* Merge pull request #31974 from YeldhamDev/tilegrid_map_fixesRémi Verschelde2019-09-241-3/+3
|\
| * Small fixes for the Tile/GridMap editorsMichael Alexsander Silva Dias2019-09-041-3/+3
* | Add informational messages to various editorsMichael Alexsander Silva Dias2019-09-041-47/+61
|/
* Edit TileMap only with TOOL_SELECTTomasz Chabora2019-08-211-2/+3
* Fix various typos and style errors in textTomasz Chabora2019-08-191-1/+1
* Fix row-column-swap in TileMap paletterzllmr2019-08-031-1/+7
* Add tilemap editor rotation hotkeysTomasz Chabora2019-07-141-8/+24
* Use reference to constant in functionsqarmin2019-07-101-5/+5
* Tilemap fix displaced textures and shapes and added center texture and compat...Ranoller2019-07-021-8/+57
* Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina0852019-06-291-2/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Merge pull request #29474 from YeldhamDev/pick_subtile_fixRémi Verschelde2019-06-121-16/+21
|\
| * Fix subtile picking in TileMap editorMichael Alexsander Silva Dias2019-06-041-16/+21
* | Make tilemap texture origin point top-left.Ranoller2019-06-051-2/+4
* | Merge pull request #29452 from YeldhamDev/remember_selected_subtileRémi Verschelde2019-06-041-8/+11
|\ \
| * | Remember selected subtile when updating the TileMap editorMichael Alexsander Silva Dias2019-06-031-8/+11
* | | Merge pull request #29460 from YeldhamDev/tilemapeditor_atlas_copy_fixRémi Verschelde2019-06-041-21/+23
|\ \ \ | |_|/ |/| |
| * | Fix TileMap editor not correctly copying atlas tilesMichael Alexsander Silva Dias2019-06-041-21/+23
| |/
* / Fix error spam when typing in the TileMap editor's search box while having no...Michael Alexsander Silva Dias2019-06-041-1/+1
|/
* Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde2019-06-011-4/+26
|\
| * Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe2018-12-231-4/+26
* | Fix tilemap displaced textures and shapes with origin point BOTTOM_LEFT and C...Ranoller2019-05-151-45/+8
* | Merge pull request #27845 from samdze/masterRémi Verschelde2019-04-301-18/+16
|\ \
| * | Make TileMap overridable "set_cell" function called on undo/redoSamuele Zolfanelli2019-04-271-18/+16
* | | [TileMapEditor] Improve tool picking usabilityGuilherme Felipe2019-04-291-13/+36
* | | Merge pull request #28347 from homer666/tilemap-hide-menuRémi Verschelde2019-04-251-0/+3
|\ \ \
| * | | Hide "Tilemap" menu properly in CanvasItem viewhomer6662019-04-241-0/+3
* | | | [Tilemap] Fix typoGuilherme Felipe2019-04-241-2/+2
|/ / /
* | | Merge pull request #25510 from groud/tilemap_editor_enhancementHein-Pieter van Braam2019-04-231-37/+98
|\ \ \ | |/ / |/| |
| * | Move some tilemap options to the toolbarGilles Roudiere2019-01-301-37/+98
* | | Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flagsRémi Verschelde2019-04-081-2/+2
|\ \ \
| * | | + Added ignore flags to autotile bitmaskMagnus Specht2019-04-081-2/+2
* | | | Merge pull request #27365 from Byteron/tile_map_negative_offsetMariano Javier Suligoy2019-04-051-6/+10
|\ \ \ \
| * | | | added negative X and negative Y offset to TileMapAaron Winter2019-04-051-6/+10
* | | | | Allow TileMap to override set_cell behaviour while using TileMap editorSamuele Zolfanelli2019-04-011-1/+5
| |/ / / |/| | |
* | | | Fixed unfinished max_lines handling for crash avoidance.Magnus Specht2019-03-241-2/+8
|/ / /
* | | Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-1/+1
* | | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-11/+11
|/ /
* | 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