My favourite Minetest cheat clients are Dragonfire and Waspsaliva. erlehmann
  • Joined on 2021-03-30
erlehmann pushed to features-table at erlehmann/tga_encoder 2023-10-17 12:34:09 +02:00
48d94720c1 Add features table
erlehmann pushed to master at erlehmann/tga_encoder 2023-10-16 21:41:35 +02:00
aad231f5e4 Generate test textures with scanline order “top-bottom”
10022c93ef Explicitly state scanline order in test texture script
Compare 2 commits »
erlehmann pushed to master at erlehmann/tga_encoder 2023-10-16 21:16:04 +02:00
ac1f006b1e Explicitly state scanline order in test texture script
01bcbbf927 Allow encoding with top-bottom scanline order
Compare 2 commits »
erlehmann pushed to master at erlehmann/tga_encoder 2023-10-16 21:03:42 +02:00
635cdb7ccb Explicitly state scanline order in test texture script
erlehmann pushed to master at erlehmann/tga_encoder 2023-10-16 20:48:18 +02:00
95de302b7d Allow encoding with top-bottom scanline order
12a33e458f Add hashbang to script to generate TGA test textures
Compare 2 commits »
erlehmann pushed to master at erlehmann/tga_encoder 2023-10-16 19:21:36 +02:00
5dcf714cd1 Partially slice 3D rendered donut along its polodial direction
0c6d9a4d85 Partially slice 3D rendered donut along its torodial direction
ef65de54c0 Make 3D rendered donut appear solid
Compare 3 commits »
erlehmann pushed to master at erlehmann/tga_encoder 2023-10-15 21:08:40 +02:00
4d57ba62bf Add code to generate TGA type 1 test textures
4064333b06 Adjust TGA test texture file names
Compare 2 commits »
erlehmann pushed to master at erlehmann/tga_encoder 2023-10-15 17:02:47 +02:00
e87a8fc332 Add script to generate TGA test textures
erlehmann commented on pull request VoxeLibre/VoxeLibre#3914 2023-10-01 11:13:02 +02:00
Fix a number of crashes involving unknown nodes, also fix fishbuckets on_place

You've also unnecessarily squashed most MCL2 PRs. Of all the things you could throw at us, I'm surprised you're taking this line ;)

The most you could prove with this line would be that @cora…

erlehmann pushed tag 2023-09-22 to erlehmann/tga_encoder 2023-09-22 20:07:59 +02:00
erlehmann pushed to master at erlehmann/tga_encoder 2023-09-22 20:07:44 +02:00
bb68ceb38d Do not encode images with illegal colormap indexes
erlehmann commented on issue VoxeLibre/VoxeLibre#3927 2023-09-18 17:35:05 +02:00
Support Unicode text on signs

You're saying that preconceived notions here yields incorrect solutions. I agree. a lot of incorrect solutions have shown themselves.

I am also saying that most people are both smart enough…

erlehmann pushed tag 2023-09-18 to erlehmann/tga_encoder 2023-09-18 16:51:52 +02:00
erlehmann pushed to master at erlehmann/tga_encoder 2023-09-18 16:51:35 +02:00
4dd3833f3b Move encoding format heuristics from image:save() to image:encode()
3029147ed7 Add example code for rendering a 3D shape using a Z-buffer
Compare 2 commits »
erlehmann commented on issue VoxeLibre/VoxeLibre#3927 2023-09-17 12:58:55 +02:00
Support Unicode text on signs

Though, knowing how the current signs work, how would the lettering look when done in a 5 pt font?

No idea, as points mean nothing here. I use GNU Unifont, a pixel font with a…

erlehmann commented on issue VoxeLibre/VoxeLibre#3942 2023-09-17 12:11:31 +02:00
Should hostile mob spawning follow the 1.18 light level changes?

@codiac to clarify, I meant ”You should be able to toggle between old and new methods”.

For #3 which would be the default?

From my POV, whatever causes the least breakage and fits the…

erlehmann commented on issue VoxeLibre/VoxeLibre#3940 2023-09-17 11:15:28 +02:00
Reworked Branding

Wow, now there's a leap... Yes, Cora gave $450 a while ago to provide structure funding for Mesehub. As far as I know, that all went to Taco Tex Mex to cover costs of hosting the docker image…

erlehmann commented on issue VoxeLibre/VoxeLibre#3940 2023-09-17 10:13:40 +02:00
Reworked Branding

MineClone2 changing it's name (#3897) and moving to Codeberg at the same time

When was this decided and by whom?

I suggest in the future, since we have a funding platform and by moving…

erlehmann commented on issue VoxeLibre/VoxeLibre#3942 2023-09-17 10:06:37 +02:00
Should hostile mob spawning follow the 1.18 light level changes?

IMO this should simply be adjustable.

erlehmann commented on issue VoxeLibre/VoxeLibre#3927 2023-09-14 01:03:08 +02:00
Support Unicode text on signs

erle: we made a little discovery that since [png blindly passes on the image data to irrlicht as an in-memory file, it works for inlining images of any format, not just PNG …