DS

Results 474 comments of DS

Related (duplicate?): #8142

:+1: For concept. It's super annoying if you want to place some nodes with sneak while you're flying. Is there some reason why it's currently not already done like this?...

Please add more commits to your branch to apply such changes.

In the video in #12630 it kinda looks like there's some hackery ongoing with attached objects somehow not being moved when in 1st person (because they're invisible?). Also, is the...

What are the criteria on whether a nodedef field should be variant-dependent or not? I.e. what about `mesh` or `posteffect_color`?

Ah I see, that's nice. My concern was rather API-design wise, what's holding us back to use a separate bitfield for every nodedef field? Or the other way around, which...

CPCSM is only as risky as server side modding. It's not worth putting effort in sandboxing that too. ---------- The only relevant performance issues that we get is the latency...

> By the way, when you were benchmarking IPC, did you benchmark pipes? No. (I've read somewhere that they had hight latency (well, obviously, if you block on every wait),...

> > Make the API asynchronous where it doesn't make it more difficult to use. I.e. functions that return nothing (like set_node) should not wait until they are finished. >...

> > But in our case, copying the data is much cheaper than doing syscalls to create a file, seal it, send it, and close it. > > You'd only...