summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_map_editor_plugin.cpp
AgeCommit message (Expand)Author
2019-08-21Edit TileMap only with TOOL_SELECTTomasz Chabora
2019-08-19Fix various typos and style errors in textTomasz Chabora
2019-08-03Fix row-column-swap in TileMap paletterzllmr
2019-07-14Add tilemap editor rotation hotkeysTomasz Chabora
2019-07-10Use reference to constant in functionsqarmin
2019-07-02Tilemap fix displaced textures and shapes and added center texture and compat...Ranoller
2019-06-29Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina085
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-12Merge pull request #29474 from YeldhamDev/pick_subtile_fixRémi Verschelde
2019-06-05Make tilemap texture origin point top-left.Ranoller
2019-06-04Merge pull request #29452 from YeldhamDev/remember_selected_subtileRémi Verschelde
2019-06-04Merge pull request #29460 from YeldhamDev/tilemapeditor_atlas_copy_fixRémi Verschelde
2019-06-04Fix subtile picking in TileMap editorMichael Alexsander Silva Dias
2019-06-04Fix error spam when typing in the TileMap editor's search box while having no...Michael Alexsander Silva Dias
2019-06-04Fix TileMap editor not correctly copying atlas tilesMichael Alexsander Silva Dias
2019-06-03Remember selected subtile when updating the TileMap editorMichael Alexsander Silva Dias
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
2019-05-15Fix tilemap displaced textures and shapes with origin point BOTTOM_LEFT and C...Ranoller
2019-04-30Merge pull request #27845 from samdze/masterRémi Verschelde
2019-04-29[TileMapEditor] Improve tool picking usabilityGuilherme Felipe
2019-04-27Make TileMap overridable "set_cell" function called on undo/redoSamuele Zolfanelli
2019-04-25Merge pull request #28347 from homer666/tilemap-hide-menuRémi Verschelde
2019-04-24[Tilemap] Fix typoGuilherme Felipe
2019-04-24Hide "Tilemap" menu properly in CanvasItem viewhomer666
2019-04-23Merge pull request #25510 from groud/tilemap_editor_enhancementHein-Pieter van Braam
2019-04-08Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flagsRémi Verschelde
2019-04-08+ Added ignore flags to autotile bitmaskMagnus Specht
2019-04-05Merge pull request #27365 from Byteron/tile_map_negative_offsetMariano Javier Suligoy
2019-04-05added negative X and negative Y offset to TileMapAaron Winter
2019-04-01Allow TileMap to override set_cell behaviour while using TileMap editorSamuele Zolfanelli
2019-03-24Fixed unfinished max_lines handling for crash avoidance.Magnus Specht
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-30Move some tilemap options to the toolbarGilles Roudiere
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias
2018-12-23Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe
2018-12-20Fixes for TileSetEditor and TileMapEditorGuilherme Felipe
2018-12-18Fix copy/paste for TileMapGuilherme Felipe
2018-12-06General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias
2018-11-10Fixed error spam when deleting cell in tilesetDualMatrix
2018-11-07Fixes icons in itemlist not workinggroud
2018-10-30Enhance the tilemap transform buttonsgroud
2018-10-18Fixes viewport scrollbars not updating with pluginsgroud
2018-10-04Fixes tilemap editor offset tile selectiongroud
2018-10-04Fix TileMap editor drawingthe 8th mage
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Unexpose TileMap set_celldMarcelo Fernandez
2018-08-26TileSet editor FixesMariano Javier Suligoy