summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2019-12-01Take into account the current zoom level when grabbing polygon points in the ...Norton Corbett
2019-11-12Properly handle zoom when opening tileset editorTomasz Chabora
2019-11-04Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp
2019-10-31Fix "seperate" typosAaron Franke
2019-09-04Add informational messages to various editorsMichael Alexsander Silva Dias
2019-08-26Added drag and drop to the tileset plugin.dankan1890
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-05Merge pull request #31085 from sparkart/fix_redundant_navpolygonsRémi Verschelde
2019-08-04Fix Redundant Navigation PolygonsEmmanuel Barroga
2019-08-03Some Vector2i usage cleanupAaron Franke
2019-07-22Revert "Expose "meta" to the Inspector"Rémi Verschelde
2019-07-19Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde
2019-07-10Use reference to constant in functionsqarmin
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-06-28Fix memory leak in Tilemapsqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
2019-05-28Merge pull request #27972 from ahouts/add-hotkeys-to-tileset-editorRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-10add hotkeys to tileset editorahouts
2019-04-21Tileset-Editor: Added alternative tool for drawing a rectangular shape.dankan1890
2019-04-11Fix position of tile names in TileSet editor when zooming in/outMichael Alexsander Silva Dias
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde