summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-04-01Merge pull request #26701 from qarmin/do_not_lost_focusRémi Verschelde
Do not lose focus when moving through scene tree
2019-04-01Merge pull request #27117 from Faless/editor/asset_lib_image_errorRémi Verschelde
Enabled logging of failed image download.
2019-03-27Merge pull request #27383 from SpechtMagnus/masterRémi Verschelde
TileMap: Fixed unfinished max_lines draw handling for freeze/crash avoidance.
2019-03-26Add a "Request Docs" button to code editor.Juan Linietsky
2019-03-24Fixed unfinished max_lines handling for crash avoidance.Magnus Specht
2019-03-17Fix script editor attempting to set current line to -1 on script openPaulb23
2019-03-16Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde
Feature/fix toggle comment indent
2019-03-16Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transformsRémi Verschelde
Consider StaticBody and NavMesh position when converting to a MeshLibrary
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-16Enabled logging of failed image download.Fabio Alessandrelli
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-06Do not lose focus when moving through scene treeqarmin
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-26Consider StaticBody and NavMesh position when converting to a MeshLibraryBojidar Marinov
Would have added mesh transform, but realized that will cause problems when moving the mesh around the scene for visualization purposes. Closes #11722
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.