summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2019-02-23TileSetEditor: Show Edition Context by demandMariano Suligoy
2019-02-22Added a workaround to avoid crashes due to how TileSet editor works, fixes #2...Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Added a create rectangle button to the tileset editor.MrCdK
2019-01-01Merge pull request #24686 from YeldhamDev/autotile_grid_separation_fixRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-31Fix incorrect grid snapping in TileSet editor with separationMichael Alexsander Silva Dias
2018-12-30Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias
2018-12-24General fixes for the TileSet editorMichael Alexsander Silva Dias
2018-12-23Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe
2018-12-21Merge pull request #24513 from YeldhamDev/fix_tileset_editor_drawRémi Verschelde
2018-12-20Fix small drawing error in TileSet editorMichael Alexsander Silva Dias
2018-12-20Fixes for TileSetEditor and TileMapEditorGuilherme Felipe
2018-12-08Expose "meta" to the InspectorMichael Alexsander Silva Dias
2018-12-07Add Z-Index for AutotileGuilherme Felipe