SU-Daigoro

Results 5 issues of SU-Daigoro

I keep getting a lot of console output, mostly this one repeating over and over again: [vulkan] Debug report from ObjectType: 5 Message: Validation Error: [ VUID-vkAcquireNextImageKHR-semaphore-01779 ] Object 0:...

Opening Controls Page crashes on 3440x1440 monitor. Other settings pages are fine. If i switch from fullscreen to window mode (which reduces the resolution), i can open the controls page...

I have this snippet: ```cpp sol::usertype my_usertype= Lua.new_usertype("my_type"); my_usertype[sol::meta_method::to_string] = [](const int &SomeInt, const int &, const int &, const int &, const int &, const int &, const int...

The question is basically in the title. I basically want to make sure that two smart_pointers pointing to the same object will both result in the same userdata object in...

VM_PROTECT(luau_callhook(L, L->global->cb.debugstep, NULL)); NULL should be L->global->cb.userdata instead - otherwise the userdata won't be used for debugstep calls via luau_callhook.