summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-10-04Fix calculate_spatial_bounds for selection displayjfons
Fixes `SpatialEditorPlugin::_calculate_spatial_bounds` so the displayed selection doesn't break with transformed scenes.
2019-10-04Merge pull request #32528 from hbina/hbina_fix_font_overrideRémi Verschelde
Fixed warnings text using custom font and color setting.
2019-10-04Fixed warnings text using custom font and color setting.Hanif Bin Ariffin
Fixes #31917 Added missing font and color override.
2019-10-04Merge pull request #32543 from Chaosus/vs_fix_inputYuri Roubinsky
Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)
2019-10-04Merge pull request #32540 from codecustard/fix_show_bounds_for_scenesRémi Verschelde
Fixes scene instances not displaying bounds when selected
2019-10-04Fix VisualShaderInput if compiled with MinGWYuri Roubinsky
2019-10-04Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)Yuri Roubinsky
2019-10-03Fixes scene instances not displaying bounds when selectedEmmanuel Barroga
When selecting instances of a scene file, it doesn't display the bounding box which makes it difficult to visually see that it is selected.
2019-10-03Fix potential crash in AnimationPlayer.Relintai
2019-10-03Makes Texture and TextureUniform in visual shaders to use UV by defaultYuri Roubinsky
2019-10-03Merge pull request #32491 from lupoDharkael/inspector-frameRémi Verschelde
Inspector: select self object after selecting a stack frame
2019-10-03Merge pull request #32504 from Relintai/fix_empty_animatin_player_crashRémi Verschelde
Fix crash in #32473. (Automatically seek timeline in selected animation)
2019-10-03Fix crash in #32473. (Automatically seek timeline in selected animation)Relintai
2019-10-02Drag&drop custom nodes from filesystem to visual shaderYuri Roubinsky
+ better loading of custom nodes
2019-10-02Merge pull request #32498 from godotengine/revert-32434-script-class-no-pluginsRémi Verschelde
Revert "Fix plugin script classes defined even if inactive."
2019-10-02Merge pull request #32484 from Chaosus/shader_fixRémi Verschelde
Removed unnecessary shader error log messages
2019-10-02Revert "Fix plugin script classes defined even if inactive."Rémi Verschelde
2019-10-02Inspector: select self object after selecting a stack framelupoDharkael
2019-10-02Merge pull request #32473 from KoBeWi/seaking_aniRémi Verschelde
Automatically seek timeline in selected animation
2019-10-02Removed unnecessary shader error log messagesYuri Roubinsky
2019-10-02Update ScriptEditor and ShaderEditor TooltipAlexander Holland
fix #32417
2019-10-01Merge pull request #32468 from YeldhamDev/code_replace_hide_fixRémi Verschelde
Fix text search bar not correctly switching from replacing to just searching
2019-10-01Automatically seek timeline in selected animationTomasz Chabora
2019-10-01Fix text search bar not correctly switching from replacing to just searchingMichael Alexsander
2019-10-01Added sampler port type for visual shadersChaosus
2019-10-01Merge pull request #32442 from Chaosus/vs_textures_dropRémi Verschelde
Drag&drop textures from filesystem to visual shader
2019-10-01Added drag&drop possibility for textures from filesystem to visual shaderChaosus
2019-09-30Minor visual adjustment in drag preview of the scene and file tree editorsMichael Alexsander Silva Dias
2019-09-30Merge pull request #32434 from willnationsdev/script-class-no-pluginsRémi Verschelde
Fix plugin script classes defined even if inactive.
2019-09-30Merge pull request #32431 from lupoDharkael/checksRémi Verschelde
Add checks after ResourceLoader::load()
2019-09-30Fix plugin script classes defined even if inactive.willnationsdev
2019-09-29Merge pull request #32412 from bojidar-bg/27222-make-scene-root-destructiveRémi Verschelde
Fix "Make Scene Root" deleting previous root whenever focusing another scene
2019-09-29Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde
Fix VS editor's "Create Function" dialog
2019-09-29Add checks after ResourceLoader::load()lupoDharkael
2019-09-29Merge pull request #32410 from bojidar-bg/5739-highlight-singletonsRémi Verschelde
Highlight singletons and class_names in GDScript
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-28Fix "Make Scene Root" deleting previous root whenever focusing another sceneBojidar Marinov
Hopefully fixes #24484 and fixes #27222.
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
Also, implement a small QoL change for auto-typed variables. Closes #5739
2019-09-28Fix crash in ~EditorSpatialGizmoPlugin when generating documentation dataBojidar Marinov
2019-09-28Merge pull request #32407 from homer666/animation-import-storage-fixRémi Verschelde
Restore import animation "storage" checkbox behaviour
2019-09-28Restore import animation storage checkbox behaviorhomer666
2019-09-27Fix crash when moving an action into itself in the Input Map editorMichael Alexsander Silva Dias
2019-09-27Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicatorRémi Verschelde
Draw an indicator to denote overbright colors in ColorPicker
2019-09-27Merge pull request #31971 from ↵Rémi Verschelde
aole/placeholder-confirmation-dialog-for-editable-children Placeholder confirmation dialog for editable children
2019-09-27Placeholder dialog for editable childrenBhupendra Aole
Fire placeholder confirmation dialog box when editable children option is already checked. Fixes #28863
2019-09-27Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio
This makes it faster to distinguish overbright colors from "standard" colors.
2019-09-27Merge pull request #32381 from YeldhamDev/script_dialog_cleanupRémi Verschelde
Cleanup the "Attach Node Script" dialog
2019-09-27Cleanup the "Attach Node Script" dialogMichael Alexsander Silva Dias
2019-09-26Create new folder from save dialog now update filesystem dock.dankan1890
Fix #32167.
2019-09-26i18n: Sync translation template with current sourceRémi Verschelde