Commit Graph

153 Commits

Author SHA1 Message Date
abc3df86e3 Merge remote-tracking branch 'origin/master' into HEAD 2022-12-30 11:19:46 +01:00
c0b6f761dc Add portuguese Brazilian language (#76)
Adds to the mod a language that translates to Portuguese
2022-12-15 18:48:51 +01:00
e275159dd0 Add uv wrapped 1.8 hand model (#74) 2022-10-05 21:15:03 +02:00
b769824d24 Add Continuous Integration and LuaCheck (#71)
All warnings have been fixed as well.
2022-06-16 12:06:35 +02:00
41524201d1 Merge remote-tracking branch 'origin/master' into contentdb 2022-03-31 08:18:52 +02:00
03d424fea7 fix hand node not respected the range 2022-03-31 08:14:33 +02:00
41be19fc7a Merge remote-tracking branch 'origin/master' into contentdb 2022-03-06 11:56:53 +01:00
c9fa5d92df fix Undeclared global variable "unified_inventory" accessed 2022-03-06 11:51:20 +01:00
af5e6fcecc adjustments from code review 2022-03-06 11:51:20 +01:00
2e39651821 implement skinned 1st person view hand 2022-03-06 11:51:20 +01:00
ad189102d5 fix Undeclared global variable "unified_inventory" accessed 2022-03-05 12:53:55 +01:00
e0765da839 adjustments from code review 2022-03-05 12:44:48 +01:00
482a13b495 implement skinned 1st person view hand 2022-02-16 10:24:03 +01:00
da820d06cb fix skin list without sort key or name 2022-02-16 10:19:47 +01:00
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
56353133e1 Added russian (ru) translation 2022-02-03 07:38:25 +01:00
443cda2183 Added ukrainian (uk) translation 2022-02-03 07:38:25 +01:00
fab418b56f Log player skin changes (#64) 2022-02-03 07:38:25 +01:00
c51905d44b Added russian (ru) translation 2022-02-02 18:58:21 +01:00
b3ea5a9e1f Added ukrainian (uk) translation 2022-02-02 18:58:21 +01:00
e479e8e745 Log player skin changes (#64) 2022-02-02 18:58:06 +01:00
00f6a8137e Merge branch 'master' into contentdb 2022-01-04 11:42:00 +01:00
716a9a3f9a fix get_string() on wrong variable 2021-07-02 07:42:10 +02:00
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
da6905fd02 Mention i3 support (#55) 2021-01-03 09:36:20 +01:00
8048cb08f1 change default dependency to player_api 2020-09-22 16:03:00 +02:00
9b8fb79030 update_skins.py
Remove leading zeros again
2020-09-10 14:29:07 +02:00
02323fc427 updater/update_skins.py: Do not download preview files by default 2020-09-10 14:29:07 +02:00
3aebed6fed api.lua: Fix deprecation warnings 2020-09-10 14:29:07 +02:00
63555ed0be Add python skin update script (#48) 2020-09-10 14:29:07 +02:00
7b59880736 fix chrash when using /skinsdb set without parameter or /skinsdb list public 2020-09-10 14:29:07 +02:00
8e1e525340 Fix corrupted data in Windows systems (#47)
The base64 data from the decoder to the file writer is in binary, using only the "w" flag would work in most unix systems but its incorrect and for all systems with crazy line_feed/Carrier_return or any character conversion the right way to save a binary data is using the "wb" flag.
2020-09-10 14:29:07 +02:00
77c00a0823 update_skins.py
Remove leading zeros again
2020-09-10 14:25:01 +02:00
8799ba0bd5 updater/update_skins.py: Do not download preview files by default 2020-09-10 14:25:01 +02:00
b5ba66deca api.lua: Fix deprecation warnings 2020-07-29 20:27:09 +02:00
1fcd3c4a8c Add python skin update script (#48) 2020-06-07 13:39:57 +02:00
55704e1657 fix chrash when using /skinsdb set without parameter or /skinsdb list public 2020-05-25 12:15:09 +02:00
ec30267223 Fix corrupted data in Windows systems (#47)
The base64 data from the decoder to the file writer is in binary, using only the "w" flag would work in most unix systems but its incorrect and for all systems with crazy line_feed/Carrier_return or any character conversion the right way to save a binary data is using the "wb" flag.
2020-05-23 08:56:30 +02:00
af8212a1bd Merge branch 'master' into contentdb 2020-02-12 08:10:09 +01:00
55dc55f2dd revert texture name parsing change 2020-02-12 08:09:17 +01:00
361d0222ca remove _preview.png files 2020-02-10 07:13:49 +01:00
436809f8fa Merge branch 'master' into contentdb 2020-02-10 07:12:23 +01:00
ada930c099 translate unified_inventory button mouseover text 2020-02-08 19:12:09 +01:00
918df53f3b Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
664a4a8d81 Add traditional Chinese translation 2020-02-08 18:37:15 +01:00
9525b87c4d move dependencies to mod.conf 2020-01-16 16:50:57 +01:00
abb5422948 Update skinsdb.zh_CN.tr 2020-01-15 07:25:33 +01:00
aa82f804b8 add translation 2020-01-15 07:25:33 +01:00
04b43a5969 Merge branch 'master' into contentdb 2020-01-14 14:58:47 +01:00
165c20fcad fix translation for unified_inventory
Take sfinv "Skins" page name translateable
2020-01-14 14:57:45 +01:00