summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tile_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-2335/+0
* Merge pull request #48403 from kleonc/tilemap-editor-modulate-autotile-previewRémi Verschelde2021-05-031-0/+2
|\
| * TileMapEditor Modulate autotile previewskleonc2021-05-031-0/+2
* | TileMapEditor::_bucket_fill Check autotile coordinates only if autotile is se...kleonc2021-05-031-3/+7
|/
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-5/+5
* Fixes TileMap editor copy bug.andybarcia2021-03-191-2/+2
* Check before connecting `TileMapEditor::settings_changed`Yuri Roubinsky2021-03-011-4/+15
* Merge pull request #44890 from KiritoAM/my-bug-fixRémi Verschelde2021-01-051-1/+4
|\
| * Fix for reselecting a TileMap node without first de-selecting itandrew-softdev2021-01-031-1/+4
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde2020-12-281-1/+1
|\
| * Rename unselect to deselectMarcel Admiraal2020-12-211-1/+1
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
|/
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-1/+12
|\
| * Implement new shortcuts system.Eric M2020-11-231-1/+12
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+1
|/
* Merge pull request #42979 from Mallos/fix/tilemap-floodfillRémi Verschelde2020-11-021-2/+8
|\
| * fix(editor): TileMap floodfill with same tile ID and different variationEric Tuvesson2020-10-211-2/+8
* | Enhancement for tileset sortingPleto2020-10-261-1/+3
* | fix(editor): Create new icon for TileMap RectangleEric Tuvesson2020-10-221-1/+1
|/
* Reset TileMapEditor painting on application refocusMichael Auderer2020-10-021-0/+25
* Fix tilemap tiles on horizontal/vertical flipsHaz2020-09-061-3/+2
* Fix tile placement preview for rotated, skewed or scaled TileMapsMaganty Rushyendra2020-08-051-3/+3
* Make tilemap lines/rectangles their own toolsMarcus Elg2020-06-261-39/+170
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-10/+19
* Implement zooming using Ctrl + Mouse wheel in the TileMap editorHugo Locurcio2020-06-031-0/+16
* Add shortcut for Pan Mode (G)Rémi Verschelde2020-05-261-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-75/+142
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-138/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-3/+3
* Fixed output prints " Signal 'node_removed' is already connected " when the e...dankan18902020-04-221-5/+6
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Properly handle node remove via undoTomasz Chabora2020-03-291-0/+12
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-19/+19
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-9/+9
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-9/+9
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-47/+28
|/
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-28/+28
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-14/+14
* Texture refactorJuan Linietsky2020-02-111-3/+3
* 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