godot
godot copied to clipboard
Godot Engine – Multi-platform 2D and 3D game engine
It seems that we get current working directory by creating a DirAccess without path init and use get_current_dir(). It doesn't look intuitive. In fact, the DirAccess finally calls the cwd...
### Tested versions Reproducible in: - 4.3-dev1 - 4.2.1_stable_mono_win64 - 4.1.3_stable_win64 (previous version my Godot editor was before reinstalling) ### System information Godot v4.2.1.stable.mono - Windows 10.0.19045 - Vulkan (Mobile)...
Follow-up to #83888 (partially) This PR adds PropertyListHelper. It's a helper class for managing dynamic properties added with `_get_property_list()`. Initialize it with prefix, then register properties with name, default, setter...
- Closes https://github.com/godotengine/godot-proposals/issues/8083 ## Transfer detailed time information bidirectional between AnimationNodes For the sake of explanation, assume that "Output is the most upstream" and "AnimationNodeAnimation is the most downstream", and...
### Godot version 4.0Beta14 ### System information Windows10,Vulkan ### Issue description In the _ready() function of the parent node, calling the location of the sub node in the ui container...
Improve handling of generic C# types - Create CSharpScript for generic C# types. - `ScriptPathAttributeGenerator` registers the path for the generic type definition. - `ScriptManagerBridge` lookup uses the generic type...
In short, this removes the ugly aliasing hack used when relaxed casting is not available and adds the proper reinterpret-copy or copy-via-buffer approach. In other words, this PR fixes SDFGI...
During the last days of development of Godot 4.2 we were fighting a lot with deadlocks during the editor startup. One of the sources of these deadlocks was the editor...
This adds a particle y-billboard option to Standard Material.  When used with Align Y on the particles it allows you to have particles that align themselves with velocity, but...
Now that we have [indeterminate progress bars](https://github.com/godotengine/godot/pull/87318), I've implemented their use for the most obvious case: downloads. There might be other places that could use them but it'd involve changes...