Joonas

Results 50 comments of Joonas

In my opinion this action is using ssh files as a deployment tool rather than the standardized "hosting keys and authorized_keys" way. For this reason I think the third option...

These cases are a bit tricky. What rendergroup does the entity have? It's possible that Draw is getting called twice per frame (opaque + translucent), in which case the event...

Good idea although I don't have time to do that right now. For attaching to entity, the "Using it inside an entity:" example in README should be the general way...

Yeah, viewmodel tends to be a bit difficult to map the mouse position of. I'm not sure what would be the best approach here, but if you figure out something...

Can you (or anyone) provide a benchmark proving that it would be more efficient? Squared distance being so much more efficient than normal distance that it should be changed everywhere...

Thanks! So ~5% improvement (or very roughly 10000th of a millisecond per call). I wouldn't mind the change here, since it's very localized and requires only two lines changed. It...

If you also need this feature and don't want to bother forking the repo, here's a very basic implementation for horizontal controlled highlight using inheritance (in Typescript): ```tsx import {...

Here's a savegame where the bug happens (the operating room in upper right). http://fruitshake.wyozi.xyz:8080/f/oproombug.sav

That's a workaround and not particularly good one either. I'd like to see this fixed before everyone has been forced to use a workaround, which the fix would then probably...