31 Commits

Author SHA1 Message Date
SmallJoker
8d5870c54c Merge branch 'master' into contentdb 2025-04-16 19:36:38 +02:00
SmallJoker
bde2f1e3f2 Merge branch 'master' into contentdb 2024-09-28 11:15:10 +02:00
SmallJoker
59f0dcaf3f Merge branch 'master' into contentdb 2024-01-06 12:33:21 +01:00
SmallJoker
c6f9a26970 Explain what this branch is 2023-04-02 20:44:19 +02:00
SmallJoker
353f36d551 Merge branch 'master' into contentdb 2023-04-02 20:42:50 +02:00
Alexander Weber
d4b398eae2 Merge remote-tracking branch 'origin/master' into contentdb 2023-01-16 07:47:27 +01:00
Nissa
ea7aacc9e7 update filenames of default textures to reflect metadata
Signed-off-by: Nissa <and-nissa@protonmail.com>
2022-12-31 09:21:40 +01:00
Nissa
743e2cfc9c rename male default textures in consistency with female textures
Signed-off-by: Nissa <and-nissa@protonmail.com>
2022-12-31 09:21:40 +01:00
Alexander Weber
abc3df86e3 Merge remote-tracking branch 'origin/master' into HEAD 2022-12-30 11:19:46 +01:00
Alexander Weber
41524201d1 Merge remote-tracking branch 'origin/master' into contentdb 2022-03-31 08:18:52 +02:00
Alexander Weber
41be19fc7a Merge remote-tracking branch 'origin/master' into contentdb 2022-03-06 11:56:53 +01:00
Alexander Weber
ad189102d5 fix Undeclared global variable "unified_inventory" accessed 2022-03-05 12:53:55 +01:00
Alexander Weber
e0765da839 adjustments from code review 2022-03-05 12:44:48 +01:00
Alexander Weber
482a13b495 implement skinned 1st person view hand 2022-02-16 10:24:03 +01:00
Baytuch
56353133e1 Added russian (ru) translation 2022-02-03 07:38:25 +01:00
Baytuch
443cda2183 Added ukrainian (uk) translation 2022-02-03 07:38:25 +01:00
baytuch
fab418b56f Log player skin changes (#64) 2022-02-03 07:38:25 +01:00
Alexander Weber
00f6a8137e Merge branch 'master' into contentdb 2022-01-04 11:42:00 +01:00
bell07
9b8fb79030 update_skins.py
Remove leading zeros again
2020-09-10 14:29:07 +02:00
Alexander Weber
02323fc427 updater/update_skins.py: Do not download preview files by default 2020-09-10 14:29:07 +02:00
SmallJoker
3aebed6fed api.lua: Fix deprecation warnings 2020-09-10 14:29:07 +02:00
Lejo
63555ed0be Add python skin update script (#48) 2020-09-10 14:29:07 +02:00
Lejo1
7b59880736 fix chrash when using /skinsdb set without parameter or /skinsdb list public 2020-09-10 14:29:07 +02:00
Suns
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
Alexander Weber
af8212a1bd Merge branch 'master' into contentdb 2020-02-12 08:10:09 +01:00
Alexander Weber
361d0222ca remove _preview.png files 2020-02-10 07:13:49 +01:00
Alexander Weber
436809f8fa Merge branch 'master' into contentdb 2020-02-10 07:12:23 +01:00
Alexander Weber
04b43a5969 Merge branch 'master' into contentdb 2020-01-14 14:58:47 +01:00
Alexander Weber
dcca582ef3 Merge branch 'master' into contentdb 2020-01-08 08:13:16 +01:00
Alexander Weber
f1d0f0789d add skins credit to README.md 2019-08-09 07:00:02 +02:00
Alexander Weber
5c13010014 add sirrobzeroone skins for contentdb 2019-08-09 06:57:34 +02:00
18 changed files with 31 additions and 6 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,4 @@
textures/character_*.png #textures/character_*.png
textures/player_*.png textures/player_*.png
meta/character_*.txt #meta/character_*.txt
meta/player_*.txt meta/player_*.txt

View File

@@ -1,4 +1,4 @@
# skinsdb # skinsdb - User-facing branch that includes a few basic skins
This Minetest mod offers changeable player skins with a graphical interface for multiple inventory mods. This Minetest mod offers changeable player skins with a graphical interface for multiple inventory mods.
@@ -38,9 +38,9 @@ You might want to run `minetest` in a Terminal/Console window to check the log o
**Requirements:** **Requirements:**
* Python 3 * Python 3
* `requests` library: `pip3 install requests` * `requests` library: `pip3 install requests`
Go to the updater folder of this mod and run `python3 update_skins.py` Go to the updater folder of this mod and run `python3 update_skins.py`
The Script will download all the skins from the database for you. The Script will download all the skins from the database for you.
### Manual addition ### Manual addition
@@ -66,3 +66,4 @@ The Script will download all the skins from the database for you.
- bell07 (source code) - bell07 (source code)
- stujones11 (player models) - stujones11 (player models)
- jordan4ibanez (1st person view hand) - jordan4ibanez (1st person view hand)
- sirrobzeroone (skins)

View File

@@ -0,0 +1,3 @@
Castaway female
sirrobzeroone
CC0/Public Domain

View File

@@ -0,0 +1,3 @@
Castaway male
sirrobzeroone
CC0/Public Domain

View File

@@ -0,0 +1,3 @@
Farmer female
sirrobzeroone
CC0/Public Domain

View File

@@ -0,0 +1,3 @@
Farmer male
sirrobzeroone
CC0/Public Domain

View File

@@ -0,0 +1,3 @@
Prince
sirrobzeroone
CC0/Public Domain

View File

@@ -0,0 +1,3 @@
Princess
sirrobzeroone
CC0/Public Domain

View File

@@ -0,0 +1,3 @@
Rogue female
sirrobzeroone
CC0/Public Domain

View File

@@ -0,0 +1,3 @@
Rogue male
sirrobzeroone
CC0/Public Domain

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB