summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-30Merge pull request #31796 from Chaosus/fix_iconsRémi Verschelde
Fixed GraphEdit header icons to make them update when theme is changed
2019-08-30Merge pull request #31792 from Calinou/spinbox-expression-ignore-prefix-suffixRémi Verschelde
Ignore the prefix and suffix in the SpinBox expression
2019-08-30Fixed GraphEdit header icons to make them update when theme is changedChaosus89
2019-08-30Merge pull request #30927 from mahubu/console-multi-selection-cursorRémi Verschelde
Change cursor to multi-selection cursor when selecting text in RichTextLabel
2019-08-30Merge pull request #31768 from ↵Rémi Verschelde
qarmin/fix_memory_leak_in_ResourceFormatSaverBinary Fix memory leak in ResourceFormatSaverBinary::save
2019-08-30Merge pull request #31790 from Chaosus/fix_graph_light_themeRémi Verschelde
Fix editor's GraphEdit lines color on light theme
2019-08-30Ignore the prefix and suffix in the SpinBox expressionHugo Locurcio
This fixes a regression caused by 86a31e9e385c7909a0cdd24a5ee790c3dca03b98.
2019-08-30Merge pull request #31791 from Keetz/DisableDefaultWavTrimRémi Verschelde
Disabled trim and normalize as default for wav import
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
Use also invisible tabs to calculate minimum size of tab container
2019-08-30Fix memory leak in ResourceFormatSaverBinary::saveqarmin
2019-08-30Make tab containers in editor, project settings, and export dialog, to use ↵azagaya
hidden tabs for min size computation.
2019-08-30Merge pull request #31706 from akien-mga/android-custom-build-improvementsRémi Verschelde
Buildsystem and workflow improvements to the new Android custom builds
2019-08-30Disabled trim and normalize as default for wav importRasmus Ketelsen
2019-08-30Merge pull request #31767 from Calinou/tweak-editor-window-dimRémi Verschelde
Tweak the editor window dimming intensity, remove dim fade animation
2019-08-30Fix graph edit lines color on light themeChaosus89
2019-08-30Merge pull request #31789 from Chaosus/fix_few_iconsRémi Verschelde
Fix few icons in SpatialEditor which don't update when theme changed
2019-08-30Fix few icons in SpatialEditor which don't update when theme changedChaosus89
2019-08-30Merge pull request #31781 from Calinou/spinbox-use-expressionsRémi Verschelde
Calculate the SpinBox value using the Expression class
2019-08-30Merge pull request #31766 from Calinou/editor-improve-light-theme-colors-2Rémi Verschelde
Improve more light theme colors in the editor for better readability
2019-08-30Merge pull request #31754 from aole/node-selection-issue-on-node-create-dialogRémi Verschelde
Fix selecting recent node in CreateDialog
2019-08-30Merge pull request #31784 from neikeq/workaround-mono-thread-suspendRémi Verschelde
Mono: Force preemptive thread suspend mode as a temporary workaround
2019-08-30Mono: Force preemptive thread suspend mode as a temporary workaroundIgnacio Etcheverry
2019-08-29Calculate the SpinBox value using the Expression classHugo Locurcio
This closes #31780.
2019-08-29Merge pull request #31770 from neikeq/supercedes-31008Rémi Verschelde
Fix GodotTools.ProjectEditor HintPaths for referenced packages
2019-08-29Fix GodotTools.ProjectEditor HintPaths for referenced packagesIgnacio Etcheverry
2019-08-29i18n: Sync translation template with current sourceRémi Verschelde
2019-08-29Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio
The fade animation tended to give the editor a "sluggish" feel when running at lower FPS (which is common in heavy 3D scenes), so it's probably a good idea to remove it. This also makes dimming less intense (50% instead of 60%).
2019-08-29i18n: Sync translations with WeblateRémi Verschelde
Adds templates for Basque, Irish and Odia.
2019-08-29doc: Sync classref with current sourceRémi Verschelde
2019-08-29Merge pull request #31764 from t-karcher/patch-2Rémi Verschelde
Updated description for "stepify"
2019-08-29Improve more light theme colors in the editor for better readabilityHugo Locurcio
This also makes the "pressed icon" color easier to distinguish on a light theme. This closes #31763.
2019-08-29Fix selecting recent node in CreateDialogBhupendra Aole
If the node name matches exactly as the search, the node should be selected. This also fixes when the user clicks on recent nodes. Fixes #24044
2019-08-29Updated description for "stepify"Thomas Karcher
Mentioned the possibility to use stepify as a rounding function; +code examples
2019-08-29Android: Extract libs from pre-built APKs when installing build templateRémi Verschelde
Otherwise we would need to include all of them in android_source.zip, which means building the zip after all libs have been built by SCons (so it would have to be done via gradle or a manual script). By extracting it from the pre-built APKs, we save some disk space in templates archives too.
2019-08-29Android: Improve dialogs about custom build templateRémi Verschelde
The language didn't make it clear that it's installing a *source* template to the project folder, for later use when compiling custom APKs. Fixes #28736.
2019-08-29SCons: Generate android_source.zip during buildRémi Verschelde
This is now needed after #27781, as this android_source.zip template is used for custom Android builds from the editor.
2019-08-29Merge pull request #30635 from KoBeWi/billbo_3dnsRémi Verschelde
Add a Billboard property for Sprite3D
2019-08-29Merge pull request #31748 from Calinou/add-project-descriptionRémi Verschelde
Add a project description setting
2019-08-29Merge pull request #31611 from Calinou/animation-editor-hsize-cursorRémi Verschelde
Change mouse cursor when hovering a resize area in the animation editor
2019-08-29Merge pull request #31755 from YeldhamDev/assetlib_minor_cleanupRémi Verschelde
Minor cleanup of the AssetLib's asset dialog
2019-08-29Merge pull request #31750 from YeldhamDev/group_editor_enhancementsRémi Verschelde
Major enhancements for the group editor
2019-08-29Merge pull request #31741 from akien-mga/lsp-requires-websocket-jsonrpcRémi Verschelde
GDScript: Disable LSP if either jsonrpc or websocket are disabled
2019-08-29Merge pull request #31746 from clayjohn/skip-vertex-transform-gles2Rémi Verschelde
Fix skip_vertex_transform bug in GLES2 CPUParticles
2019-08-29Merge pull request #31740 from bruvzg/x11_mod_keysRémi Verschelde
Fix modifier keys causing key-code mismatch on Linux/X11.
2019-08-29Merge pull request #31738 from bojidar-bg/31056-class_name-extendsRémi Verschelde
Remove check for class_name and extends order
2019-08-29Merge pull request #31752 from YeldhamDev/button_left_offset_fixRémi Verschelde
Fix wrong offset in Button when alignment is set to left
2019-08-29Minor cleanup of the AssetLib's asset dialogMichael Alexsander Silva Dias
2019-08-28Fix wrong offset in Button when alignment is set to leftMichael Alexsander Silva Dias
2019-08-28Major enhancements for the group editorMichael Alexsander Silva Dias
2019-08-28Add a Billboard property for Sprite3DTomasz Chabora