minetest_game/mods
ExeVirus 6bd059915c
Safe texture compression (#2808)
Only a single program was used to safely compress all textures in MTG.

 * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`

The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.

utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
..
beds Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
binoculars Update translation templates 2021-02-06 15:07:07 +01:00
boats Update translation templates 2021-02-06 15:07:07 +01:00
bones Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
bucket Update translation templates 2021-02-06 15:07:07 +01:00
butterflies Update translation templates 2021-02-06 15:07:07 +01:00
carts Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
creative Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
default Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
doors Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
dungeon_loot Dungeon loot: Warn on unknown registered loot items (#2613) 2020-03-06 21:51:07 +01:00
dye Update translation templates 2021-02-06 15:07:07 +01:00
env_sounds Smoothen lava sounds at loop points (#2820) 2021-02-09 17:34:40 +01:00
farming Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
fire Update translation templates 2021-02-06 15:07:07 +01:00
fireflies Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
flowers Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
game_commands Update translation templates 2021-02-06 15:07:07 +01:00
give_initial_stuff Add support for MT 5 game translation (rebasing ) (#2466) 2019-09-10 19:09:51 +02:00
map Update translation templates 2021-02-06 15:07:07 +01:00
mtg_craftguide Update translation templates 2021-02-06 15:07:07 +01:00
player_api Move player model sitting and laying positions to above the ground (#2746) 2020-11-13 18:14:25 +00:00
screwdriver Update translation templates 2021-02-06 15:07:07 +01:00
sethome Update translation templates 2021-02-06 15:07:07 +01:00
sfinv Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
spawn Fix respawn not working at all when suitable position was not found 2020-04-04 13:06:40 +02:00
stairs Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
vessels Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
walls Update translation templates 2021-02-06 15:07:07 +01:00
weather weather: Fix error caused by missing biomes 2021-02-07 11:48:05 +01:00
wool Update translation templates 2021-02-06 15:07:07 +01:00
xpanes Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00