summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-02-10Removed _change_notifyreduz
2021-02-04Change sort_custom/bsearch_custom to use Callableskobewi
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-05Remove connect *_compat methodsAaron Franke
2020-12-05Change minimum snap step of Tile Set to 1Nick Swoboda
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-11-18added shortcuts/hotkeys for tileset editor plugin collision buttons, with sug...GryphonClaw
2020-10-24Refactored 2D shader and lighting systemreduz
2020-09-17Fixes the resize of tile shapes when a vertex is outside of the tilesheet. Fi...Dashcell
2020-08-14Made toolbar buttons in tile set editor flatJavier Dehesa
2020-07-24Fix TTR misuseSkyJJ
2020-07-21TileSet Editor: Check polygon size before indexingRémi Verschelde
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-17Fix a random crash in the TileSet editorBojidar Marinov
2020-06-03Allow mouse zooming without hovering the texture in the TileSet editorHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-28Renamed NavigationPolygonInstance to NavigationRegion2DAndrea Catania
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Fix problems with concave shapes in the TileSet editorMichael Alexsander
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-10Fix TileSet editor's workspace size sometimes not changing correctly on regio...Michael Alexsander
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34625 from timothyqiu/i18nRémi Verschelde
2019-12-30Makes more editor strings translatableHaoyu Qiu
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-21Makes more editor strings translatableHaoyu Qiu
2019-12-14Increase the TileSet and polygon UV editor zoom limits to 16×Hugo Locurcio
2019-12-13Merge pull request #34016 from norton-corbett/hotfix/tileset-editor-point-gra...Rémi Verschelde
2019-12-08Fix TilesetEditorContext separation snap.dankan1890
2019-12-01Fixed another point grabbing issue at lower zoom levels.Norton Corbett