RonYanDaik
RonYanDaik
I've tried to alternate a bit algorithm with my poor understanding of it by changing function Wave::set to accept true values: ``` bool Wave::set(unsigned index, unsigned pattern, bool value) noexcept...
Having classes like State and etc can be misleading and hard to distinguish it from another classes with same name(which are common).
### Godot version 4.2 ### godot-cpp version 4.2 ### System information Win 10 ### Issue description When using TypedArray I think the one would expect that accessing entries with operator...
Tracy documentation is saying that in order to use tracy in dlls you need only one version of it running in a dll and use it in other dlls. So...
### Tested versions - 4.3 ### System information - win 10 ### Issue description When you queue free a level that has geometry, and instantiate new one, call bake_nav_mesh, the...
in editor if calling set_mesh_library on a grid that has already items it crashes. this where debugger leads:  godot version: 4.3 godot-joilt: 0.13.0 callstack: ``` ~godot-jolt_windows-x64_editor.dll!00007ffcc883bbd1() (Unknown Source:0) ~godot-jolt_windows-x64_editor.dll!00007ffcc87fdb00()...
If you mouse click and drag menu buttons you cant set highlighted all buttons.  
I'm adding chats to 'Process Old Messages' and it does not fetch old messages from channel. I have my user connected. Maybe there can be an option to procces old...
Godot tries to find Plugin.cfg in folder but there is Plugin.info.cfg so it fails. Also `script` field is empty file differences:   Steps to reproduce the behavior: Download 8.10...