Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-05 | Merge pull request #60776 from timothyqiu/animlib-names | Rémi Verschelde | |
Fix global AnimationLibrary name validation | |||
2022-05-05 | Fix global AnimationLibrary name validation | Haoyu Qiu | |
2022-05-05 | Merge pull request #60161 from V-Sekai/instanced_children_color | Rémi Verschelde | |
Make editable children use warning color instead of disabled color | |||
2022-05-04 | Merge pull request #60765 from Scony/bake-navigation-mesh-off-thread | Rémi Verschelde | |
2022-05-04 | Merge pull request #60568 from Chaosus/shader_keyword_completions | Rémi Verschelde | |
Add keyword completion to shader editor | |||
2022-05-04 | Merge pull request #54606 from Calinou/mesh-editor-plugin-tweak-msaa | Hugo Locurcio | |
Use 4× MSAA for the Advanced Import Options 3D preview | |||
2022-05-04 | Add ability to `bake_navigation_mesh` off thread. | Pawel Lampe | |
This feature makes it possible to workaround problems such as: - long baking time due to heavy synchronization when parsing geometry from mesh instances - crash when freeing `NavigationMeshInstance` while baking - errors when actively baking node tree is being detached from the scene tree | |||
2022-05-04 | Merge pull request #58298 from Calinou/decal-distance-fade-use-easing | Rémi Verschelde | |
2022-05-04 | Merge pull request #60761 from Faless/net/4.x_fix_tcp_server_ws | Fabio Alessandrelli | |
[Net] Fix TCPServer and WSLClient status after "poll" refactoring. | |||
2022-05-04 | Merge pull request #60738 from LightningAA/disable_input_map_add_button | Rémi Verschelde | |
2022-05-04 | Merge pull request #60740 from KoBeWi/postapo_frame_draw | Rémi Verschelde | |
2022-05-04 | [WebSocket] Fix WSLClient connection status. | Fabio Alessandrelli | |
Note, this keeps the old behaviour of reporting CONNECTION_CONNECTED while disconnecting. We should change this before 4.0, but needs further refactoring of the WebSocket classes. | |||
2022-05-04 | [Net] Fix StreamPeerTCP accepted status. | Fabio Alessandrelli | |
2022-05-04 | Disable add button when action name is invalid | Aaron Record | |
2022-05-04 | Merge pull request #60723 from reduz/refactor-module-initialization | Rémi Verschelde | |
2022-05-04 | Refactor module initialization | reduz | |
* Changed to use the same stages as extensions. * Makes the initialization more coherent, helping solve problems due to lack of stages. * Makes it easier to port between module and extension. * removed the DRIVER initialization level (no longer needed). | |||
2022-05-04 | Merge pull request #60750 from timothyqiu/asset-lib-error | Rémi Verschelde | |
2022-05-04 | Handle AssetLib repository config error | Haoyu Qiu | |
2022-05-04 | Merge pull request #60751 from bruvzg/exp_plug_fix4 | Rémi Verschelde | |
2022-05-04 | Fix export plugins after embedded PCK loading changes. | bruvzg | |
2022-05-04 | Merge pull request #60731 from KoBeWi/action_editor | Rémi Verschelde | |
Clarify InputMap.action_get_events() in the editor | |||
2022-05-04 | Merge pull request #51682 from mdavisprog/os-is-process-running | Rémi Verschelde | |
OS::is_process_running function. | |||
2022-05-04 | Merge pull request #60734 from Faless/js/4.x_sig_other_sig | Rémi Verschelde | |
[HTML5] Disable zstd weak symbols, add missing JS signature. | |||
2022-05-04 | Improve Viewport.get_texture() description | kobewi | |
2022-05-03 | Add OS::is_process_running function. | mdavisprog | |
Adds the is_process_running function to the native OS class and exposes it to script. This is implemented on Windows and Unix platforms. A stub is provided for other platforms that do not support this function. Documentation is updated to reflect new API function. | |||
2022-05-03 | [JS] Add flag to disable weak symbols in ZSTD. | Fabio Alessandrelli | |
Weak symbols are currently broken in upstream emscripten. | |||
2022-05-03 | Clarify InputMap.action_get_events() in the editor | kobewi | |
2022-05-03 | Merge pull request #60727 from aaronfranke/basis-axis-column | Rémi Verschelde | |
2022-05-03 | Merge pull request #60729 from guilhermefelipecgs/fix_box_select | Rémi Verschelde | |
Fix state machine box selection | |||
2022-05-03 | Added missing signature. | Fabio Alessandrelli | |
2022-05-03 | Fix state machine box selection | Guilherme Felipe de C. G. da Silva | |
2022-05-03 | Merge pull request #60583 from reduz/placeholder-assets | Rémi Verschelde | |
2022-05-03 | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke | |
2022-05-03 | Merge pull request #60571 from Sauermann/fix-control-screen-position | Rémi Verschelde | |
Inlcude CanvasLayer transform into calculation of Control screen position | |||
2022-05-03 | Merge pull request #59321 from Calinou/primitive-meshes-csg-tweak-default-sizes | Rémi Verschelde | |
Decrease default sizes of some primitive and CSG meshes for consistency | |||
2022-05-03 | Merge pull request #51102 from Calinou/renderingserver-add-api-version-getter | Rémi Verschelde | |
Add `get_video_adapter_api_version()` to RenderingServer | |||
2022-05-03 | Merge pull request #60627 from aaronfranke/rename-elements | Rémi Verschelde | |
Rename Transform2D and Basis `elements` to `columns` and `rows` respectively | |||
2022-05-03 | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde | |
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | |||
2022-05-03 | Merge pull request #24402 from guilhermefelipecgs/state_machine_improvement | Rémi Verschelde | |
Improvements to AnimationNodeStateMachine | |||
2022-05-03 | Merge pull request #60224 from pfeodrippe/fix-simultaneous-touches | Rémi Verschelde | |
2022-05-03 | Merge pull request #60722 from akien-mga/scons-disable-Werror-return-type | Rémi Verschelde | |
SCons: Don't enable any `-Werror=return-type` outside `werror=yes` | |||
2022-05-03 | Merge pull request #60644 from PureAsbestos/master | Rémi Verschelde | |
2022-05-03 | SCons: Don't enable any `-Werror=return-type` outside `werror=yes` | Rémi Verschelde | |
We shouldn't presume that future compilers will not have false positives or find new occurrences of this warning, which would break compiling old versions of the engine without passing custom `CXXFLAGS`. Follow-up to #60652. | |||
2022-05-03 | Merge pull request #60663 from Geometror/fix-fnlite-gcc-warning | Rémi Verschelde | |
2022-05-03 | Merge pull request #60689 from trollodel/use_collisionobject3d_in_navmeshgen | Rémi Verschelde | |
2022-05-03 | Merge pull request #60553 from madmiraal/separate-display_safe_area | Rémi Verschelde | |
2022-05-03 | Merge pull request #58777 from Sauermann/fix-capsulemesh-tangent | Rémi Verschelde | |
Reverse tangents of capsule mesh | |||
2022-05-03 | Merge pull request #60601 from touilleMan/gdextension_get_library_path | Rémi Verschelde | |
Add GDNativeInterface::get_library_path to GDExtension | |||
2022-05-03 | Merge pull request #60444 from snailrhymer/expand-websocketclient-error-messages | Fabio Alessandrelli | |
Add detail to some error messages in wsl_client | |||
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | |
These typedefs don't save much typing compared to the full `Ref<Resource>` and `Ref<RefCounted>`, yet they sometimes introduce confusion among new contributors. |