My favourite Minetest cheat clients are Dragonfire and Waspsaliva. erlehmann
  • Joined on 2021-03-30
erlehmann commented on issue VoxeLibre/VoxeLibre#4215 2024-03-19 18:34:09 +01:00
Mineshafts spawn blue dye in chests

The change was made and merged before you warned.

Irrelevant. The PR actually said that this would happen.

Really, lapis…

erlehmann commented on issue VoxeLibre/VoxeLibre#3927 2024-03-19 18:27:44 +01:00
Support Unicode text on signs

You don't have the time to install tga_encoder and ucsigns from CDB and write a sign?

erlehmann commented on issue VoxeLibre/VoxeLibre#3927 2024-03-19 15:16:44 +01:00
Support Unicode text on signs

@cora has made a Unicode Signs mod that she claims works with MineClone2. However, it contains “until the shipped tga_encoder is updated,…

erlehmann commented on issue VoxeLibre/VoxeLibre#4215 2024-03-19 14:42:32 +01:00
Mineshafts spawn blue dye in chests

The reason for this is that the developers who separated dye and lapis did not know about item aliases and simply replaced the item string turning all lapis in existing chests into blue dye. This…

erlehmann commented on pull request erlehmann/tga_encoder#1 2024-03-19 14:28:07 +01:00
Add features table, refactor test texture generation, encode alpha for A1R5G5B5 images

The alpha channel was not encoded for colormapped images using the A1R5G5B5 color format.

The bug has been fixed in in commit 50466ca08b917fdb4063f9220e30f9431ace96c8.

erlehmann commented on pull request erlehmann/tga_encoder#1 2024-03-19 14:16:33 +01:00
Add features table, refactor test texture generation, encode alpha for A1R5G5B5 images

tga2ansioutput for TGA type 1, 2, 3, 10:

erlehmann pushed to features-table at erlehmann/tga_encoder 2024-03-19 11:55:47 +01:00
50466ca08b Encode alpha channel for colormapped A1R5G5B5 images
9497a0303c Add 2×2 white square to bottom left corner of test textures
Compare 2 commits »
erlehmann deleted branch master from erlehmann/tga_testnodes 2023-12-01 19:36:17 +01:00
erlehmann created branch main in erlehmann/tga_testnodes 2023-12-01 19:35:12 +01:00
erlehmann pushed to main at erlehmann/tga_testnodes 2023-12-01 19:35:12 +01:00
c401c9395c Initial import
erlehmann created branch master in erlehmann/tga_testnodes 2023-12-01 19:32:13 +01:00
erlehmann pushed to master at erlehmann/tga_testnodes 2023-12-01 19:32:13 +01:00
7945299ff9 Initial import
erlehmann created repository erlehmann/tga_testnodes 2023-12-01 19:31:03 +01:00
erlehmann commented on pull request erlehmann/tga_encoder#1 2023-12-01 16:49:40 +01:00
Add features table, refactor test texture generation, encode alpha for A1R5G5B5 images

Status update:

  • Both Minetst and GIMP fail to display the TGA Type 1 B8G8R8A8 test texture.
  • All of sxiv, mtpaint, imagemagick show the TGA Type 1 B8G8R8A8 test texture with a black (instead…
erlehmann commented on pull request erlehmann/tga_encoder#1 2023-12-01 00:58:07 +01:00
Add features table, refactor test texture generation, encode alpha for A1R5G5B5 images

First screenshot: TGA test nodes with Minetest 5.7.0-443-ga7e545609: Second screenshot: TGA test nodes with Minetest 5.4.1

erlehmann pushed to features-table at erlehmann/tga_encoder 2023-12-01 00:30:28 +01:00
f6cf592228 Encode number of attribute/alpha bits in image descriptor
erlehmann commented on pull request erlehmann/tga_encoder#1 2023-11-30 23:44:28 +01:00
Add features table, refactor test texture generation, encode alpha for A1R5G5B5 images

I tested this in Minetest and found that it does not seem to render TGA Type 10 with scanline order “top_bottom” correctly (look at the corruption of the letter “A” in the second…

erlehmann commented on issue VoxeLibre/VoxeLibre#3925 2023-11-29 20:56:22 +01:00
Flame arrows should set flammable blocks on fire

You could also just make this configurable … but I see that players seem to be opposed to it.

erlehmann pushed to features-table at erlehmann/tga_encoder 2023-11-29 18:13:15 +01:00
72a4f41aa7 Use hyphen-minus to separate test texture filename parts
erlehmann pushed to features-table at erlehmann/tga_encoder 2023-11-28 21:51:12 +01:00
0272fa5ccd Change scanline order names