Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-22 | Fix X11 QUOTELEFT / SECTION physical key mapping. | bruvzg | |
2023-02-22 | Merge pull request #73708 from davicr/output_font_setting_fix | Rémi Verschelde | |
Add Output font size in Theme regeneration conditions | |||
2023-02-22 | Merge pull request #73587 from YuriSizov/rtl-the-underliner | Rémi Verschelde | |
Ensure minimal thickness for `RichTextLabel` underlines | |||
2023-02-22 | Merge pull request #73741 from dalexeev/fix-sprite-frames-convert | Rémi Verschelde | |
Fix `SpriteFrames` data loss on 3-to-4 conversion | |||
2023-02-22 | Merge pull request #73740 from bruvzg/win_codesign | Rémi Verschelde | |
[Windows Export] Pass password only when using PKCS12 file, fix executable name in the error message. | |||
2023-02-22 | Merge pull request #73733 from BastiaanOlij/fix_texture_array_in_binds | Rémi Verschelde | |
Fix issue with default textures requiring arrays when using multiview | |||
2023-02-22 | Merge pull request #73726 from KoBeWi/parenting_problems | Rémi Verschelde | |
Fix Polygon3DEditor parenting errors | |||
2023-02-22 | Merge pull request #73725 from ↵ | Rémi Verschelde | |
RevoluPowered/implement-automatic-rename-for-import-file-root-node3d Implement automatic rename for Spatial to Node3D in .import files using 3 to 4 conversion utility | |||
2023-02-22 | Merge pull request #73714 from KoBeWi/tireset | Rémi Verschelde | |
Fix reset_state() in TileSet | |||
2023-02-22 | Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_main | Rémi Verschelde | |
Enable granular control of touchscreen related settings | |||
2023-02-22 | Fix `SpriteFrames` data loss on 3-to-4 conversion | Danil Alexeev | |
2023-02-22 | Enable granular control of touchscreen related settings | Fredia Huya-Kouadio | |
2023-02-22 | [Windows Export] Pass password only when using PKCS12 file, fix executable ↵ | bruvzg | |
name in the error message. | |||
2023-02-22 | Fix issue with default textures requiring arrays when using multiview | Bastiaan Olij | |
2023-02-22 | Fix Polygon3DEditor parenting errors | kobewi | |
2023-02-22 | Implement automatic rename for project | Gordon MacPherson | |
- Import must rename nodes/root_type="Spatial" to "Node3D": - Resolves ownership issues with calling: scene->replace_by(base_node); when the original root type was Spatial. | |||
2023-02-21 | Merge pull request #72817 from m4gr3d/include_htc_xr_category_metadata | Rémi Verschelde | |
Add HTC Vive focus XR manifest metadata | |||
2023-02-21 | Merge pull request #73709 from vonagam/fix-error-message-unfound-type | Rémi Verschelde | |
GDScript: Fix error message for unfound type | |||
2023-02-21 | Merge pull request #73705 from anvilfolk/doublewoopsie | Rémi Verschelde | |
Added check for null objects in gdscript typed assign. | |||
2023-02-21 | Merge pull request #73704 from KoBeWi/script_origami | Rémi Verschelde | |
Fix line folding with multiple carets | |||
2023-02-21 | Merge pull request #73689 from vnen/gdscript-fix-inheritance-native-class | Rémi Verschelde | |
GDScript: Fix setting native type with script inheritance | |||
2023-02-21 | Merge pull request #73684 from bitsawer/fix_fileaccess_last_open_error | Rémi Verschelde | |
Fix FileAccess.get_open_error() flag update | |||
2023-02-21 | Fix reset_state() in TileSet | kobewi | |
2023-02-21 | GDScript: Fix error message for unfound type | Dmitrii Maganov | |
2023-02-21 | Add Output font size in Theme regeneration conditions | Davi | |
2023-02-21 | Added check for null objects in gdscript typed assign. | ocean (they/them) | |
2023-02-21 | Fix line folding with multiple carets | kobewi | |
2023-02-21 | Merge pull request #73693 from vnen/gdscript-fix-script-signature-check | Rémi Verschelde | |
GDScript: Fix override signature check of script inheritance | |||
2023-02-21 | Merge pull request #73680 from vnen/gdscript-div-by-zero-crash-fix | Rémi Verschelde | |
GDScript: Avoid validated division operation to test for zero | |||
2023-02-21 | Merge pull request #73679 from vnen/gdscript-autoload-ref-crash-fix | Rémi Verschelde | |
GDScript: Fix crash when autoload script can't be found | |||
2023-02-21 | Merge pull request #73699 from Piralein/classref-🧹 | Rémi Verschelde | |
update outdated classref references and examples | |||
2023-02-21 | Merge pull request #73698 from clayjohn/SS-bias | Rémi Verschelde | |
Increase SSAO and SSIL bias to account for variance in mipmap generation | |||
2023-02-21 | Merge pull request #73622 from ChibiDenDen/patch-2 | Rémi Verschelde | |
Fix use-after-free for VkAttachmentReference | |||
2023-02-21 | Merge pull request #73478 from NewDefectus/master | Rémi Verschelde | |
Use the original canvas to calculate light positioning | |||
2023-02-21 | Merge pull request #72300 from Chaosus/shader_forbid_pass_mv_textures | Rémi Verschelde | |
Forbid passing multiview sampler to the custom function in shaders | |||
2023-02-21 | update outdated references and examples | Hana | |
2023-02-21 | Increase SSAO and SSIL bias to account for variance in mipmap generation | clayjohn | |
2023-02-21 | GDScript: Fix override signature check of script inheritance | George Marques | |
Avoid treating the super class as a meta type for signature check, since it is looking at the instance level for that. | |||
2023-02-21 | GDScript: Fix setting native type with script inheritance | George Marques | |
Sometimes the inheritance tree is compiled out of order and the base don't have yet a native type set. This is now changed to not rely on the base script but use the native type set in the datatype, which is already resolved by the analyzer. | |||
2023-02-21 | Fix FileAccess last open error flag update | bitsawer | |
2023-02-21 | GDScript: Avoid validated division operation to test for zero | George Marques | |
The validated operations for integer division and modulo do not check for division by zero. This avoids validated operation in these cases to make sure the check is performed and avoid crashing the engine. | |||
2023-02-21 | GDScript: Fix crash when autoload script can't be found | George Marques | |
2023-02-21 | Merge pull request #73672 from aaronfranke/time-doc | Rémi Verschelde | |
Fix incorrect Time documentation in get_datetime_dict_from_unix_time | |||
2023-02-21 | Merge pull request #73671 from bruvzg/linux_tts_lock | Rémi Verschelde | |
[Linux] Process TTS callback on the main thread to avoid speech-dispatcher deadlock. | |||
2023-02-21 | Merge pull request #73649 from aaronfranke/time-to-test-int | Rémi Verschelde | |
Explicitly cast to Variant's int type in Time tests | |||
2023-02-21 | Merge pull request #73595 from KoBeWi/missingno | Rémi Verschelde | |
Fix missing directories when exporting from cmd | |||
2023-02-21 | Use the original canvas to calculate light positioning | Alon Ran | |
2023-02-21 | Fix incorrect Time documentation in get_datetime_dict_from_unix_time | Aaron Franke | |
2023-02-21 | [Linux] Process TTS callback on the main thread to avoid speech-dispatcher ↵ | bruvzg | |
deadlock. | |||
2023-02-21 | Forbid passing multiview sampler to the custom function in shaders | Yuri Rubinsky | |