Commit Graph

4 Commits

Author SHA1 Message Date
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 e5714f272c fix missed adjustments for MT5 game translation 2020-01-08 08:00:44 +01: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