summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2019-04-08Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flagsRémi Verschelde
2019-04-08+ Added ignore flags to autotile bitmaskMagnus Specht
2019-04-05Fix crash when using the Tileset Editor when the given shape has no pointsMichael Alexsander Silva Dias
2019-03-27Update tile_set_editor_plugin.cppSiddharth
2019-03-27Revert "Updated tile_set_editor_plugin.cpp And area.cpp# This is a combinatio...Siddharth
2019-03-23Updated tile_set_editor_plugin.cpp And area.cpp# This is a combination of 2 c...Siddharth
2019-03-06TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238Mariano Suligoy
2019-03-05Merge pull request #26639 from YeldhamDev/tileeditor_coordnav_disableRémi Verschelde
2019-03-05Fixed Tileset preview stretching texturesGio Aleman
2019-03-05Disable coord navigation buttons in TileSet editor when no texture is selectedMichael Alexsander Silva Dias
2019-03-04TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes #2...Mariano Suligoy
2019-03-03Merge pull request #26385 from MarianoGnu/tileset_editorRémi Verschelde
2019-03-02TileSetEditor: Allow to toggle Convex/Concave collisions. Alternative fix to ...Mariano Suligoy
2019-02-28Allow to change selection of collision shapes added to the same tile. Fixes #...Mariano Suligoy
2019-02-28Allow to change selection around all tiles on the texture without clicking on...Mariano Suligoy
2019-02-27Make TileSet editor's workspace change size according to region changesMichael Alexsander Silva Dias
2019-02-26Allow Creation of Multiple Collision Shapes for Tiles #24003Peter Oberrauner