Commit Graph

13 Commits

Author SHA1 Message Date
SmallJoker 298b51e16d Clean up skin listing
Supersedes the 'fsep' setting by automatically detecting
the texture name in both, the skin list and the updater
scripts.
New, automatically fetched skins will now always use the
'.' delimiter to avoid player name issues
2024-03-26 22:00:04 +01:00
blaboing d3c7fa71c0
Filename seperator setting to fix #54 (#83)
Adds a filename split seperator setting that lets you choose between old style `_` and `.` because dot is the only char that isn´t allowed in playername but in texturenames.
Default value is `_` to keep it compatible with older versions, while `.` offers a solution to fix #54.
2023-05-10 21:41:35 +02:00
Vanessa Dannenberg c53158d159 Update to work with Unified Inventory v2
i.e. the formspec v4 rewrite
Requires UI "version-2" tag or commit a7556c50 or later and
and Minetest v5.4.0 or later

This also makes it work properly in UI's "lite" mode.
2021-03-27 16:09:38 +01:00
GreenDimond 918df53f3b Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
SmallJoker 428fea2eb4 Add updater script using the HTTP API (#27)
Check for core feature `httpfetch_binary_data` to run the updater properly.
This requires Minetest cb00632 or newer.
README.md: Add documentation for the updater
2019-06-06 21:47:49 +02:00
Hugo Locurcio a2470f06fb Optimize images using `oxipng -o6 --strip --zopfli` (#28) 2019-06-06 19:54:51 +02:00
Alexander Weber fa5b3029fd add support for names in skin texture file (character_Skinname, player_playername_skinname) 2018-07-16 20:42:54 +02:00
Alexander Weber e2e2927fe8 moved character_1 to character for overriding the default character 2017-07-24 17:39:16 +02:00
Alexander Weber 920061c0f1 finished work on private player skins support 2017-06-18 17:56:24 +02:00
Alexander Weber d5df0d5e86 renamed back to "skins" for beter compatibility
make unified_inventory opitonal, move the UI code to an own file
2017-02-09 23:06:25 +01:00
Alexander Weber 3294c65361 cleanup empty meta+textures. Just character_1 at place.
Note, if you like to checkout more skins, have a look to the bell07/mod_with_skins branch
2016-11-10 13:53:44 +01:00
Alexander Weber 2e6cbb1641 Git cleanup. Fix gitignore
add mod.conf for the mod
2016-09-05 21:26:51 +02:00
Alexander Weber 8aef2c19ba The u_skins is a mod, not a modpack. Moved u_skins to the root and all updater stuff to the (new) updater directory 2016-09-05 21:02:53 +02:00