summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-03-16Merge pull request #26919 from jabcross/masterRémi Verschelde
Implement source lookup for class_name defined classes
2019-03-16Merge pull request #27115 from Janglee123/masterRémi Verschelde
Fix toggling snap mode while transforming the Spatial object
2019-03-16fixed toggelling snap mode while transformingjanglee123
2019-03-12Don't crash when the saved editor state contains fewer viewports than ↵Sebastian Hartte
currently supported.
2019-03-12Add priority to gizmos and fix small issuesJFonS
User defined gizmos will haave higher preference than editor gizmos by default. Also fixed some inconsistencies in the gizmos menu when using custom gizmos.
2019-03-11Implement source lookup for class_name defined classesPedro Ciambra
Previous to this, classes defined with class_name had no behavior when ctrl-clicked in the editor. Fixes #26882
2019-03-08Fix crash in texture previeer, closes #26749, probably othersJuan Linietsky
2019-03-07Do not annoy unrelated textures with texture editor.Juan Linietsky
2019-03-07Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editorRémi Verschelde
Fix error when dragging empty script list in Script Editor
2019-03-07Fix error when dragging empty script list in Script Editorqarmin
2019-03-06TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238Mariano Suligoy
2019-03-06Don't hide/show top editor if they did not change, fixes #26644Juan Linietsky
2019-03-05AssetLib: convert video thumbnails to RGBAmerumelu
Image::blend_rect only works with images that have the same format.
2019-03-05Merge pull request #26639 from YeldhamDev/tileeditor_coordnav_disableRémi Verschelde
Disable coord navigation buttons in TileSet editor when no texture is selected
2019-03-05Merge pull request #26622 from pyrophone/TilesetPreviewFixRémi Verschelde
Fixed Tileset preview stretching textures
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-05Ensure to disable freelook when leaving spatial editorAndrii Doroshenko (Xrayez)
Fixes and prevents the problem with mouse getting stuck in MOUSE_MODE_CAPTURED when switching to canvas item editor plugin by any means other than manually (with mouse).
2019-03-05Merge pull request #26599 from MarianoGnu/fix_25817Rémi Verschelde
TileSetEditor: Expose to the user OneWayCollision+Margin properties.
2019-03-04Ensure shader is not set if code did not changeJuan Linietsky
2019-03-04Add UndoRedo for Generate AABB (Particles)Tomasz Chabora
2019-03-04Fix and restore text, material and mesh previewers.Juan Linietsky
2019-03-04TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes ↵Mariano Suligoy
#25817.
2019-03-04Merge pull request #26590 from Chaosus/fix_sprite_region_crashRémi Verschelde
Fix editor crash when converting sprite to 2D mesh
2019-03-04Fix editor crash when converting sprite to 2D meshChaosus
2019-03-04Add UndoRedo on Generate Visibility Rect (Particles2D)xDGameStudios
2019-03-03Merge pull request #26385 from MarianoGnu/tileset_editorRémi Verschelde
TileSetEditor: Improvements and fixes
2019-03-02TileSetEditor: Allow to toggle Convex/Concave collisions. Alternative fix to ↵Mariano Suligoy
#24003
2019-02-28Allow to change selection of collision shapes added to the same tile. Fixes ↵Mariano Suligoy
#26369.
2019-02-28Allow to change selection around all tiles on the texture without clicking ↵Mariano Suligoy
on them. Fixes #25203. Fixes #22077
2019-02-27Make TileSet editor's workspace change size according to region changesMichael Alexsander Silva Dias
2019-02-27Merge pull request #26352 from bojidar-bg/21633-progress-styleboxRémi Verschelde
Fix minimum size of ProgressBar-s
2019-02-27Fix minimum size of ProgressBar-sBojidar Marinov
Was a leftover from 0a1c1c660fc6aa0689816e85f2b6791c225c6d63. Fixes #21633.
2019-02-27Merge pull request #26330 from ↵Rémi Verschelde
AlmostBearded/tileseteditor_multiplecollisionshapes Allow Creation of Multiple Collision Shapes for Tiles
2019-02-27Don't crash on previewing an AtlasTexture without a regionHein-Pieter van Braam
2019-02-26Allow Creation of Multiple Collision Shapes for Tiles #24003Peter Oberrauner
2019-02-23Clear canvas item after rendering font, fixes #23774Juan Linietsky
2019-02-23Remove copy and use instance material override in gizmos, fixes #23783Juan Linietsky
2019-02-23-Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky
-Make shader editor display errors if exist when just opening it -Make ShaderMaterial not lose parameters if opened in error.
2019-02-23TileSetEditor: Show Edition Context by demandMariano Suligoy
2019-02-22Added a workaround to avoid crashes due to how TileSet editor works, fixes ↵Juan Linietsky
#23672 Also fixed a few uninitialized memory variables.
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
Fixes #25316.
2019-02-20Merge pull request #26085 from mrcdk/tileset_shape_rectangleRémi Verschelde
Added a create rectangle button to the tileset editor.
2019-02-20Added a create rectangle button to the tileset editor.MrCdK
It makes easier to create collision shapes covering the full tile.
2019-02-20Add tooltip for in-editor FPS display in 3D viewportRémi Verschelde
Also enhance Control/Label documentation about tooltips and mouse filter, as it took me a while to understand why Labels didn't show tooltips. Closes #26082.
2019-02-16Merge pull request #25958 from YeldhamDev/poly2d_edit_disable_fixRémi Verschelde
Fix Polygon2D Editor interacting with its buttons too soon
2019-02-16Fix Polygon2D Editor interacting with its buttons too soonMichael Alexsander Silva Dias
2019-02-16Merge pull request #25913 from Chaosus/fix_gizmo_iconsRémi Verschelde
Fix icon color for gizmos menu when theme changed
2019-02-16Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias