summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tile_set_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Makes more editor strings translatableHaoyu Qiu2019-12-211-3/+17
* Increase the TileSet and polygon UV editor zoom limits to 16×Hugo Locurcio2019-12-141-2/+2
* Merge pull request #34016 from norton-corbett/hotfix/tileset-editor-point-gra...Rémi Verschelde2019-12-131-14/+42
|\
| * Fixed another point grabbing issue at lower zoom levels.Norton Corbett2019-12-011-18/+42
| * Take into account the current zoom level when grabbing polygon points in the ...Norton Corbett2019-12-011-3/+7
* | Fix TilesetEditorContext separation snap.dankan18902019-12-081-1/+1
|/
* Properly handle zoom when opening tileset editorTomasz Chabora2019-11-121-2/+2
* Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp2019-11-041-0/+1
* Fix "seperate" typosAaron Franke2019-10-311-2/+2
* Add informational messages to various editorsMichael Alexsander Silva Dias2019-09-041-1/+25
* Added drag and drop to the tileset plugin.dankan18902019-08-261-0/+85
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* Merge pull request #31085 from sparkart/fix_redundant_navpolygonsRémi Verschelde2019-08-051-0/+2
|\
| * Fix Redundant Navigation PolygonsEmmanuel Barroga2019-08-041-0/+2
* | Some Vector2i usage cleanupAaron Franke2019-08-031-10/+9
|/
* Revert "Expose "meta" to the Inspector"Rémi Verschelde2019-07-221-1/+1
* Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde2019-07-191-1/+1
|\
| * Expose "meta" to the InspectorMichael Alexsander Silva Dias2018-12-081-1/+1
* | Use reference to constant in functionsqarmin2019-07-101-1/+1
* | Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-4/+4
* | Fix memory leak in Tilemapsqarmin2019-06-281-0/+5
* | Some code changed with Clang-Tidyqarmin2019-06-261-8/+4