nyxkn
nyxkn
## Issue Running `gdscriptify` with no arguments from the main folder of a standard Godot project creates this license file a directory above. E.g. if the godot project is in...
When writing library-type code it's common to end up with very long argument lines, which we might want to split. An example from a library I was just working on:...
See here for the generated documentation on my project: https://github.com/nyxkn/godot-draw3d/blob/main/docs/addons/draw3d/Draw3D.md The functions section only shows the first argument of each function. This doesn't seem very useful and looks somewhat confusing....
## Describe the bug This happens in the F-Droid build, or when building locally. When pressing "OK" in the "Send a bugreport" dialog, nothing happens. ## Why this happens From...
## Describe the bug On some occasions, seemingly randomly, the alarm fires a few minutes late. This seems to be after a delay of ~5 minutes, as shown in the...
In the "Attach Node Script" dialog, the suggested file name will now respect user choice of case, as per the scene_name_casing setting. This makes the naming behaviour consistent even when...
### Godot version master (46424488e) ### System information Godot v4.1.rc (46424488e) - Arch Linux #1 ZEN SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:07 +0000 - Vulkan (Compatibility) - AMD Radeon...
### Godot version master (3710f06929) ### System information Godot v4.1.beta (3710f0692) - Arch Linux #1 ZEN SMP PREEMPT_DYNAMIC Sat, 10 Jun 2023 00:35:19 +0000 - Vulkan (Forward+) - dedicated AMD...
The text cursor is placed further forward in the line, and does not represent the correct character column that we're working on. https://github.com/inkle/inky/assets/1187609/145d91db-3687-4cfd-aa35-f5fcc969d6d9 Happens on both latest release and master....
Hey. This PR enables us to start with a clean new frequency when calling play(), rather than letting the sound glide smoothly to the new pitch. For example: when we...