Intentionally left blank
Intentionally left blank
@SmallJoker it is possible to get Minetest to a state where it will not start anymore – with the gui_scaling setting, as setting floats to NaN via the GUI is...
> Yes, that’s exaclty why I made this issue. It is unclear what each one of these is supposed to look like, so I have no idea whether the test...
> > Maybe all these nodes and textures should be thrown away and done from scratch, but this time with a clearly defined and documented "correct rendering". > > I...
@Wuzzy2 you can look at the current state of my script to generate several TGA test textures here: https://git.minetest.land/erlehmann/tga_encoder/src/branch/master/tools/generate_test_textures.lua Do you have opinions on this process?
Progress update: My test texture differ from the existing images byte-wise, so I still need to do some work. But `testnodes_tga_type2_32bpp_tb.tga` and the generated `type2_32bpp_tb.tga ` differ only by one...
@Wuzzy2 I have refactored the script to use loops to generate all possible variants that `tga_encoder` can encode right now. Do you still like it? You can see the current...
> > Open question: How are server-side texture packs handled with this mod? If the directory intended for server-side texture packs is now re-used, obviously you can not simply put...
> > > […] > > > > Sorry I don't understand this at all. Please explain in more detail. > > `override.txt` gets loaded from these paths on the...
Huge commits can easily break Git tooling. === At least one of the commits in which lots of stuff got deleted from IrrlichtMT is able to hang some GUI git...
@AFCMS consider saving screenshots of text editors (like `jetbrains_open_project_wizard.png`) as colormapped PNG files instead of full RGBA. That way, the files are less than half the size, with no noticeable...