summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-23import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma
Implements create_convex_shape in ImpoterMesh. Note: ImporterMeshInstance3D::get_mesh() is safe. The only dangerous function with side effects is ImpoterMesh::get_mesh()
2023-02-22Merge pull request #73715 from clayjohn/HDR-importRémi Verschelde
Use multiple threads to import HDR images
2023-02-22Merge pull request #72460 from ↵Rémi Verschelde
Calinou/project-manager-disable-incompatible-rendering-methods Disable incompatible rendering methods in the project manager
2023-02-22Merge pull request #73776 from vnen/addon-load-script-without-cacheRémi Verschelde
Load script for addons without cache
2023-02-22Revert "Fix visible_lines calculation"Rémi Verschelde
This reverts commit ceee405cec171506dde7bc62033dc52ac3797599. This caused regressions, see #73736 and #73780. Fixes #73780.
2023-02-22Remove CVTT upstream changes to packing unpacking of BC6H formatsclayjohn
This fixes the quality regression without impacting performance
2023-02-22Disable incompatible rendering methods in the project managerHugo Locurcio
The project manager can now only create projects that use a rendering method compatible with the current platform. Rendering methods that are disabled at build-time are also grayed out (only for OpenGL). While it is possible in theory to create a project using Forward+ on web (thanks to the automatic fallback), it will look different once edited on a desktop platform.
2023-02-22Load script for addons without cacheGeorge Marques
Since they are postponed sometimes due to transient script errors, it needs to try again without the cache to compile the script again instead of using the failed one.
2023-02-22Use multiple threads to import HDR imagesclayjohn
2023-02-22Merge pull request #73761 from dalexeev/doc-gds-is-instance-ofRémi Verschelde
Document `@GDScript.is_instance_of` method
2023-02-22Merge pull request #73764 from bruvzg/tts_callableRémi Verschelde
[Linux TTS] Use Callable instead of registering methods.
2023-02-22Document `@GDScript.is_instance_of` methodDanil Alexeev
2023-02-22[Linux TTS] Use Callable instead of registering methods.bruvzg
2023-02-22Merge pull request #73753 from bruvzg/ios_fix_projectRémi Verschelde
[iOS] Fix Xcode project file list.
2023-02-22Merge pull request #73750 from bruvzg/braceRémi Verschelde
[Input] Use BRACKET_ instead of BRACE_ for physical keys.
2023-02-22Merge pull request #73736 from helviett/fix_visible_lines_calculationRémi Verschelde
Fix visible_lines calculation
2023-02-22Merge pull request #73748 from bruvzg/ed_filtersRémi Verschelde
Add some missing EditorFileDialog methods and properties.
2023-02-22Merge pull request #73744 from bruvzg/mainw_init_flagsRémi Verschelde
[Windows] Take initial flags into account when creating main window.
2023-02-22[iOS] Fix Xcode project file list.bruvzg
2023-02-22[Input] Use BRACKET_ instead of BRACE_ for physical keys.bruvzg
2023-02-22Fix visible_lines calculationhelviett
2023-02-22Add some missing EditorFileDialog methods and properties.bruvzg
2023-02-22Merge pull request #73708 from davicr/output_font_setting_fixRémi Verschelde
Add Output font size in Theme regeneration conditions
2023-02-22Merge pull request #73587 from YuriSizov/rtl-the-underlinerRémi Verschelde
Ensure minimal thickness for `RichTextLabel` underlines
2023-02-22Merge pull request #73741 from dalexeev/fix-sprite-frames-convertRémi Verschelde
Fix `SpriteFrames` data loss on 3-to-4 conversion
2023-02-22Merge pull request #73740 from bruvzg/win_codesignRémi Verschelde
[Windows Export] Pass password only when using PKCS12 file, fix executable name in the error message.
2023-02-22Merge pull request #73733 from BastiaanOlij/fix_texture_array_in_bindsRémi Verschelde
Fix issue with default textures requiring arrays when using multiview
2023-02-22Merge pull request #73726 from KoBeWi/parenting_problemsRémi Verschelde
Fix Polygon3DEditor parenting errors
2023-02-22Merge 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-22Merge pull request #73714 from KoBeWi/tiresetRémi Verschelde
Fix reset_state() in TileSet
2023-02-22Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_mainRémi Verschelde
Enable granular control of touchscreen related settings
2023-02-22[Windows] Take initial flags into account when creating main window.bruvzg
2023-02-22Fix `SpriteFrames` data loss on 3-to-4 conversionDanil Alexeev
2023-02-22Enable granular control of touchscreen related settingsFredia Huya-Kouadio
2023-02-22[Windows Export] Pass password only when using PKCS12 file, fix executable ↵bruvzg
name in the error message.
2023-02-22Fix issue with default textures requiring arrays when using multiviewBastiaan Olij
2023-02-22Fix Polygon3DEditor parenting errorskobewi
2023-02-22Implement automatic rename for projectGordon 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-21Merge pull request #72817 from m4gr3d/include_htc_xr_category_metadataRémi Verschelde
Add HTC Vive focus XR manifest metadata
2023-02-21Merge pull request #73709 from vonagam/fix-error-message-unfound-typeRémi Verschelde
GDScript: Fix error message for unfound type
2023-02-21Merge pull request #73705 from anvilfolk/doublewoopsieRémi Verschelde
Added check for null objects in gdscript typed assign.
2023-02-21Merge pull request #73704 from KoBeWi/script_origamiRémi Verschelde
Fix line folding with multiple carets
2023-02-21Merge pull request #73689 from vnen/gdscript-fix-inheritance-native-classRémi Verschelde
GDScript: Fix setting native type with script inheritance
2023-02-21Merge pull request #73684 from bitsawer/fix_fileaccess_last_open_errorRémi Verschelde
Fix FileAccess.get_open_error() flag update
2023-02-21Fix reset_state() in TileSetkobewi
2023-02-21GDScript: Fix error message for unfound typeDmitrii Maganov
2023-02-21Add Output font size in Theme regeneration conditionsDavi
2023-02-21Added check for null objects in gdscript typed assign.ocean (they/them)
2023-02-21Fix line folding with multiple caretskobewi
2023-02-21Merge pull request #73693 from vnen/gdscript-fix-script-signature-checkRémi Verschelde
GDScript: Fix override signature check of script inheritance