Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@436c7e3d54a57189ea0ab44d05f36b7cc7ea496c | |||
2023-02-27 | Merge pull request #74040 from akien-mga/safer-renames | Rémi Verschelde | |
Cleanup 3-to-4 renames, prevent common words replacements, handle project.godot settings | |||
2023-02-27 | Merge pull request #74038 from KoBeWi/DocumentationExportPlugin | Rémi Verschelde | |
Improve documentation of EditorExportPlugin | |||
2023-02-27 | Add 3-to-4 renames for project settings in project.godot | Rémi Verschelde | |
In the ConfigFile format, the first subpath is the category and is not part of the line that the regex would match. Fixes #66125. | |||
2023-02-27 | Cleanup 3-to-4 renames, prevent common words replacements | Rémi Verschelde | |
Fixes #73505. Fixes #73996. | |||
2023-02-27 | Improve documentation of EditorExportPlugin | kobewi | |
2023-02-27 | Merge pull request #74031 from Faless/mp/4.x_fix_iface_sname | Rémi Verschelde | |
[MP] Fix orphan StringName on close. | |||
2023-02-27 | Merge pull request #74024 from sarice8/update-tween-doc | Rémi Verschelde | |
Document default values for transition type and ease type. | |||
2023-02-27 | [MP] Fix orphan StringName on close. | Fabio Alessandrelli | |
Use a static StringName for the registered default interface name. | |||
2023-02-27 | Merge pull request #74028 from voidedWarranties/scriptlanguage_unused | Rémi Verschelde | |
Remove unused `ScriptLanguage` methods | |||
2023-02-27 | Merge pull request #74029 from bruvzg/ime_textedit_complex | Rémi Verschelde | |
[TextEdit / IME] Check selection before deleting to avoid unnecessary error messages. | |||
2023-02-27 | Merge pull request #74010 from lyuma/fix_last_basis_lod | Rémi Verschelde | |
Loop over the last mipmap lod in basis universal | |||
2023-02-27 | Merge pull request #74009 from BastiaanOlij/fix_vehiclebody_steering | Rémi Verschelde | |
Steering on VehicleBody is in radians in code, degrees in UI, adjusted property tooltip to clear this up | |||
2023-02-27 | Merge pull request #74007 from aaronfranke/gltf-unused | Rémi Verschelde | |
GLTF: Delete unused `skeleton_to_node` | |||
2023-02-27 | [TextEdit / IME] Check selection before deleting to avoid unnecessary error ↵ | bruvzg | |
messages. | |||
2023-02-26 | Remove unused `ScriptLanguage` methods | voidedWarranties | |
2023-02-26 | Document default values for transition type and ease type. | Stephen Rice | |
2023-02-26 | basisu: Loop over the last mipmap lod | Lyuma | |
2023-02-27 | Steering on VehicleBody is in radians while interface is in degrees. ↵ | Bastiaan Olij | |
Improved documentation to clear this up. | |||
2023-02-26 | GLTF: Delete unused skeleton_to_node | Aaron Franke | |
2023-02-26 | Merge pull request #73959 from clayjohn/GL-mobile-warnings | Rémi Verschelde | |
Add warnings for unsupported features in mobile and gl_compatibility backends | |||
2023-02-26 | Merge pull request #73995 from samsface/update-expresion-doc | Rémi Verschelde | |
Clarify when Expression `get_error_text()` is updated | |||
2023-02-26 | Merge pull request #73990 from bruvzg/ts_dext_fix | Rémi Verschelde | |
Fix text server GDExtension build. | |||
2023-02-26 | Merge pull request #73989 from YuriSizov/docs-fix-gi-tutorial-paths | Rémi Verschelde | |
Sync tutorial paths for GI classes with online documentation changes | |||
2023-02-26 | Add warnings for unsupported features in mobile and gl_compatibility backends | clayjohn | |
2023-02-26 | Clarify when Expression `get_error_text()` is updated | Sam | |
2023-02-26 | Merge pull request #73948 from V-Sekai/mip-map-basisu | Rémi Verschelde | |
Fix basisu texture mipmaps | |||
2023-02-26 | Merge pull request #73915 from vonagam/fix-conversions-from-native-member | Rémi Verschelde | |
GDScript: Fix conversions from native members accessed by identifier | |||
2023-02-26 | Fix text server GDExtension build. | bruvzg | |
2023-02-26 | Merge pull request #73988 from RandomShaper/fix_cyclic_load_dead_lock | Rémi Verschelde | |
Fix deadlock in cyclic resource load | |||
2023-02-26 | Sync tutorial paths for GI classes with online documentation changes | Yuri Sizov | |
2023-02-26 | Fix deadlock in cyclic resource load | Pedro J. Estébanez | |
2023-02-26 | Merge pull request #73964 from vonagam/fix-coroutine-compiler-type | Rémi Verschelde | |
GDScript: Fix address type for coroutine results | |||
2023-02-26 | Merge pull request #73957 from vonagam/fix-binary-op-safety | Rémi Verschelde | |
GDScript: Fix wrong unsafety mark for binary operator | |||
2023-02-26 | Merge pull request #73899 from vnen/gdscript-init-defaults-beforehand | Rémi Verschelde | |
GDScript: Initialize all defaults beforehand in implicit constructor | |||
2023-02-26 | Merge pull request #73954 from KoBeWi/BugEx | Rémi Verschelde | |
Fix wrong OS regex in project converter | |||
2023-02-26 | Merge pull request #73975 from bitsawer/fix_preprocessor_include_check | Rémi Verschelde | |
Fix shader preprocessor include resource check | |||
2023-02-26 | Merge pull request #73971 from tlobig/master | Rémi Verschelde | |
Converter: Rename 3.x Vector2 `clamped` to `limit_length` | |||
2023-02-26 | Merge pull request #73958 from davicr/stream_change_crash | Rémi Verschelde | |
Fix crash when changing VideoStreamPlayer.Stream | |||
2023-02-26 | Merge pull request #73956 from hakro/document-sorting-offset-unit | Rémi Verschelde | |
Document VisualInstance3D offset unit | |||
2023-02-26 | Document VisualInstance3D offset unit | Hakim | |
2023-02-26 | Converter: Rename 3.x Vector2 clamped to limit_length | Thomas Lobig | |
2023-02-26 | Patch `VideoStreamPlaybackTheora::set_file` to only look for header packets ↵ | Davi | |
of one stream type | |||
2023-02-26 | Fix wrong OS regex in project converter | kobewi | |
2023-02-26 | Fix shader preprocessor include resource check | bitsawer | |
2023-02-26 | GDScript: Fix address type for coroutine results | Dmitrii Maganov | |
2023-02-26 | GDScript: Fix wrong unsafety mark for binary operator | Dmitrii Maganov | |
2023-02-25 | Fix basisu mipmaps | K. S. Ernest (iFire) Lee | |
Previously basisu was storing mip maps as an array of basisu in the internal format for Texture. The new work makes sense and it generates smaller files with one image. This pull request fixes the basisu decompression and keep the approach of 1 image. If we need to change the format in 4.x, we can still support the old format with some limitations too. Basisu from gltfpack can only output with mipmaps. The single image will not work for StreamedTexture. We should support both approaches for CompressedTexture we use one, and for StreamedTexture we use another. Additional error checking for hdr images and for nullptr. | |||
2023-02-25 | Merge pull request #73933 from vnen/gdscript-revert-group-property-ref-check | Yuri Sizov | |
Revert "GDScript: Fix groups and categories been seen as members" | |||
2023-02-25 | Revert "GDScript: Fix groups and categories been seen as members" | George Marques | |
This reverts commit 6f2a8434c675b3df2aceca4e5200aaf799eeb2bd. The commit introduces a bug where it creates spurious entries for member information. |