summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_map_editor_plugin.h
AgeCommit message (Expand)Author
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-10-02initialize refocus_over_tile to falseMichael Auderer
2020-10-02Reset TileMapEditor painting on application refocusMichael Auderer
2020-07-10Add override keywords.Marcel Admiraal
2020-06-26Make tilemap lines/rectangles their own toolsMarcus Elg
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-03Implement zooming using Ctrl + Mouse wheel in the TileMap editorHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-29Properly handle node remove via undoTomasz Chabora
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-22Use the CanvasItemEditor info overlay to display TileMap coordinatesHugo Locurcio
2019-09-04Add informational messages to various editorsMichael Alexsander Silva Dias
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-07-10Use reference to constant in functionsqarmin
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
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-24Hide "Tilemap" menu properly in CanvasItem viewhomer666
2019-01-30Move some tilemap options to the toolbarGilles Roudiere
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-23Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe
2018-12-18Fix copy/paste for TileMapGuilherme Felipe
2018-10-30Enhance the tilemap transform buttonsgroud
2018-10-04Fixes tilemap editor offset tile selectiongroud
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-08-24tilemap_editor: change move and duplicate toolsPaul Joannon
2018-08-22Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias
2018-08-09New TileSet EditorMAriano Javier Suligoy
2018-07-01Tile randomizer for tilemap editor.Ovnuniarchos
2018-06-26Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde
2018-06-02Added autotile overrideJames Beedie
2018-05-29Improve TileMap undo operations, second tryMarcelo Fernandez
2018-05-25Revert "Improve TileMap undo operations"Rémi Verschelde
2018-05-23Improve TileMap undo operationsMarcelo Fernandez
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-04Add functionality to move selected tiles in tile map editorMartin Rieke
2018-02-24TileMap: add fix_invalid_tilesPoommetee Ketson
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-02TileMap FixesMariano Suligoy
2017-11-24Universalize draw-over API for EditorPluginsPedro J. Estébanez
2017-11-20Implement auto-tilingMariano Suligoy
2017-10-22Fix TileMap editor not getting inputPedro J. Estébanez
2017-10-18Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere