Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-18 | Remove update condition from LineEdit::update_placeholder_width | simpuid | |
Placeholder with length greater than `max_length` are allowed, so there is no reason for those update condition. It fixes the odd alignment of placeholder when it's length is greater than `max_length` | |||
2020-03-17 | Merge pull request #37050 from neikeq/fix-mono-after-vulkan-merge | Ignacio Roldán Etcheverry | |
Fix C# bindings after recent breaking changes | |||
2020-03-17 | Merge pull request #36906 from m4gr3d/enable_android_studio_debugging | Rémi Verschelde | |
Enable Android Studio debugging | |||
2020-03-17 | Fix C# bindings after recent breaking changes | Ignacio Etcheverry | |
Implementation for new Variant types Callable, Signal, StringName. Added support for PackedInt64Array and PackedFloat64Array. Add generation of signal members as events, as well as support for user created signals as events. NOTE: As of now, raising such events will not emit the signal. As such, one must use `EmitSignal` instead of raising the event directly. Removed old ThreadLocal fallback class. It's safe to use thread_local now since it's supported on all minimum versions of compilers we support. | |||
2020-03-17 | Merge pull request #37111 from RandomShaper/imvu/unexpose_include_drive | Rémi Verschelde | |
Remove meaningless parameter from bindings | |||
2020-03-17 | Remove meaningless parameter from bindings | Pedro J. Estébanez | |
2020-03-17 | Merge pull request #37106 from akien-mga/clang-format-cpp11 | Rémi Verschelde | |
Style: Set clang-format Standard to Cpp11 | |||
2020-03-17 | Merge pull request #37104 from alvaroHernandez/fix-joypad-button-editor | Rémi Verschelde | |
Prevent joypad button input dropdown going out of dialog | |||
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | |
For us, it practically only changes the fact that `A<A<int>>` is now used instead of the C++03 compatible `A<A<int> >`. Note: clang-format 10+ changed the `Standard` arguments to fully specified `c++11`, `c++14`, etc. versions, but we can't use `c++17` now if we want to preserve compatibility with clang-format 8 and 9. `Cpp11` is still supported as deprecated alias for `Latest`. | |||
2020-03-17 | Merge pull request #37025 from nekomatata/lineedit-text-entered-android | Rémi Verschelde | |
Fix text_entered signal when max_length is used in LineEdit on Android | |||
2020-03-16 | prevent joypad button input dropdown going out of dialog | alvaroHernandez | |
2020-03-16 | Merge pull request #37101 from simpuid/p_validate_certs | Fabio Alessandrelli | |
Fix PacketPeerMbedDTLS p_validate_certs default. | |||
2020-03-17 | Changed default for p_validate_certs to true. | simpuid | |
Fixes #37084 | |||
2020-03-16 | Merge pull request #36896 from kuruk-mm/doc_return_variant_2 | Rémi Verschelde | |
Doctool and core: Fix return type in docs for some Variant methods... | |||
2020-03-16 | Merge pull request #37097 from Calinou/tweak-invalid-unicode-error-message | Rémi Verschelde | |
Tweak the invalid Unicode error message to be more descriptive | |||
2020-03-16 | Merge pull request #36491 from AndreaCatania/edit_node_anim_state_mac | Rémi Verschelde | |
Added new method to edit an already added node to anim state machine | |||
2020-03-16 | Tweak the invalid Unicode error message to be more descriptive | Hugo Locurcio | |
This closes #28503. | |||
2020-03-16 | Added new method to replace an already added node to the animation state machine | Andrea Catania | |
2020-03-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 0e36b11f9d05bacd5036acc48bf654cbcd5b7628) | |||
2020-03-16 | Merge pull request #36184 from volzhs/plugins-checkbox | Rémi Verschelde | |
Use checkbox for plugin status instead of option list | |||
2020-03-14 | Merge pull request #36970 from JFonS/fix_viewports_update | Rémi Verschelde | |
Update all editor viewports after settings changes | |||
2020-03-14 | Update all editor viewports after settings changes | JFonS | |
2020-03-14 | Merge pull request #36865 from van800/sol-conf2 | Ignacio Roldán Etcheverry | |
Rename solution configurations (Debug and Release) and put Tools first | |||
2020-03-14 | C#: Replace uses of old Configuration and update old csprojs | Ignacio Etcheverry | |
2020-03-14 | Merge pull request #37046 from Ev1lbl0w/fork/bugfix | Rémi Verschelde | |
Fix divison by zero issue in audio | |||
2020-03-14 | Fix divison by zero issue | Ev1lbl0w | |
2020-03-14 | Merge pull request #37040 from Chaosus/shader_out | Yuri Roubinsky | |
Enables passing out built-in parameter from parent function in shaders | |||
2020-03-14 | Enables passing out built-in parameter from parent function in shaders | Yuri Roubinsky | |
2020-03-13 | doc: Sync classref with current source | Rémi Verschelde | |
2020-03-13 | Fix text_entered signal when max_length is used in LineEdit on Android | PouleyKetchoupp | |
Fixes #35954 | |||
2020-03-13 | Merge pull request #36773 from KoBeWi/thats_a_lotta_docs | Rémi Verschelde | |
Add LOTS of missing docs | |||
2020-03-13 | Add LOTS of missing docs | Tomasz Chabora | |
2020-03-13 | Merge pull request #37023 from RandomShaper/fix_resource_preview_mutex | Rémi Verschelde | |
Fix bad uses of mutex causing deadlocks | |||
2020-03-13 | Fix bad uses of mutex causing deadlocks | Pedro J. Estébanez | |
2020-03-13 | Merge pull request #36599 from AndreaCatania/gen_rpc_data_export | Rémi Verschelde | |
Generates the rpc and rset info for exported GDScript. | |||
2020-03-13 | Merge pull request #36723 from AndreaCatania/fix-rset | Rémi Verschelde | |
Fixed rset method for gdscript and visual script | |||
2020-03-12 | Merge pull request #36518 from Janglee123/no-underlined-keywords | Rémi Verschelde | |
Removed underlining of not clickable symbols | |||
2020-03-12 | Merge pull request #37006 from Calinou/doc-improve-input-accumulation | Rémi Verschelde | |
Improve the `Input.set_use_accumulated_input()` documentation | |||
2020-03-12 | Merge pull request #36994 from akien-mga/typedefs-cleanup | Rémi Verschelde | |
typedefs: Cleanup unused macros and unnecessary checks | |||
2020-03-12 | Improve the `Input.set_use_accumulated_input()` documentation | Hugo Locurcio | |
2020-03-12 | Merge pull request #36961 from JFonS/fix_mesh_selection | Rémi Verschelde | |
Return correct mesh format for PrimitiveMesh | |||
2020-03-12 | Merge pull request #36963 from JFonS/fix_rotation_gizmo_update | Rémi Verschelde | |
Fix rotation gizmo for empty Spatials | |||
2020-03-12 | Merge pull request #36987 from luzpaz/typos | Rémi Verschelde | |
Fix various typos | |||
2020-03-11 | typedefs: Cleanup unused macros and unnecessary checks | Rémi Verschelde | |
We now require a compiler with C++17 support, so we don't need to check for features added to GCC 5 or Clang 3.2. Clang builtin availability checks were unused anyway as Clang defines `__GNUC__` as it's also a GNU C implementation. Fixes #36986. | |||
2020-03-11 | Fix various typos | luz.paz | |
Found via `codespell` | |||
2020-03-11 | Merge pull request #36983 from Faless/js/threads_and_more | Rémi Verschelde | |
[HTML5] Refactor JS, threads support, closures. | |||
2020-03-11 | reorder solution configurations + migration | Ivan Shakhov | |
2020-03-11 | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli | |
- Refactored the Engine code, splitted across files. - Use MODULARIZE option to build emscripten code into it's own closure. - Enable lto support (saves ~2MiB in release). - Enable optional closure compiler pass for JS and generated code. - Enable optional pthreads support. - Can now build with tools=yes (not much to see yet). - Dropped some deprecated code for older toolchains. | |||
2020-03-11 | Fix basis_universal to not include tool main file. | Fabio Alessandrelli | |
Avoid build error due to duplicate `main` symbol definition. | |||
2020-03-11 | Merge pull request #36977 from lupoDharkael/decompose-copy | Rémi Verschelde | |
Mesh::convex_decompose: Remove unneeded vector copy |