Commit Graph

111 Commits

Author SHA1 Message Date
Lejo 1fcd3c4a8c
Add python skin update script (#48) 2020-06-07 13:39:57 +02:00
Lejo1 55704e1657 fix chrash when using /skinsdb set without parameter or /skinsdb list public 2020-05-25 12:15:09 +02:00
Suns 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
Alexander Weber 55dc55f2dd revert texture name parsing change 2020-02-12 08:09:17 +01:00
Alexander Weber ada930c099 translate unified_inventory button mouseover text 2020-02-08 19:12:09 +01:00
GreenDimond 918df53f3b Autogenerate skin previews and other @GreenDimond changes 2020-02-08 19:12:09 +01:00
IFRFSX 664a4a8d81 Add traditional Chinese translation 2020-02-08 18:37:15 +01:00
Alexander Weber 9525b87c4d move dependencies to mod.conf 2020-01-16 16:50:57 +01:00
IFRFSX abb5422948 Update skinsdb.zh_CN.tr 2020-01-15 07:25:33 +01:00
IFRFSX aa82f804b8 add translation 2020-01-15 07:25:33 +01:00
Alexander Weber 165c20fcad fix translation for unified_inventory
Take sfinv "Skins" page name translateable
2020-01-14 14:57:45 +01:00
Alexander Weber 555d682f04 remove MT-0.4 support 2020-01-08 08:07:20 +01:00
Alexander Weber e5714f272c fix missed adjustments for MT5 game translation 2020-01-08 08:00:44 +01:00
Zaoqi fa92207f14 MT 5 game translation (#37) 2020-01-08 07:45:05 +01:00
IFRFSX 8054293c2c zh_CN: Update translations (#36) 2019-11-19 19:58:45 +01:00
IFRFSX 2d39375bc2 Create zh_CN.txt (#35) 2019-11-03 15:53:29 +01:00
bell07 2673afa087
Fix external skins without "_sort_id" 2019-10-29 08:11:38 +01:00
Alexander Weber 166489597a improve skins sorting with same sort_id
add skins license hint to the README.md
2019-08-09 06:55:59 +02:00
SmallJoker a945db9de3 Add skins updater chat command (#29)
* Add skins updater chat command

* Update docs
2019-06-10 21:28:35 +02: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
bell07 92bb466825
Merge pull request #24 from bell07/mt_0_5_dev
Support for Minetest 5
2019-03-10 15:00:16 +01:00
Alexander Weber 1071496512 replaced models, found again the right ones 2019-03-09 19:55:15 +01:00
Alexander Weber 10a3a80dfd replaced mt-5 models to the right ones, renamed 0_5 to 5 2019-03-08 17:31:09 +01:00
Alexander Weber 165e917b5f initial minetest-0.5/player_api support 2019-03-08 17:05:14 +01:00
bell07 4c3072ba8b
Merge pull request #20 from bell07/remove_updaters
remove all updater
2018-08-20 07:13:08 +02:00
Alexander Weber 169721840e remove all updater to solve CC-BY-NC-SA and Newtonsoft license issues
Fix for #19
2018-08-17 11:38:00 +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
bell07 0cb00a3a9b
Merge pull request #17 from Lejo1/mod_storage
Use Mod_storage

The mod storage is preferred above the player storage because of possibility to set skins for offline players . Thanks @Lejo1
2018-07-02 15:42:33 +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
bell07 2900d789af
Merge pull request #16 from bell07/clothing_support
clothing support
2018-06-22 21:52:47 +02:00
Alexander Weber 44b482e53a clothing support 2018-06-21 08:22:54 +02:00
bell07 bd8a575c3e
Merge pull request #14 from bell07/default_dependency_fix
add default to dependency since default.player_register_model() is used
2018-05-14 20:59:30 +02:00
Alexander Weber 5e38d478e3 add default to dependency since default.player_register_model() is used 2018-05-14 20:46:55 +02:00
bell07 e761999946
Merge pull request #13 from bell07/master
Visual update fixes if skin change externally
2018-05-14 19:38:56 +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
bell07 b12aefbe4f
Merge pull request #11 from bell07/V_1_8_skins
Added support for 1.8er Skins
Ok, just merge it without review
2018-05-10 15:14:51 +02:00
Alexander Weber 2c20692f33 Added support for 1.8er Skins 2018-04-16 16:17:42 +02:00
Jat15 45edbf808a French translation by Papou30 2018-04-01 21:03:39 +02:00
bell07 8d708ee405
Merge pull request #10 from minetest-mods/player_assignment_not_case_sensitive
Compare player assignment non case sensitive
2018-03-11 19:53:52 +01:00
Alexander Weber 9b9daa7494 Compare player assignment non case sensitive 2018-03-10 22:21:30 +01:00
bell07 5a640bc12d
Merge pull request #9 from minetest-mods/bugfix_8
Create and get UI-context on demand
Closes #8
2018-03-02 12:50:00 +01:00
Alexander Weber 4fd927e34e Bugfix #8 Create and get UI-context on demand 2018-03-01 21:15:04 +01:00
Muhammad Nur Hidayat Yasuyoshi (MNH48.com) 3abb6aee40 Update Malay translation 2018-02-19 11:18:18 -08:00
Alexander Weber 1a5400f83a localized chatcommands, added de language 2018-02-19 11:18:18 -08:00
Alexander Weber e619bc8d83 Adjustments based on SmallJoker feedback 2018-02-19 11:18:18 -08:00
Alexander Weber 14288a1ff0 mentioned chat commands in README.md 2018-02-19 11:18:18 -08:00
Alexander Weber 0ee30a925e cleanup 2018-02-19 11:18:18 -08:00
Alexander Weber 4962061752 moved the chat- and UI context to ram 2018-02-19 11:18:18 -08:00