Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-06 | Merge pull request #72741 from KoBeWi/connect!_but_where | Rémi Verschelde | |
Improve Connect Dialog navigation | |||
2023-02-06 | Improve Connect Dialog navigation | kobewi | |
2023-02-06 | Merge pull request #71677 from Sauermann/fix-emulate-touch-passthrough | Rémi Verschelde | |
Fix MOUSE_FILTER_STOP not affecting emulated mouse events | |||
2023-02-06 | Merge pull request #72770 from Kabiirk/Control-has-point-doc-update | Rémi Verschelde | |
Fix description and argument name in `Control._has_point` | |||
2023-02-06 | Merge pull request #72552 from m4gr3d/cleanup_custom_build_main | Rémi Verschelde | |
Rename Godot's 'custom build' to 'gradle build' to better reflect the underlying build process | |||
2023-02-06 | Merge pull request #72805 from TokageItLab/fix-ap | Rémi Verschelde | |
Fix AnimationTrackEditor doesn't open when selecting AnimationPlayer node while another Editor is open | |||
2023-02-06 | Merge pull request #69185 from Sauermann/fix-optionpopup-screentransform | Rémi Verschelde | |
Fix Screen-Transform missing in Button Size in OptionButton::show_popup | |||
2023-02-06 | Merge pull request #72810 from clayjohn/cull_mask | Rémi Verschelde | |
Implement cull_mask for decals and lights in mobile and compatibility backends | |||
2023-02-06 | Merge pull request #72806 from m4gr3d/add_vulkan_filter_when_necessary | Rémi Verschelde | |
Improve logic to detect whether vulkan is used for rendering | |||
2023-02-06 | Merge pull request #72786 from timothyqiu/no-libc | Rémi Verschelde | |
Remove unnecessary `stdio.h` from gdextension interface | |||
2023-02-06 | Merge pull request #72802 from RedMser/blender-rpc-error-handling | Rémi Verschelde | |
Better error handling for Blender RPC import | |||
2023-02-06 | Fix MOUSE_FILTER_STOP not affecting emulated mouse events | Markus Sauermann | |
Touch and Drag events are now stopped by MOUSE_FILTER_STOP | |||
2023-02-07 | Fix description and argument name in Control._has_point | Kabiir | |
2023-02-06 | Merge pull request #72546 from vonagam/fix-typed-array-can-reference | Yuri Sizov | |
GDScript: Fix can_reference check for typed arrays | |||
2023-02-06 | Merge pull request #72677 from dalexeev/gds-await-infer-type | Yuri Sizov | |
GDScript: Fix `await` type inference | |||
2023-02-06 | Merge pull request #72727 from TokageItLab/fix-audio-retrieve | Yuri Sizov | |
Fixed animation audio to play considering time when seeking | |||
2023-02-06 | Implement cull_mask for decals and lights in mobile and compatibility backends | clayjohn | |
2023-02-06 | Merge pull request #72804 from vnen/gdscript-no-onready-without-node | Yuri Sizov | |
GDScript: Fix inheritance check of @onready for inner classes | |||
2023-02-06 | GDScript: Fix `await` type inference | Danil Alexeev | |
2023-02-06 | Merge pull request #70002 from poohcom1/fix/static-subscript-autocomplete | Yuri Sizov | |
Fix code-completion suggesting non-static members for custom classes | |||
2023-02-06 | Merge pull request #72708 from KoBeWi/PackedMultilineStringArray | Yuri Sizov | |
Fix @export_multiline for PackedStringArray | |||
2023-02-06 | GDScript: Fix can_reference check for typed arrays | Dmitrii Maganov | |
2023-02-06 | Fix Screen-Transform missing in Button Size in OptionButton::show_popup | Markus Sauermann | |
The button size is affected by the screen transform, which was previously not taken into consideration. | |||
2023-02-06 | Merge pull request #72801 from akien-mga/ci-linux-custom-repos-swiftshader | Yuri Sizov | |
CI: Remove custom Linux deps and SwiftShader | |||
2023-02-06 | Improve logic to detect whether vulkan is used for rendering | Fredia Huya-Kouadio | |
2023-02-07 | Fix AnimationTrackEditor doesn't open when selecting AnimationPlayer | Silc Renew | |
2023-02-06 | Merge pull request #71523 from YeldhamDev/dserver_doc_recoms | Yuri Sizov | |
Make `DisplayServer` docs tell users to change some window values in the `Window` node | |||
2023-02-06 | GDScript: Fix inheritance check of @onready for inner classes | George Marques | |
2023-02-06 | Better error handling for Blender RPC import | RedMser | |
- If RPC import fails, then try a direct import as well. While it's slower, it may be better than failing the import completely. - Connection errors will disable RPC automatically, to avoid having to wait the full 30 seconds timeout each time. This should be properly fixed by allowing to override the timeout per HTTPClient. | |||
2023-02-06 | CI: Remove custom Linux deps and SwiftShader | Rémi Verschelde | |
The default environment already includes everything we need to build all our configurations. Remove custom SwiftShader setup as lavapipe should now be good enough, but we need to install the latest one. | |||
2023-02-06 | GDScript: Fix recently merged test not ignoring warnings | Rémi Verschelde | |
2023-02-06 | Merge pull request #72330 from MinusKube/unreachable_code_bug | Rémi Verschelde | |
Fix unreachable code warning for elif block | |||
2023-02-06 | Merge pull request #72791 from CorentinBrule/patch-1 | Rémi Verschelde | |
Complete FontFile ref and update example | |||
2023-02-06 | Merge pull request #72628 from lyuma/gltf-reimport-appending | Rémi Verschelde | |
Use reimport_append api for importing embedded gltf images | |||
2023-02-06 | Merge pull request #72796 from KoBeWi/toggle_game_over_plugin | Rémi Verschelde | |
More fixes to over plugin handling | |||
2023-02-06 | Merge pull request #72703 from lyuma/stringname_constructor_mistake | Rémi Verschelde | |
StringName: fix returning dangling data from char constructor. | |||
2023-02-06 | Merge pull request #72512 from vonagam/fix-ternary-type-source | Yuri Sizov | |
GDScript: Fix type certainty for result of ternary operator | |||
2023-02-06 | Complete FontFile ref and update example | CorentinBrulé | |
I complete the ref items according to [TextServer ref](https://docs.godotengine.org/en/latest/classes/class_textserver.html) and update example with new properties path | |||
2023-02-06 | StringName: fix returning dangling data from char constructor. | Lyuma | |
Fixes a copy paste mistake in the `StringName(const char *,bool)` constructor, to match the same form as the other two constrcutors. This fixes a case where this constructor can return a dangling pointer and cause use-after-free. | |||
2023-02-06 | Use reimport_append api for importing embedded gltf images | Lyuma | |
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | |||
2023-02-06 | Merge pull request #72794 from vnen/gdscript-no-onready-without-node | Rémi Verschelde | |
GDScript: Don't allow @onready without inheriting Node | |||
2023-02-06 | Merge pull request #72774 from bruvzg/spoof_load | Rémi Verschelde | |
[TextServer] Preload USpoofChecker to speed up GDScript parsing. | |||
2023-02-06 | Merge pull request #72780 from m4gr3d/add_vulkan_filter_when_necessary | Rémi Verschelde | |
Improve vulkan capability detection on Android | |||
2023-02-06 | Merge pull request #72455 from reduz/allow-reimport-appending | Rémi Verschelde | |
Support reimport appending | |||
2023-02-06 | Merge pull request #72276 from dalexeev/gds-rpc-annot | Rémi Verschelde | |
GDScript: Better handling of `@rpc` annotation and autocompletion | |||
2023-02-06 | Merge pull request #72709 from RedworkDE/net-basedirectory-whoops | Rémi Verschelde | |
C#: Fix AppContext.BaseDirectory | |||
2023-02-06 | Merge pull request #68492 from Sauermann/fix-picking-sort | Rémi Verschelde | |
Fix propagation order for 2D physics picking events | |||
2023-02-06 | Merge pull request #72663 from akien-mga/project-converter-fix-no-regex-build | Rémi Verschelde | |
Fix no-regex build for ProjectConverter3to4 | |||
2023-02-06 | More fixes to over plugin handling | kobewi | |
2023-02-06 | GDScript: Don't allow @onready without inheriting Node | George Marques | |