Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-01 | Merge pull request #31858 from godotengine/revert-31321-master | Rémi Verschelde | |
Revert "Add __atomic_* operators support for atomic operations" | |||
2019-09-01 | Revert "Add __atomic_* operators support for atomic operations" | Rémi Verschelde | |
2019-09-01 | Fix visual shader expression parsing (#31853) | Yuri Roubinsky | |
Fix visual shader expression parsing | |||
2019-09-01 | Fix visual shader expression parsing | Chaosus89 | |
2019-09-01 | Merge pull request #31839 from Calinou/canvasitem-update-only-if-needed | Rémi Verschelde | |
Call some CanvasItem property setters only if needed | |||
2019-08-31 | Merge pull request #31828 from Paulb23/minimap_drag_less_then_control | Rémi Verschelde | |
Fix minimap drag when height is less then control size | |||
2019-08-31 | Merge pull request #31794 from Calinou/editor-increase-line-spacing | Rémi Verschelde | |
Increase line spacing in the editor help and asset library descriptions | |||
2019-08-31 | Merge pull request #31810 from merumelu/plugin-config-warnings | Rémi Verschelde | |
Warn about all missing keys in plugin.cfg | |||
2019-08-31 | Merge pull request #31808 from qarmin/crash_audioogg | Rémi Verschelde | |
Fix crash when AudioStreamOGGVorbis is empty | |||
2019-08-31 | Call some CanvasItem property setters only if needed | Hugo Locurcio | |
The CanvasItem property setters `set_modulate`, `set_self_modulate` and `set_light_mask` have some side effects that don't need to be run if the value hasn't changed. This closes #31777. | |||
2019-08-31 | Merge pull request #31825 from fstiewitz/viewport-container-input | Rémi Verschelde | |
Fix object picking inside ViewportContainers | |||
2019-08-31 | Merge pull request #31827 from merumelu/httprequest-errors | Rémi Verschelde | |
HTTPRequest: include faulty URLs in error texts | |||
2019-08-31 | HTTPRequest: include faulty URLs in error texts | merumelu | |
2019-08-31 | Fix minimap drag when height is less then control size | Paulb23 | |
2019-08-31 | process unhandled input in ViewportContainer | Fabian Stiewitz | |
2019-08-30 | Warn about all missing keys in plugin.cfg | merumelu | |
2019-08-30 | Merge pull request #31805 from YeldhamDev/collision_object_unneeded_checks | Rémi Verschelde | |
Remove some unneeded checks in CollisionObject(2D) | |||
2019-08-30 | Merge pull request #31803 from KoBeWi/minicursor | Rémi Verschelde | |
Don't change cursor when minimap is disabled | |||
2019-08-30 | Merge pull request #31801 from merumelu/editor-remove-tools-defined-guards | Rémi Verschelde | |
Editor: remove TOOLS_ENABLED guards | |||
2019-08-30 | Merge pull request #31797 from KoBeWi/release_the_lookup | Rémi Verschelde | |
Perform symbol lookup on button release | |||
2019-08-30 | Fix crash when AudioStreamOGGVorbis is empty | qarmin | |
2019-08-30 | Remove some unneeded checks in CollisionObject(2D) | Michael Alexsander Silva Dias | |
2019-08-30 | Don't change cursor when minimap is disabled | Tomasz Chabora | |
2019-08-30 | Editor: remove TOOLS_ENABLED guards | merumelu | |
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant. | |||
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 | Perform symbol lookup on button release | Tomasz Chabora | |
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 | Increase line spacing in the editor help and asset library descriptions | Hugo Locurcio | |
This makes for more readable text. | |||
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 |