1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-29 01:20:18 +02:00
Files
.github
menu
mods
beds
binoculars
boats
bones
bucket
butterflies
carts
creative
default
doors
dungeon_loot
dye
env_sounds
farming
fire
fireflies
flowers
game_commands
give_initial_stuff
keys
map
mtg_craftguide
player_api
screwdriver
sethome
sfinv
spawn
stairs
tnt
locale
sounds
textures
tnt_blast.png
tnt_boom.png
tnt_bottom.png
tnt_gunpowder_burning_crossing_animated.png
tnt_gunpowder_burning_curved_animated.png
tnt_gunpowder_burning_straight_animated.png
tnt_gunpowder_burning_t_junction_animated.png
tnt_gunpowder_crossing.png
tnt_gunpowder_curved.png
tnt_gunpowder_inventory.png
tnt_gunpowder_straight.png
tnt_gunpowder_t_junction.png
tnt_side.png
tnt_smoke.png
tnt_tnt_stick.png
tnt_top.png
tnt_top_burning.png
tnt_top_burning_animated.png
README.txt
init.lua
license.txt
mod.conf
vessels
walls
weather
wool
xpanes
utils
.gitignore
.luacheckrc
LICENSE.txt
README.md
game.conf
game_api.txt
minetest.conf
minetest.conf.example
schematic_tables.txt
screenshot.png
settingtypes.txt
minetest_game/mods/tnt/textures
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
..
2021-02-12 20:55:18 +01:00
2021-02-12 20:55:18 +01:00