Tyler Young

Results 12 comments of Tyler Young

Turns out to just be confusing syntax, here is the correct syntax for the above's intention; ```csharp context.Intents.Add(new AnyOfIntent(new ISchemaKeywordIntent[] { new RequiredIntent(new() { idPropName1 }) }, new ISchemaKeywordIntent[] {...

I think the syntax makes sense even though it is confusing. Each array is a separate context of keywords. One alternative syntax would be to implement a collection interface and...

Yeah - I am at a state where the Vulkan.Binder project is starting to stabilize and work is getting calmer. I'll have some time to create a full test case...

Pros for the new pattern: Generic dependency injection is easier to implement if the constructors are the preferred manner of instantiation. E.g. `var device = VulkanProvider.Require();` could resolve the constructor...

I can't reproduce any slowdown, at least one of the testers can't reproduce it. Waiting on more to confirm. During initial testing of rc4 and rc5 no slowdown was reported....

I'll see if I can figure out what's causing the low FPS.

The author of LBITM obfuscated his mod and I'm not gonna bother trying to debug it. Looks somewhat like it's written by someone who's afraid of letting anyone see their...

We should try to make sure not to cause compatibility issues with this mod; https://www.nexusmods.com/mountandblade2bannerlord/mods/134 Aberro has more enhancements in there than we should try to provide. We also probably...

It's relative to the base health of '100' for some reason, so like @peppermor said, 3% is 3.

Here's some fixed up generated C API bindings for current master / v1.2.0-beta. I'll put up an UltralightSharp binding library on NuGet once I get some tests going - although...