Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-20 | fbx: Set base_dir correctly in append_from_scene | Lyuma | |
2023-02-20 | Merge pull request #73628 from lawnjelly/bvh_mutex_fix | Rémi Verschelde | |
BVH - fix lockguards for multithread mode | |||
2023-02-20 | BVH - fix lockguards for multithread mode | lawnjelly | |
Due to a lack of variable name, the BVH lock guards lifetimes previously did not cover the whole function call. This is fixed, and the warning message for contention is removed as multithread mode seems to be desired in production in 4.x. | |||
2023-02-20 | Merge pull request #73626 from Faless/mp/4.x_synced_signal | Rémi Verschelde | |
[MP] Add a "synchronized" signal to MultiplayerSynchronized. | |||
2023-02-20 | Merge pull request #73621 from ChibiDenDen/patch-1 | Rémi Verschelde | |
Fix bufSize parameter for glGetSynciv | |||
2023-02-20 | Merge pull request #73592 from pattlebass/conversion-popup-cutoff | Rémi Verschelde | |
Increase minsize for some Project Conversion dialogs | |||
2023-02-20 | Merge pull request #73590 from vnen/gdscript-global-scope-enums | Rémi Verschelde | |
Make global scope enums accessible as types in GDScript | |||
2023-02-20 | Merge pull request #73544 from mashumafi/fix-func-arg-null | Rémi Verschelde | |
Fix: Func with typed args error when arg is null | |||
2023-02-20 | Merge pull request #73489 from vonagam/type-check-node | Rémi Verschelde | |
GDScript: Rework type check | |||
2023-02-20 | Merge pull request #73291 from vonagam/fix-unsafe-weak-binop | Rémi Verschelde | |
GDScript: Fix missing unsafety mark for binary op with weak variables | |||
2023-02-20 | Merge pull request #73237 from ↵ | Rémi Verschelde | |
KoBeWi/did_you_know_that_the_maximum_branch_name_length_is_250_bytes❔_this_means_that_this_branch's_diff_could_probably_fit_into_its_name,_because_it's_so_ridiculously_small._Why_are_you_reading_this_btw❔ Fix corrupt undo after making sub-resources unique | |||
2023-02-20 | Merge pull request #72917 from rburing/fix_trimesh_ccd | Rémi Verschelde | |
Fix CCD in case of multiple supports in motion direction | |||
2023-02-20 | Merge pull request #71824 from PrecisionRender/fix-softbody-crash | Rémi Verschelde | |
Fix crash when reparenting `SoftBody3D` with pinned points | |||
2023-02-20 | Increase minsize for some Project Conversion dialogs | pattlebass | |
This is more of a workaround than a fix. The underlying issue is that `ConfirmationDialog` doesn't always update its size if you change its text. (or it updates it AFTER it had already popped up). `wrap_controls` doesn't help here. | |||
2023-02-20 | [MP] Add a "synchronized" signal to MultiplayerSynchronized. | Fabio Alessandrelli | |
Emitted upon receiving a valid sync packet after setting the variables state. | |||
2023-02-20 | Fix crash when reparenting SoftBody3D with pinned points | PrecisionRender | |
2023-02-20 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2023-02-20 | Merge pull request #73616 from voidedWarranties/resourcecache_thread_safe | Rémi Verschelde | |
Make `ResourceCache::get_cached_resources` thread-safe | |||
2023-02-20 | Merge pull request #73604 from ↵ | Rémi Verschelde | |
KoBeWi/make_read_only_only_if_not_already_read_only_and_make_not_read_only_only_when_is_read_only Apply inspector read_only only when changed | |||
2023-02-20 | Merge pull request #73610 from timothyqiu/classref-typos | Rémi Verschelde | |
Various classref typo fixes | |||
2023-02-20 | Merge pull request #73608 from YeldhamDev/that_was_stupid | Rémi Verschelde | |
Revert `Input.get_vector()` back to checking raw strength | |||
2023-02-20 | Merge pull request #73408 from nightblade9/patch-1 | Rémi Verschelde | |
Elaborate text-to-speech requirements on Linux | |||
2023-02-20 | Merge pull request #73597 from ↵ | Rémi Verschelde | |
MewPurPur/add-missing-queue-redraw--oh-wait-that-barely-narrows-it-down Fix Indent/Unindent without a selection not causing a redraw | |||
2023-02-20 | Merge pull request #73593 from KoBeWi/hard-boiled_code | Rémi Verschelde | |
Remove path hard-coding in editor_build_profile | |||
2023-02-20 | Fix bufSize parameter for glGetSynciv | ChibiDenDen | |
According to the docs: https://registry.khronos.org/OpenGL-Refpages/es3.0/html/glGetSynciv.xhtml Bufsize is in integers, not bytes. The current code overflows data unto other stack variables. | |||
2023-02-20 | Make `ResourceCache::get_cached_resources` thread-safe | voidedWarranties | |
2023-02-20 | Apply inspector read_only only when changed | kobewi | |
2023-02-20 | Various classref typo fixes | Haoyu Qiu | |
2023-02-19 | Fix: Func with typed args error when arg is null | mashumafi | |
2023-02-19 | Revert `Input.get_vector()` back to checking raw strength | Michael Alexsander | |
2023-02-19 | Elaborate on text-to-speech requirements on Linux | nightblade9 | |
2023-02-19 | Fix Indent/Unindent without a selection not causing a redraw | VolTer | |
2023-02-19 | Remove path hard-coding in editor_build_profile | kobewi | |
2023-02-19 | Merge pull request #73584 from RedworkDE/net-vscode-line | Yuri Sizov | |
C#: Fix line position when opening file in VSCode | |||
2023-02-19 | Make global scope enums accessible as types in GDScript | George Marques | |
Add functions to CoreConstant so enums can be properly deduced. Also add the enums in release builds to make consistent with ClassDB enums and avoid differences in script compilation between debug and release. | |||
2023-02-19 | Merge pull request #73547 from nobbele/patch-1 | Yuri Sizov | |
Clarify return value for InputEvent.is_echo() | |||
2023-02-19 | Merge pull request #73585 from YuriSizov/particles-remove-damping-limit | Yuri Sizov | |
Remove visual limit for damping in CPUParticles | |||
2023-02-19 | Merge pull request #73586 from Paulb23/fix-backspace-crash | Yuri Sizov | |
Fix ctrl+backspace crash with multicarets on the same line | |||
2023-02-19 | Fix ctrl+backspace crash with multicarets on the same line | Paulb23 | |
2023-02-19 | Remove visual limit for damping in CPUParticles | Albin | |
Issue #56324 notes that you may can't set the damping property of CPUParticles2D to anything more that 100 in the editor inspector while you may set it to anything in code, this is considered a bug and changed in this commit | |||
2023-02-19 | C#: Fix line position when opening file in VSCode | RedworkDE | |
2023-02-19 | Merge pull request #73560 from Calinou/projectsettings-mark-as-basic | Yuri Sizov | |
2023-02-19 | Mark Application Icon and V-Sync Mode project settings as basic | Hugo Locurcio | |
These settings are likely to be changed at some point in most projects. | |||
2023-02-19 | Merge pull request #71398 from honix/property-revert-release-focus | Rémi Verschelde | |
Fix property revert doesn't revert selected fields | |||
2023-02-19 | Merge pull request #73254 from j8r/fix-standard-gamepad-triggers | Rémi Verschelde | |
Fix Standard Gamepad Mapping triggers | |||
2023-02-19 | Merge pull request #73526 from YuriSizov/branded-project-llc | Rémi Verschelde | |
Add a custom icon for the `project.godot` file in the `EditorFileDialog` | |||
2023-02-19 | Clarify return value for InputEvent.is_echo() | nobbele | |
2023-02-18 | CI: Disable debug_symbols for Linux + all sanitizers build | Rémi Verschelde | |
We're running out of disk space so builds are failing... | |||
2023-02-18 | Merge pull request #73524 from clayjohn/GL-occluder | Rémi Verschelde | |
Avoid unnecessary binding of occlusion polygon vertex array | |||
2023-02-18 | Merge pull request #73552 from reduz/fix-direct-shader-param-assign | Rémi Verschelde | |
Fix shader parameter assign |