EtlamGit

Results 46 comments of EtlamGit

Fortresses should not show up in Overworld and Villages should not show up in Nether. Seems to be a missing clear of Overlays when switching Dimensions...

I experienced this behavior for a much longer time. But only for Debug builds! The mentioned commit only removes Ubuntu 16.04 support from the build chain. (No code change.) So...

In case of Palette entries, we know that Mojang will always use english names. Therefore these strings can always be represented with 7bit ASCII (or UTF-8 to have some margin)....

? We are exactly doing that already ? There is ONE global definition with all Blocks having a number (hash of ID name). While loading the Section specific Palette, the...

Maybe we mean the same, but use different words? Per Section the Palette with string IDs is loaded and converted into a HID (hashed ID). These HIDs are later used...

Here are my results (I put both values of a test into one line for better comparison): ``` [Release Build] QMap-QString : Filling took 457 msec | Clearing took 208...

Yes, the values are different each run. But not that bad to draw a general conclusion. Before changing our data types I would do more benchmarking. This benchmark is very...

I'm already convinced to change data types that hold NBT data to `std::string`. But also there, I plan some benchmarking (after 1.18 updates are working).

RGB Values that are used: ``` Stony Peaks BF 00 FF Mushroom Fields FF 00 FF Meadow FF 95 00 Desert FA 94 18 Snowy Slopes 00 FF D5 Swamp...