Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-24 | Merge pull request #73853 from Calinou/doc-max-clustered-elements | Rémi Verschelde | |
Document the Max Clustered Elements project setting | |||
2023-02-24 | Merge pull request #73856 from timothyqiu/classref-fixes | Rémi Verschelde | |
More class reference fixes | |||
2023-02-24 | More class reference fixes | Haoyu Qiu | |
Mostly typos. Also renamed the remaining "Vulkan Clustered" to "Forward+". | |||
2023-02-24 | Document the Max Clustered Elements project setting | Hugo Locurcio | |
2023-02-23 | Fix ShapeCast3D add and remove exception functions | smix8 | |
Fixes that ShapeCast3D would accept any parameter object and silently return when it was not a CollisionObject3D. | |||
2023-02-22 | Add some missing EditorFileDialog methods and properties. | bruvzg | |
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 #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-21 | update outdated references and examples | Hana | |
2023-02-21 | Fix incorrect Time documentation in get_datetime_dict_from_unix_time | Aaron Franke | |
2023-02-20 | Clarify rotation degrees | kobewi | |
2023-02-20 | [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid ↵ | bruvzg | |
conflicts with special character input. | |||
2023-02-20 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2023-02-20 | Merge pull request #73610 from timothyqiu/classref-typos | Rémi Verschelde | |
Various classref typo fixes | |||
2023-02-20 | Merge pull request #73408 from nightblade9/patch-1 | Rémi Verschelde | |
Elaborate text-to-speech requirements on Linux | |||
2023-02-20 | Various classref typo fixes | Haoyu Qiu | |
2023-02-19 | Elaborate on text-to-speech requirements on Linux | nightblade9 | |
2023-02-19 | Clarify return value for InputEvent.is_echo() | nobbele | |
2023-02-18 | Merge pull request #73535 from clayjohn/docs-keep-scale | Yuri Sizov | |
2023-02-17 | Correct docs for keep_scale in BaseMaterial3D | clayjohn | |
2023-02-17 | Remove deprecated methods from Bone2D | Yuri Sizov | |
- also add them to the project convertor | |||
2023-02-17 | Merge pull request #73507 from YuriSizov/docs-are-neat | Yuri Sizov | |
Remove extra spaces and correct crosslinks in some documentation | |||
2023-02-17 | Remove extra spaces and correct crosslinks in some documentation | Yuri Sizov | |
2023-02-17 | Improve BoxMesh documentation about UV scaling for vertex shader | randompast | |
Added comment that translates the UV scaling from the standard shader properties to how that's being done in the godot vertex shader. | |||
2023-02-17 | Merge pull request #66121 from Zylann/plugin_handles_edit_object_argument | Rémi Verschelde | |
Change `_can_handle` and `_edit` virtual methods to take `Object*` | |||
2023-02-17 | Merge pull request #73456 from Calinou/doc-popupmenu-displayserver-accelerators | Yuri Sizov | |
Improve documentation on PopupMenu and DisplayServer accelerators | |||
2023-02-17 | Change `_can_handle` and `_edit` virtual methods to take `Object*` | Marc Gilleron | |
2023-02-17 | Remove unexposed ProxyTexture, mark AnimatedTexture as deprecated | Rémi Verschelde | |
According to reduz: > [AnimatedTexture] should be removed together with ProxyTexture, its just > not efficient at all in Vulkan and causes invalidation of all descriptor > sets depending on it > it was needed mostly for animated tilemaps, but nowadays there is not a lot > of reason for it Marking AnimatedTexture as deprecated accordingly, until we reach consensus for removing it completely. | |||
2023-02-17 | Merge pull request #73428 from smix8/navigation_tweak_agent3d_4.x | Rémi Verschelde | |
Tweak NavigationAgent3D defaults | |||
2023-02-17 | Merge pull request #73195 from timothyqiu/weblate-comments | Rémi Verschelde | |
Improvements and fixes based on Weblate comments | |||
2023-02-16 | Fix AnimatedTexture inconsistency when setting frame | Tecelli Akıntuğ | |
2023-02-16 | Merge pull request #56490 from Calinou/light-3d-high-attenuation-warning | Yuri Sizov | |
Document caveats of high attenuation in OmniLight3D and SpotLight3D | |||
2023-02-16 | Improve documentation on PopupMenu and DisplayServer accelerators | Hugo Locurcio | |
The name "accelerator" is actually misleading (at least in PopupMenu), as these are really keyboard shortcuts and not a key you press after pressing Alt (with the corresponding letter in the option's name being underlined after pressing Alt). | |||
2023-02-16 | Merge pull request #73435 from bruvzg/file_close | Rémi Verschelde | |
Restore FileAccess.close method. | |||
2023-02-16 | Merge pull request #73437 from bruvzg/docs_ignore_import_v | Rémi Verschelde | |
Exclude platform dependent `rendering/textures/vram_compression/import_*` default values from documentation. | |||
2023-02-16 | Merge pull request #73396 from KoBeWi/sorry | Rémi Verschelde | |
Fix crash with AspectRatioContainer and TextureRect | |||
2023-02-16 | Merge pull request #73250 from smix8/fix_navigation_debug_script_toggle_4.x | Rémi Verschelde | |
Fix navigation debug not toggleable in scripts | |||
2023-02-16 | Exclude platform dependent `rendering/textures/vram_compression/import_*` ↵ | bruvzg | |
default values from documentation. | |||
2023-02-16 | Fix crash with AspectRatioContainer and TextureRect | kobewi | |
2023-02-16 | Restore FileAccess.close method. | bruvzg | |
2023-02-16 | Tweak NavigationAgent3D defaults | smix8 | |
Tweaks default values for NavigationAgent3D to work better out of the box within a new 3D project. | |||
2023-02-16 | Fix navigation debug not toggleable in scripts | smix8 | |
Fixes that navigation debug was not toggleable in script while even the docs mentioned it. | |||
2023-02-16 | Merge pull request #73229 from smix8/navlink_global_positions_4.x | Rémi Verschelde | |
Add NavigationLink helper functions for global positions | |||
2023-02-16 | Merge pull request #73409 from voidedWarranties/scriptextension_add_bind | Rémi Verschelde | |
Add missing virtual bind for `ScriptExtension::_get_global_name` | |||
2023-02-16 | Merge pull request #73412 from timothyqiu/doc-fixes | Rémi Verschelde | |
Fix a few typos in the class reference | |||
2023-02-16 | Merge pull request #69201 from tbveralrud/ios-touch-leak-fix-master | Rémi Verschelde | |
iOS: Fix memory leak on touch input | |||
2023-02-16 | Fix a few typos in the class reference | Haoyu Qiu | |
2023-02-15 | Add missing virtual bind for `ScriptExtension::_get_global_name` | voidedWarranties | |