Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-06 | Implement cull_mask for decals and lights in mobile and compatibility backends | clayjohn | |
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 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 | |
2023-02-06 | Merge pull request #72204 from MinusKube/anchorable_rect_editor_bug | Yuri Sizov | |
Fix get_parent_anchorable_rect() not returning the correct size in some cases | |||
2023-02-06 | Merge pull request #72782 from TokageItLab/fix-rot-sc | Yuri Sizov | |
Fix rotation key edit is labeled scale in AnimationMultiTrackKeyEdit | |||
2023-02-06 | Merge pull request #72783 from TokageItLab/fix-sprite-ghost | Yuri Sizov | |
Fix ghost SpriteFramesEditor cause crash | |||
2023-02-06 | Merge pull request #72785 from bruvzg/x11_ime_sw_focus | Yuri Sizov | |
[X11] Fix IME window focus events. | |||
2023-02-06 | Merge pull request #72743 from pkdawson/fix-get-rid-recursion | Yuri Sizov | |
2023-02-06 | [X11] Fix IME window focus events. | bruvzg | |
2023-02-06 | Fix ghost SpriteFramesEditor cause crash | Silc Renew | |
2023-02-06 | Fix rotation key edit is labeled scale in AnimationMultiTrackKeyEdit | Silc Renew | |
2023-02-05 | Improve vulkan capability detection on Android | Fredia Huya-Kouadio | |
- Add runtime check and abort when the device doesn't meet the requirements for vulkan support - Add filters to the AndroidManifest when exporting with a vulkan renderer | |||
2023-02-05 | [TextServer] Preload USpoofChecker to speed up GDScript parsing. | bruvzg | |
2023-02-05 | GDScript: Better handling of `@rpc` annotation and autocompletion | Danil Alexeev | |
2023-02-05 | Merge pull request #72608 from vnen/gdscript-warning-default-error | Yuri Sizov | |
GDScript: Add warnings that are set to error by default (take 2) | |||
2023-02-05 | Merge pull request #71665 from bitsawer/expose_global_classes | Yuri Sizov | |
Expose and document ProjectSettings.get_global_class_list() | |||
2023-02-05 | Avoid returning self from `_get_base_font_or_default()` | Patrick Dawson | |
2023-02-04 | Fix propagation order for 2D physics picking events | Markus Sauermann | |
This patch adds a viewport-configuration-option for sorting physics-picking events by the Z-Index and the scene tree position of the collision objects. | |||
2023-02-04 | Expose and document ProjectSettings.get_global_class_list() | bitsawer | |
2023-02-04 | Merge pull request #72721 from raulsntos/dotnet/variant-docs | Yuri Sizov | |
Update Variant documentation for C# | |||
2023-02-04 | Update Variant documentation for C# | Raul Santos | |
2023-02-04 | Merge pull request #72695 from clayjohn/CanvasGroup-shading | Yuri Sizov | |
Avoid shading CanvasGroup nodes twice | |||
2023-02-04 | Merge pull request #72656 from Calinou/doc-decal-visibility-aabb | Yuri Sizov | |
Document visibility AABB caveats with decals, reflection probes and lights | |||
2023-02-04 | Merge pull request #71860 from GeroVeni/master | Yuri Sizov | |
Improve docs for rpc annotations | |||
2023-02-04 | C#: Fix AppContext.BaseDirectory | RedworkDE | |
2023-02-04 | Improve docs for rpc annotations | GeroVeni | |
2023-02-04 | Document visibility AABB caveats with decals, reflection probes and lights | Hugo Locurcio | |
This is required in rendering methods that don't use clustering to check which meshes should be affected by decals, reflection probes and lights. | |||
2023-02-03 | Avoid shading CanvasGroup nodes twice | clayjohn | |
2023-02-04 | Merge pull request #72684 from clayjohn/mm-update | Rémi Verschelde | |
Fix MultiMesh visible_instance_count being ignored after the first frame | |||
2023-02-04 | Merge pull request #72690 from Calinou/opengl-trim-gpu-name | Rémi Verschelde | |
Trim "/PCIe/SSE2" from GPU names when starting the OpenGL renderer | |||
2023-02-04 | Merge pull request #72681 from clayjohn/GL-multimesh-color | Rémi Verschelde | |
Ignore instance color and instance custom_data when not used in the OpenGL renderer |