hle0
hle0
We could make it a conditional `#define` or method that makes it a `for` loop unless enabled. Also, unless I'm missing something, Intel TBB only works on x86 and x86_64?...
This looks like a crash that happens when decoding a status request. I think it could happen if the JSON response is greater than 6 kilobytes (this should probably be...
This shouldn't be too hard. Slime chunks just depend on the seed and chunk XZ. It's documented [here](https://minecraft.fandom.com/wiki/Slime#.22Slime_chunks.22) in Java (I paraphrased it a bit): ```java public boolean isSlimeChunk(long seed,...
Hi, @KingCol13, I'm interested in trying to fix this issue and the related issues (stuff happening below y=0). Are there still things to fix? It looks like #5194 fixes some...
> an easy way would be to change GetBlockTypeMeta in a way that it returns air if a non-valid position is passed. Maybe add a comment to the function to...
> Yea that's one I fixed in https://github.com/cuberite/cuberite/pull/5396, maybe it makes more sense to do it as you suggested. I can work on adding checks to everything that needs it,...
Hi, I'd love to try my hand at this. I don't have experience with youki, but I do have a tiny bit of experience with rust (few dozen hours maybe,...
I can confirm this still happens in the latest version. The line of code that triggers the panic seems to be an unsafe call in chrono: ```rust call!(TzSpecificLocalTimeToSystemTime(0 as *mut...