Fruitsalad

Results 21 comments of Fruitsalad

On closer inspection I made a mistake about where the bug lies: The first two `img` tags also do not work. The problem is that only the first property seems...

I haven't worked with Parcel lately so I haven't taken the time to confirm the solution, but I trust upon it that it's fine. Closing this issue.

I've adjusted the code based on your feedback just now.

I've marked it `unlikely`. In my opinion you can pose the question as "what is **a** shortest arc?". Just like in a shortest path algorithm, there doesn't necessarily need to...

I do agree it's worth documenting, since there's no single shortest arc here, but I also think this PR is frankly an upgrade over the old code. I don't really...

I think keeping the old code but adding a warning to the 180° branch is arguably backwards compatible, since it's still allowed just "strongly suggested not to do that". Of...

@krisutofu I actually forgot about `1.0f / Math::sqrt(3.0f)` — it was a constexpr in your original code but `sqrt` isn't `constexpr`, so yesterday I fixed it "for the time being"...

It seems to me that the whole quaternion thing is a bit too complicated for the maintainers and this thing has come to a halt because of that. What do...

For anyone else struggling to link a native DLL, Redwork's suggestion of using just `NativeLibrary.Load(path)` didn't work for me, but the following did: ```csharp public override void _Ready() { var...

This might be controversial but I think survival boxes should outright be removed and the items inside should just be put directly in the backpack. In SS13 boxes are useful...