Ranieri Althoff

Results 385 comments of Ranieri Althoff

Yes, and the house is only emptied on server save. The problem is when the house is emptied while the server is online, the server has to move manually item...

Yes, that's what I said, only do the move on server save since taking 10sec more on server save is probably better than freezing the server for minutes often. I...

Enqueue every !leavehouse event in a static queue on `House` class and, on server save, start dequeueing and doing dirty job. This is a very simple and probably unoptimized approach.

> This seems like a bit of a critical issue. Is there any attention on this atm? Nobody has come up with a good idea yet. This is a pretty...

> my guess is that string manipulation when constructing the query is going to be the bottleneck here Why? Aren't streams speedy enough for string building? I'm able to concatenate...

Beat me to it 😆

We are talking about an entire module restructuring, not just folders, and that probably will come after a Lua interface restructuring.

Hierarchical modules are nice, but not code inside XML. I would prefer something scripted in Lua instead.

Yes, `saltLength` has been removed as an option with the 0.40.0 release indeed, but the wiki page still had documentation on it. The reasoning is, if you're not supplying your...

@xgiovio where do you need a custom salt in this scenario?