minetest_game/mods/xpanes
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
..
locale Update translation templates 2021-02-06 15:07:07 +01:00
sounds Xpanes: Add new steel bar door/trapdoor sounds 2019-09-28 21:53:50 +01:00
textures Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
README.txt Xpanes: Add new steel bar door/trapdoor sounds 2019-09-28 21:53:50 +01:00
init.lua Update game APIs for use_texture_alpha deprecation 2021-02-07 11:48:05 +01:00
license.txt Xpanes: Register steel bar door and steel bar trapdoor 2019-09-22 23:05:38 +01:00
mod.conf Xpanes: Register steel bar door and steel bar trapdoor 2019-09-22 23:05:38 +01:00

README.txt

Minetest Game mod: xpanes
=========================
See license.txt for license information.

Authors of source code
----------------------
Originally by xyz (MIT)
BlockMen (MIT)
sofar (MIT)
Various Minetest developers and contributors (MIT)

Authors of media (textures)
---------------------------
xyz (CC BY-SA 3.0):
  All textures not mentioned below.

Gambit (CC BY-SA 3.0):
  xpanes_bar.png

paramat (CC BY-SA 3.0):
  xpanes_bar_top.png

Krock (CC0 1.0):
  xpanes_edge.png

TumeniNodes (CC BY-SA 3.0):
  xpanes_door_steel_bar.png
  xpanes_item_steel_bar.png
  xpanes_trapdoor_steel_bar.png
  xpanes_trapdoor_steel_bar_side.png
  xpanes_steel_bar_door_close.ogg
  xpanes_steel_bar_door_open.ogg