chchar/CHANGELOG.md

1.7 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Pre-release] - Starting from 2019-12-28

  • Initial working version based on code from the skinsdb mod. This includes the code and directory structure. All previous code is gone with this change.
  • License changed to GPLv3 from LGPLv3.
  • Out-of-the-box support for the inventory mods sfinv and unified_inventory, with the former already shipping with Minetest.
  • Other mods that alter the player model may come into conflict with chchar, and should be disabled before using this mod.
  • Assigning models to specific players is currently untested. All models loaded are assumed to be public for all players.
  • Translation support with intllib included, but there are no translations yet.
  • Additional chat command /chchar reset allows to quickly go back to the default model.

Changes from skinsdb

  • Drop support for Minetest 0.4 versions.
  • Drop optional support for the 3d_armor and clothing mods. This support can be reintroduced at a later time.
  • Disable the online downloader, as there are currently no places to download pre-made 3D models for use with this mod. If such a place appears, it can be re-enabled.
  • Rename some files to be more relevant for 3D models and not for skins.
  • Alter the meta file format to include more fields, including those that can changed with player_api.
  • Add more information to be displayed in formspecs, and make images and model buttons square sizes.