summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tile_set_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-3680/+0
* Remove obsolete LargeTexture, it's no longer useful since 3.xRémi Verschelde2021-04-281-1/+1
* Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde2021-04-011-1/+1
|\
| * Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
* | Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-18/+18
|/
* Rename Sprite.region_enabled getter and setter to match propertiesMarcel Admiraal2021-03-141-1/+1
* Removed _change_notifyreduz2021-02-101-10/+9
* Change sort_custom/bsearch_custom to use Callableskobewi2021-02-041-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove connect *_compat methodsAaron Franke2020-12-051-2/+2
* Change minimum snap step of Tile Set to 1Nick Swoboda2020-12-051-2/+2
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+12
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+12
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+12
|/
* added shortcuts/hotkeys for tileset editor plugin collision buttons, with sug...GryphonClaw2020-11-181-0/+3
* Refactored 2D shader and lighting systemreduz2020-10-241-4/+0
* Fixes the resize of tile shapes when a vertex is outside of the tilesheet. Fi...Dashcell2020-09-171-0/+16
* Made toolbar buttons in tile set editor flatJavier Dehesa2020-08-141-0/+18
* Fix TTR misuseSkyJJ2020-07-241-1/+1
* TileSet Editor: Check polygon size before indexingRémi Verschelde2020-07-211-12/+10
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-18/+18
* Fix a random crash in the TileSet editorBojidar Marinov2020-06-171-1/+3
* Allow mouse zooming without hovering the texture in the TileSet editorHugo Locurcio2020-06-031-9/+24
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-77/+138
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-46/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Rename InputFilter back to InputRémi Verschelde2020-04-281-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-3/+3
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-38/+38
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-8/+8
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-41/+25
* Renamed NavigationPolygonInstance to NavigationRegion2DAndrea Catania2020-02-281-2/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-27/+27
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-22/+16
* Fix problems with concave shapes in the TileSet editorMichael Alexsander2020-02-111-10/+13
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-12/+12
* Texture refactorJuan Linietsky2020-02-111-13/+13
* Fix TileSet editor's workspace size sometimes not changing correctly on regio...Michael Alexsander2020-01-101-12/+16
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-301-2/+2
|\
| * Makes more editor strings translatableHaoyu Qiu2019-12-301-2/+2