Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | Fixes IME input backspace on macOS | Haoyu Qiu | |
2020-01-14 | Merge pull request #35082 from akien-mga/dont-count-yer-chicken | Rémi Verschelde | |
EditorNode: Delay addon init to NOTIFICATION_READY | |||
2020-01-14 | Merge pull request #35092 from AndreaCatania/frames_exp | Rémi Verschelde | |
Exposed physics frame count and idle frame count | |||
2020-01-14 | Merge pull request #35106 from YeldhamDev/scrollbar_overlap_fixes | Rémi Verschelde | |
Fix more instances of overlapping scrollbars | |||
2020-01-14 | Merge pull request #35105 from timothyqiu/center-container-min-size | Rémi Verschelde | |
Updates min size on CenterContainer::set_use_top_left | |||
2020-01-14 | Merge pull request #35088 from akien-mga/object-disconnect-was-safe-enough | Rémi Verschelde | |
Object: Remove error on disconnect of locked signals | |||
2020-01-13 | Fix more instances of overlapping scrollbars | Michael Alexsander | |
2020-01-14 | Updates min size on CenterContainer::set_use_top_left | Haoyu Qiu | |
2020-01-13 | Object: Avoid error on emit_signal with freed target | Rémi Verschelde | |
As advised by @reduz. | |||
2020-01-13 | Merge pull request #35099 from ↵ | Rémi Verschelde | |
neikeq/sync-visual-server-after-script-server-finish Sync pending VisualServer commands after ScriptServer finalization | |||
2020-01-13 | Merge pull request #35097 from neikeq/issue-34954 | Rémi Verschelde | |
Mono/C#: Fix _update_exports() leaking temporary Object/Node instances | |||
2020-01-13 | Sync pending VisualServer commands after ScriptServer finalization | Ignacio Etcheverry | |
This is needed as C# may free resources from the finalizer thread during CSharpLanguage::finish(). Previously this would result in RIDs not being freed. | |||
2020-01-13 | Mono/C#: Add error checks to detect possible Reference leaks | Ignacio Etcheverry | |
2020-01-13 | Mono/C#: Fix _update_exports() leaking temporary Object/Node instances | Ignacio Etcheverry | |
2020-01-13 | GDScript: Check function arguments on release too | George Marques | |
Needed because otherwise the certain type operations (such as type casting) used as a function argument might become unresolved on release, causing a compilation failure. Fix #28680 | |||
2020-01-13 | Exposed physics frame count and idle frame count | Andrea Catania | |
2020-01-13 | Object: Remove error on disconnect of locked signals | Rémi Verschelde | |
According to https://github.com/godotengine/godot/commit/22637beb2ed625c3e43ab75ab5865b57d7470948#commitcomment-36651823 and as confirmed by @reduz, this seems not to be necessary now that we copy-on-write. This triggered freeze scenarios in cases where a node would be deleted while being used as a target in a signal emission. Fixes #34650. Fixes #34769. Now those two errors go back to reporting: ``` ERROR: emit_signal: Condition ' !target ' is true. Continuing..: At: core/object.cpp:1191. ``` | |||
2020-01-13 | Merge pull request #35083 from akien-mga/squish-s3tc-compress-in-template | Rémi Verschelde | |
Image: Include S3TC compression via Squish in non-tools build | |||
2020-01-13 | Merge pull request #35080 from malbach/scrollbars_overlap | Rémi Verschelde | |
Fix #33309 Overlapping Scrollbars in ScrollContainer | |||
2020-01-13 | Image: Include S3TC compression via Squish in non-tools build | Rémi Verschelde | |
We already build Squish in templates build for S3TC decompression, so we can as well expose the compression feature. Fixes #25640. | |||
2020-01-13 | Merge pull request #35079 from akien-mga/managers-dont-build-solutions | Rémi Verschelde | |
Ignore command line --build-solutions when not editing project | |||
2020-01-13 | EditorNode: Delay addon init to NOTIFICATION_READY | Rémi Verschelde | |
Fixes #25635. | |||
2020-01-13 | Fix overlapping scrollbars in ScrollContainer (#33309) | malbach | |
2020-01-13 | Ignore command line --build-solutions when not editing project | Rémi Verschelde | |
This option is meant to use together with `--path` or from a project folder. Otherwise the project manager is opened and the option triggers a crash. Fixes #25589. | |||
2020-01-13 | Merge pull request #35078 from akien-mga/animation-editor-duplicate-name | Rémi Verschelde | |
Animation editor: Set resource name when duplicating | |||
2020-01-13 | Merge pull request #35075 from AlexHolly/fix-double_tap-regression | Rémi Verschelde | |
fixes android double tap regression | |||
2020-01-13 | Merge pull request #35073 from akien-mga/zero-scale-shall-not-pass | Rémi Verschelde | |
Control/Light2D: Preventing setting 0 as scale as for Node2D | |||
2020-01-13 | Animation editor: Set resource name when duplicating | Rémi Verschelde | |
Fixes #25156. | |||
2020-01-13 | Merge pull request #35076 from vnen/gdscript-type-match-assign | Rémi Verschelde | |
Type match on assignment only if operators have type | |||
2020-01-13 | Merge pull request #35074 from GodotExplorer/lsp-fix-34147 | Rémi Verschelde | |
Fix infinite loop error in document link parsing of GDScript Language Server | |||
2020-01-13 | GDScript: Type match on assignment only if operators have type | George Marques | |
This ensures that a value without type won't be wrongly assigned to a typed variable when the types mismatch. | |||
2020-01-13 | fixes android double tap regression | Alexander Holland | |
2020-01-13 | Merge pull request #35072 from Calinou/2d-zoom-clamp-editor-scale | Rémi Verschelde | |
Clamp the editor scale to 1 for 2D zoom operations | |||
2020-01-13 | Fix infinite loop error in document link parsing | Geequlim | |
2020-01-13 | Control/Light2D: Preventing setting 0 as scale as for Node2D | Rémi Verschelde | |
Triggers errors in `Transform2D::affine_invert()`. Fixes #26510. Fixes https://github.com/godotengine/godot/issues/24997#issuecomment-457951639. | |||
2020-01-13 | Clamp the editor scale to 1 for 2D zoom operations | Hugo Locurcio | |
Some people set the editor scale below 1 to fit more content on screen, even if their display doesn't have a particularly low DPI. This closes #35059. | |||
2020-01-13 | Merge pull request #35070 from akien-mga/revert-34968 | Rémi Verschelde | |
Revert "Enable Vsync via Compositor by default" | |||
2020-01-13 | Revert "Enable Vsync via Compositor by default" | Rémi Verschelde | |
This reverts commit 9600fd5dde1f85b7dd2dd8558d52ff86b18651e7. Add comment warning about possible implications of using this option. Fixes #35038. | |||
2020-01-13 | Merge pull request #35050 from Calinou/enlarge-item-list-editor | Rémi Verschelde | |
Increase the size of the item list editor popup | |||
2020-01-13 | Merge pull request #35064 from clayjohn/rendering_crashes | Rémi Verschelde | |
Fix light and multimesh crashes | |||
2020-01-13 | Merge pull request #35063 from timothyqiu/dock-new-window | Rémi Verschelde | |
Fixes the New Window option in macOS dock menu | |||
2020-01-13 | Merge pull request #35058 from clayjohn/texture_debug | Rémi Verschelde | |
Make texture_debug_usage thread safe | |||
2020-01-13 | Merge pull request #35057 from clayjohn/GLES3-fix_irradiance_map | Rémi Verschelde | |
Fix generation of irradiance map | |||
2020-01-12 | Fix light and multimesh crashes | clayjohn | |
2020-01-13 | Fixes the New Window option in macOS dock menu | Haoyu Qiu | |
2020-01-12 | Make texture_debug_usage thread safe | clayjohn | |
2020-01-12 | Fix generation of irradiance map | clayjohn | |
2020-01-12 | Increase the size of the item list editor popup | Hugo Locurcio | |
This makes it easier to edit large amounts of items. This partially addresses https://github.com/godotengine/godot-proposals/issues/368. | |||
2020-01-12 | i18n: Sync translation template with current source | Rémi Verschelde | |
Prevent parsing 'thirdparty' sources, there are invalid UTF-8 files among Bullet sources. | |||
2020-01-12 | i18n: Sync translations with Weblate | Rémi Verschelde | |