Mattes D
Mattes D
That is something not exactly related to this issue. This issue was about trying to use items instead of blocks - `//set diamond` is actually a request to set the...
This is an interesting issue, as it has a possibility to actually crash the server (Try selecting a whole chunk and then extending the height to Y=1024). I assume you're...
Do you get any warnings in the server console when you try to `//set` the blocks?
If it's just definitions, and not a program file, then plain http is okay, I guess, there's very little room for anything malicious. If it were for the main program...
I assume that you want to update the rendered tiles when the underlying region file changes, which to me sounds more like a scriptable task - "compare file timestamps, if...
I did some digging around and finally found out the culprit is not Minutor itself, but the QtCreator's debugger. When running under the debugger, the `QMap` and `QString` operations take...
I haven't tested this with anything other than Qt 5.15.1 on Windows. I expect it to be Windows-specific and QtCreator-specific (rather than Qt-specific). My thinking was that Minutor could instead...
I don't think that's what Minutor does, at least in the 1.13+ branch of the loading code. The section's local palette seems to stay allocated until the entire `Chunk` is...
I think another point to consider is character encoding - `QString` uses UTF-16 internally, while `std::string` uses whatever we push into it, so it can have the native NBT encoding...
I have mixed feelings about this. I've always wanted to have more order in the binary folder - have a separate folder for plugin configuration, separate folder for plugin data...