Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | Merge pull request #35133 from YeldhamDev/scrollbar_cleanup | Rémi Verschelde | |
Cleanup unnecessary code from before the scrollbar overlapping fixes | |||
2020-01-14 | Cleanup unnecessary code from before the scrollbar overlapping fixes | Michael Alexsander | |
2020-01-14 | Merge pull request #35131 from Xrayez/doc-engine-frames | Rémi Verschelde | |
Document `Engine.get_idle/physics_frames` methods | |||
2020-01-14 | Document `Engine.get_idle/physics_frames` methods | Andrii Doroshenko (Xrayez) | |
2020-01-14 | Merge pull request #35130 from qarmin/crash_item_bad_index | Rémi Verschelde | |
Don't allow to use too big index in ItemList | |||
2020-01-14 | Merge pull request #34801 from Calinou/add-3d-viewport-crosshair | Rémi Verschelde | |
Add a crosshair to the 3D viewport | |||
2020-01-14 | Don't allow to use too big index in ItemList | Rafał Mikrut | |
2020-01-14 | Merge pull request #35126 from Faless/fix/ip_unix_warnings | Fabio Alessandrelli | |
Remove unused ip_unix member from OSX/server. | |||
2020-01-14 | Merge pull request #35122 from ChibiDenDen/fully_qualified_name_gdscript | Rémi Verschelde | |
Add fully_qualified_name for GDScript class | |||
2020-01-14 | Merge pull request #35124 from Faless/js/http_server_fix | Rémi Verschelde | |
Properly close files served by debug HTTP server. | |||
2020-01-14 | Merge pull request #34868 from MadEqua/android-adaptive-icons | Rémi Verschelde | |
Add support for Android adaptive icons. | |||
2020-01-14 | Remove unused ip_unix member from OSX/server. | Fabio Alessandrelli | |
2020-01-14 | Merge pull request #35120 from Faless/docs/html5_restrictions | Rémi Verschelde | |
Update documentation to reflect HTML5 limitations. | |||
2020-01-14 | Add support for Android adaptive icons. | Bruno Lourenço | |
2020-01-14 | Properly close files served by debug HTTP server. | Fabio Alessandrelli | |
2020-01-14 | Add mime type to responses from debug HTTP server. | Fabio Alessandrelli | |
Get rid of warnings in firefox mentioning performance loss when no mime type is given for wasm files. | |||
2020-01-14 | Add fully_qualified_name for GDScript class | Dani Frank | |
2020-01-14 | Update documentation to reflect HTML5 limitations. | Fabio Alessandrelli | |
2020-01-14 | Merge pull request #35117 from timothyqiu/deferred | Rémi Verschelde | |
Makes adding port in Visual Script nodes deferred | |||
2020-01-14 | Makes adding port in Visual Script nodes deferred | Haoyu Qiu | |
2020-01-14 | Merge pull request #35116 from YeldhamDev/more_scrollbar_tweaks | Rémi Verschelde | |
Fix more scrollbar anchorings | |||
2020-01-14 | Merge pull request #35101 from KoBeWi/randocs_the_sequel | Rémi Verschelde | |
Complete documentation of some more classes | |||
2020-01-14 | Complete documentation of some more classes | Tomasz Chabora | |
2020-01-14 | Merge pull request #35114 from timothyqiu/macos-ime | Rémi Verschelde | |
Fixes IME input backspace on macOS | |||
2020-01-14 | Fixes IME input backspace on macOS | Haoyu Qiu | |
2020-01-14 | Fix more scrollbar anchorings | Michael Alexsander | |
2020-01-14 | Merge pull request #35113 from akien-mga/aint-no-peeking-for-command-lurkers | Rémi Verschelde | |
Export: Properly disable resource preview thread | |||
2020-01-14 | Export: Properly disable resource preview thread | Rémi Verschelde | |
Fixes #26857. Fixes #34433. Fixes #34826. | |||
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 | Add a crosshair to the 3D viewport | Hugo Locurcio | |
The crosshair makes freelook navigation a bit easier, while making it clearer that it's possible to select nodes by clicking while in freelook mode. The crosshair is only displayed while in freelook mode. It uses an icon designed to be visible on any background. | |||
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. |