Commit Graph

16 Commits

Author SHA1 Message Date
SmallJoker
11bb5bad0e
Add migration code to player skins using '.' delimiters (#105)
Previously, the players would have their selected skin reset after renaming
the skin textures to the dot separator. This commit implements skin name
migration to ease the transition for server owners.

See 'skins.__fuzzy_match_skin_name' for a detailed explanation.
2024-06-15 15:16:52 +02:00
Alexander Weber
da820d06cb fix skin list without sort key or name 2022-02-16 10:19:47 +01:00
Alexander Weber
cf712e5b54 fix skins.set_player_skin call with skin name parameter
this fix the homedecor_wardrobe compatibility
2022-02-15 14:29:45 +01:00
baytuch
e479e8e745
Log player skin changes (#64) 2022-02-02 18:58:06 +01:00
Buckaroo Banzai
716a9a3f9a fix get_string() on wrong variable 2021-07-02 07:42:10 +02:00
SmallJoker
b5ba66deca api.lua: Fix deprecation warnings 2020-07-29 20:27:09 +02:00
Lejo
91b1b695ab
Make backward. 2018-06-30 16:35:53 +02:00
Lejo
2cff7234e0
Use Mod_storage 2018-06-30 16:15:57 +02:00
Alexander Weber
e6516d2982 Visual update fixes if skin change externally (with and without 3d armor)
API updated also
2018-05-13 00:37:19 +02:00
Alexander Weber
2c20692f33 Added support for 1.8er Skins 2018-04-16 16:17:42 +02:00
Alexander Weber
51b6cf2e3a /skinsdb chat command implemented 2018-02-19 11:18:18 -08:00
Alexander Weber
7df6363aa0 Rework private skins handling
-add skin:is_applicable_for_player(playername) method
- hide private skins in unified_inventory since not supported
- check player assignment in skins.assign_player_skin() + inherited to skins.set_player_skin()
2018-01-07 14:50:22 +01:00
Alexander Weber
897ac2c97b API enhancements, player-attribute according naming convention 2017-06-19 16:37:38 +02:00
Alexander Weber
57b815f91f changes needed for character_creator support 2017-06-18 23:15:58 +02:00
Alexander Weber
28d28390ce started work on skin_meta_api 2017-06-16 23:00:36 +02:00
Alexander Weber
b267cf2657 renamed players.lua -> api.lua; some cleanups 2017-06-16 21:40:54 +02:00