Finalize v1.4.0 release

master
Hugues Ross 2021-08-27 11:18:00 +00:00
parent f3b85be5b1
commit dc69826d51
14 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,17 @@
# v1.4.0
- Add object crosshair texture
- Add optimization pass to CI/CD pipeline
- Generate cdb.json in CI/CD pipeline
- Update Repixture support to the latest version
- Update Moreblocks support to the latest version
- Add support for the following mods:
- Darks
- Deprecated support for the following mods:
- Baked Clay
- Ethereal NG
- Mobs Monster
- Mobs Redo
# v1.3.0
- Fix transparency issues introduced by changes in Minetest 5.4
- Add new CTF textures

View File

@ -15,6 +15,7 @@ In addition to the games, the following mods are supported:
- Basic Grenades
- Basic Materials
- Caverealms
- Darks
- Email
- Handholds
- HBArmor

View File

@ -176,6 +176,7 @@ folderExport "repixture/player_skins"
folderExport "repixture/ui"
folderExport "repixture/village"
folderExport "repixture/weather"
folderExport "repixture/wieldhand"
makeAlphas "repixture/default/alphas.txt"
makeClones "repixture-clones.txt"

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

View File

@ -23,8 +23,6 @@ convert "${EXPORT_DIR}/screenshot.png" \
# Stamp the provided version number into the texture_pack.conf
echo "release = ${1}" >> "${EXPORT_DIR}/texture_pack.conf"
# TODO: Optipng pass
# Generate an escaped long description for .cdb.json
export SHORT_DESCRIPTION=`awk -f "short_description.awk" "README.md"`
export LONG_DESCRIPTION=`awk -f "long_description.awk" "README.md"`

View File

@ -1,5 +1,5 @@
title = RPG16
name = rpg16
author = Hugues Ross
description = 16px - A simple texturepack reminiscent of classic RPGs. Currently supports Minetest Game.
description = 16px - A simple texturepack reminiscent of classic RPGs. Currently supports Minetest Game and Repixture.
min_minetest_version = 5.3