summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tile_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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