Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-30 | Merge pull request #31796 from Chaosus/fix_icons | Rémi Verschelde | |
Fixed GraphEdit header icons to make them update when theme is changed | |||
2019-08-30 | Merge pull request #31792 from Calinou/spinbox-expression-ignore-prefix-suffix | Rémi Verschelde | |
Ignore the prefix and suffix in the SpinBox expression | |||
2019-08-30 | Fixed GraphEdit header icons to make them update when theme is changed | Chaosus89 | |
2019-08-30 | Merge pull request #30927 from mahubu/console-multi-selection-cursor | Rémi Verschelde | |
Change cursor to multi-selection cursor when selecting text in RichTextLabel | |||
2019-08-30 | Merge pull request #31768 from ↵ | Rémi Verschelde | |
qarmin/fix_memory_leak_in_ResourceFormatSaverBinary Fix memory leak in ResourceFormatSaverBinary::save | |||
2019-08-30 | Merge pull request #31790 from Chaosus/fix_graph_light_theme | Rémi Verschelde | |
Fix editor's GraphEdit lines color on light theme | |||
2019-08-30 | Ignore the prefix and suffix in the SpinBox expression | Hugo Locurcio | |
This fixes a regression caused by 86a31e9e385c7909a0cdd24a5ee790c3dca03b98. | |||
2019-08-30 | Merge pull request #31791 from Keetz/DisableDefaultWavTrim | Rémi Verschelde | |
Disabled trim and normalize as default for wav import | |||
2019-08-30 | Merge pull request #25353 from azagaya/master | Rémi Verschelde | |
Use also invisible tabs to calculate minimum size of tab container | |||
2019-08-30 | Fix memory leak in ResourceFormatSaverBinary::save | qarmin | |
2019-08-30 | Make tab containers in editor, project settings, and export dialog, to use ↵ | azagaya | |
hidden tabs for min size computation. | |||
2019-08-30 | Merge pull request #31706 from akien-mga/android-custom-build-improvements | Rémi Verschelde | |
Buildsystem and workflow improvements to the new Android custom builds | |||
2019-08-30 | Disabled trim and normalize as default for wav import | Rasmus Ketelsen | |
2019-08-30 | Merge pull request #31767 from Calinou/tweak-editor-window-dim | Rémi Verschelde | |
Tweak the editor window dimming intensity, remove dim fade animation | |||
2019-08-30 | Fix graph edit lines color on light theme | Chaosus89 | |
2019-08-30 | Merge pull request #31789 from Chaosus/fix_few_icons | Rémi Verschelde | |
Fix few icons in SpatialEditor which don't update when theme changed | |||
2019-08-30 | Fix few icons in SpatialEditor which don't update when theme changed | Chaosus89 | |
2019-08-30 | Merge pull request #31781 from Calinou/spinbox-use-expressions | Rémi Verschelde | |
Calculate the SpinBox value using the Expression class | |||
2019-08-30 | Merge pull request #31766 from Calinou/editor-improve-light-theme-colors-2 | Rémi Verschelde | |
Improve more light theme colors in the editor for better readability | |||
2019-08-30 | Merge pull request #31754 from aole/node-selection-issue-on-node-create-dialog | Rémi Verschelde | |
Fix selecting recent node in CreateDialog | |||
2019-08-30 | Merge pull request #31784 from neikeq/workaround-mono-thread-suspend | Rémi Verschelde | |
Mono: Force preemptive thread suspend mode as a temporary workaround | |||
2019-08-30 | Mono: Force preemptive thread suspend mode as a temporary workaround | Ignacio Etcheverry | |
2019-08-29 | Calculate the SpinBox value using the Expression class | Hugo Locurcio | |
This closes #31780. | |||
2019-08-29 | Merge pull request #31770 from neikeq/supercedes-31008 | Rémi Verschelde | |
Fix GodotTools.ProjectEditor HintPaths for referenced packages | |||
2019-08-29 | Fix GodotTools.ProjectEditor HintPaths for referenced packages | Ignacio Etcheverry | |
2019-08-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-08-29 | Tweak the editor window dimming intensity, remove dim fade animation | Hugo 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-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds templates for Basque, Irish and Odia. | |||
2019-08-29 | doc: Sync classref with current source | Rémi Verschelde | |
2019-08-29 | Merge pull request #31764 from t-karcher/patch-2 | Rémi Verschelde | |
Updated description for "stepify" | |||
2019-08-29 | Improve more light theme colors in the editor for better readability | Hugo Locurcio | |
This also makes the "pressed icon" color easier to distinguish on a light theme. This closes #31763. | |||
2019-08-29 | Fix selecting recent node in CreateDialog | Bhupendra 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-29 | Updated description for "stepify" | Thomas Karcher | |
Mentioned the possibility to use stepify as a rounding function; +code examples | |||
2019-08-29 | Android: Extract libs from pre-built APKs when installing build template | Ré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-29 | Android: Improve dialogs about custom build template | Ré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-29 | SCons: Generate android_source.zip during build | Ré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-29 | Merge pull request #30635 from KoBeWi/billbo_3dns | Rémi Verschelde | |
Add a Billboard property for Sprite3D | |||
2019-08-29 | Merge pull request #31748 from Calinou/add-project-description | Rémi Verschelde | |
Add a project description setting | |||
2019-08-29 | Merge pull request #31611 from Calinou/animation-editor-hsize-cursor | Rémi Verschelde | |
Change mouse cursor when hovering a resize area in the animation editor | |||
2019-08-29 | Merge pull request #31755 from YeldhamDev/assetlib_minor_cleanup | Rémi Verschelde | |
Minor cleanup of the AssetLib's asset dialog | |||
2019-08-29 | Merge pull request #31750 from YeldhamDev/group_editor_enhancements | Rémi Verschelde | |
Major enhancements for the group editor | |||
2019-08-29 | Merge pull request #31741 from akien-mga/lsp-requires-websocket-jsonrpc | Rémi Verschelde | |
GDScript: Disable LSP if either jsonrpc or websocket are disabled | |||
2019-08-29 | Merge pull request #31746 from clayjohn/skip-vertex-transform-gles2 | Rémi Verschelde | |
Fix skip_vertex_transform bug in GLES2 CPUParticles | |||
2019-08-29 | Merge pull request #31740 from bruvzg/x11_mod_keys | Rémi Verschelde | |
Fix modifier keys causing key-code mismatch on Linux/X11. | |||
2019-08-29 | Merge pull request #31738 from bojidar-bg/31056-class_name-extends | Rémi Verschelde | |
Remove check for class_name and extends order | |||
2019-08-29 | Merge pull request #31752 from YeldhamDev/button_left_offset_fix | Rémi Verschelde | |
Fix wrong offset in Button when alignment is set to left | |||
2019-08-29 | Minor cleanup of the AssetLib's asset dialog | Michael Alexsander Silva Dias | |
2019-08-28 | Fix wrong offset in Button when alignment is set to left | Michael Alexsander Silva Dias | |
2019-08-28 | Major enhancements for the group editor | Michael Alexsander Silva Dias | |
2019-08-28 | Add a Billboard property for Sprite3D | Tomasz Chabora | |