Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-07 | Cleanup the Android input logic implementation | Fredia Huya-Kouadio | |
2022-09-07 | Merge pull request #65016 from timothyqiu/skin-data | Rémi Verschelde | |
Fix crash when executing `TubeTrailMesh.get_faces()` with GLES3 | |||
2022-09-07 | Merge pull request #65473 from Chaosus/shader_fix_completion | Yuri Rubinsky | |
2022-09-07 | Merge pull request #65462 from Chaosus/astargrid_docs | Yuri Sizov | |
Add documentation for `AStarGrid2D` class | |||
2022-09-07 | Merge pull request #65438 from neikeq/replace-libnethost-dependency | Rémi Verschelde | |
Replace libnethost dependency to find hostfxr | |||
2022-09-07 | Merge pull request #65477 from timothyqiu/bit-flags | Rémi Verschelde | |
Fix crash when executing `SubViewport.set_size_2d_override_stretch` | |||
2022-09-07 | Merge pull request #49466 from AnilBK/rotate-previews | Rémi Verschelde | |
Add rotation ability to material editor preview. | |||
2022-09-07 | Merge pull request #58617 from KoBeWi/custom_something | Rémi Verschelde | |
Improve handling of custom types | |||
2022-09-07 | Merge pull request #65471 from KoBeWi/s | Rémi Verschelde | |
Fix tile source selection from picking | |||
2022-09-07 | Merge pull request #65375 from ItsNL/fix-accep-dialog-its_inside_tree-false | Rémi Verschelde | |
Condition "!is_inside_tree()" is true" when AcceptDialog was visible from the editor. | |||
2022-09-07 | Merge pull request #65475 from timothyqiu/bounds-check | Rémi Verschelde | |
Fix crash when executing `VisualShaderNodeParticleMeshEmitter.set_mesh` with headless Godot | |||
2022-09-07 | Merge pull request #65389 from Rindbee/fix-file-list-in-FileDialog-not-updating | Rémi Verschelde | |
Fix file list in FileDialog not updating on first run | |||
2022-09-07 | Merge pull request #59069 from fire-forge/stylebox_margin_functions | Rémi Verschelde | |
Add all/individual setters for StyleBox default margins and StyleBoxTexture margin size and unbind `StyleBox*.set_*_individual()` methods | |||
2022-09-07 | Merge pull request #65355 from groud/split_container_min_grab_thickness | Rémi Verschelde | |
Allow SplitContainer to have a grab area larger than its visual grabber | |||
2022-09-07 | Merge pull request #65427 from rburing/register_custom_physics_server | Rémi Verschelde | |
2022-09-07 | Fix "grab_focus: Condition "!is_inside_tree()" is true" when AcceptDialog ↵ | = | |
was visible from the editor. | |||
2022-09-07 | C#: Replace libnethost dependency to find hostfxr | Ignacio Roldán Etcheverry | |
We want to replace libnethost as it gives us issues with some compilers. Our implementation tries to mimic libnethost's hostfxr_resolver search logic. We try to use the same function names for easier comparing in case we need to update this in the future. | |||
2022-09-07 | Fix crash when executing `SubViewport.set_size_2d_override_stretch` | Haoyu Qiu | |
2022-09-07 | Unbind StyleBox*.set_*_individual() methods | FireForge | |
Unbinds the following methods: - StyleBox.set_default_margin_individual() - StyleBoxFlat.set_corner_radius_individual() - StyleBoxFlat.set_expand_margin_individual() - StyleBoxTexture.set_expand_margin_individual() - StyleBoxTexture.set_margin_size_individual() | |||
2022-09-07 | Add set_default_margin_all/individual to StyleBox | FireForge | |
2022-09-07 | Fix file list in FileDialog not updating on first run | Rindbee | |
2022-09-07 | Fix crash when executing `VisualShaderNodeParticleMeshEmitter.set_mesh` with ↵ | Haoyu Qiu | |
headless Godot | |||
2022-09-07 | Add documentation for `AStarGrid2D` class | Yuri Rubinsky | |
2022-09-07 | Remove `shader_type` from completion (when it does not need any more) | Yuri Rubinsky | |
2022-09-07 | Expose registration of physics servers to GDExtension | Ricardo Buring | |
This exposes PhysicsServer2DManager and PhysicsServer3DManager. | |||
2022-09-07 | Fix tile source selection from picking | kobewi | |
2022-09-07 | Merge pull request #65465 from rburing/physics_server_extension_bind | Rémi Verschelde | |
2022-09-07 | Bind all methods in PhysicsServer2DExtension, PhysicsServer3DExtension | Ricardo Buring | |
2022-09-07 | Allow SplitContainer to have a grab area larger than its visual grabber | Gilles Roudière | |
2022-09-07 | [Web] Enable Web exporter in non-dev mode. | Fabio Alessandrelli | |
We now have a working OpenGL3/WebGL2 renderer, but extra work is needed in project manager and editor to simplify the creation of OpenGL3 projects. | |||
2022-09-07 | Add missing constants to project converter | Micky | |
- CONTAINER_INSPECTOR_BOTTOM - NOTIFICATION_SCENE_INSTANTIATED | |||
2022-09-07 | Rename ProgressBar.`percent_visible` to `show_percentage` | Micky | |
`percent_visible` -> `show_percentage` `set_percent_visible` -> `set_show_percentage` `is_percent_visible` -> `is_percentage_shown` | |||
2022-09-07 | Rename `legible_unique_name` param to `force_readable_name` | Micky | |
With the introduction of Scene Unique Nodes, `is_unique_in_owner`, "Unique Name in Scene" and other descriptions related to the feature, the second parameter of add_child() and add_simbling() could be misunderstood to be related, at first glance. | |||
2022-09-07 | Merge pull request #65239 from Geequlim/js2web | Fabio Alessandrelli | |
Rename JavaScript singleton to JavaScriptBridge | |||
2022-09-07 | Merge pull request #65447 from Faless/net/4.x_ssl_to_tls | Rémi Verschelde | |
[Net] Rename StreamPeerSSL to StreamPeerTLS. | |||
2022-09-07 | Merge pull request #65440 from akien-mga/scons-compiledb-msvc | Rémi Verschelde | |
Fix compilation database generation with MSVC | |||
2022-09-07 | Merge pull request #65457 from Chaosus/vs_fix2 | Rémi Verschelde | |
Add conversion for uniform_name property in visual shader | |||
2022-09-07 | Merge pull request #65446 from YuriSizov/dialogs-make-styleboxes-matter | Rémi Verschelde | |
Make `AcceptDialog` and derivatives utilize `StyleBox` fully | |||
2022-09-07 | Merge pull request #65444 from ↵ | Rémi Verschelde | |
Trashtalk217/fix-_edit_get_rect-navigation-link-2D Fixed crash with calling _edit_get_rect() on NavigationLink2D | |||
2022-09-07 | Merge pull request #65449 from ↵ | Rémi Verschelde | |
YuriSizov/editor-main-control-screen-container-node Rename `EditorInterface.get_editor_main_control` to `get_editor_main_screen` | |||
2022-09-07 | Merge pull request #65437 from YuriSizov/theme-gui-renames | Rémi Verschelde | |
Improve naming of theme properties throughout GUI code | |||
2022-09-07 | Merge pull request #65197 from Mickeon/rename-connect-one-shot | Rémi Verschelde | |
Rename CONNECT_ONESHOT to CONNECT_ONE_SHOT | |||
2022-09-07 | Merge pull request #64361 from Mickeon/rename-caret-blink | Rémi Verschelde | |
Rename every instance of `caret_blink_speed` to `caret_blink_interval` | |||
2022-09-07 | SCons: Fix compilation database generation with MSVC | Rémi Verschelde | |
Fixes #54434. Co-authored-by: Daniel Moody <daniel.moody@mongodb.com> | |||
2022-09-07 | Merge pull request #65442 from clayjohn/GLES3-HTML5-fixes | Rémi Verschelde | |
Fix rendering when using WebGL2 | |||
2022-09-07 | Merge pull request #64472 from Mickeon/try-fixing-http-bug | Fabio Alessandrelli | |
Prevent HTTPRequest from polling invalid client | |||
2022-09-07 | Merge pull request #65455 from Chaosus/vs_fix | Yuri Rubinsky | |
2022-09-07 | [Net] Rename StreamPeerSSL to StreamPeerTLS. | Fabio Alessandrelli | |
SSL has been deprectated almost 10 years ago. | |||
2022-09-07 | Add conversion for uniform_name property in visual shader | Yuri Rubinsky | |
2022-09-07 | Enable material editor preview to be rotated. | Anilforextra | |