Update files to 1.4 (#149)
* Update README and screenshots * Update version number in about.lua
This commit is contained in:
parent
5cfec3a92a
commit
036d37695a
13
README.md
13
README.md
@ -11,7 +11,8 @@ It adds a mail-system that allows players to send each other messages in-game an
|
|||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
|
|
||||||
![](screenshot_1.2.0.png)
|
![Main view](screenshot_1.4.0_1.png)
|
||||||
|
![Message view](screenshot_1.4.0_2.png)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
@ -43,7 +44,8 @@ Mails can be deleted, marked as read or unread, replied to and forwarded to anot
|
|||||||
* Multiple selection (new in 1.1.0)
|
* Multiple selection (new in 1.1.0)
|
||||||
* Settings
|
* Settings
|
||||||
* Chat, on join, HUD and sound notifications
|
* Chat, on join, HUD and sound notifications
|
||||||
* Translated in : English, French, German, Chinese (both traditional and simplified), Spanish, Brazilian Portuguese.
|
* Anti-spam detection
|
||||||
|
* Translated in : English, French, German, Chinese (both traditional and simplified), Spanish, Brazilian Portuguese, Hungarian, Indonesian.
|
||||||
|
|
||||||
# Compatibility / Migration
|
# Compatibility / Migration
|
||||||
|
|
||||||
@ -51,8 +53,10 @@ Overview:
|
|||||||
* `v1` all the data is in the `<worldfolder>/mails.db` file
|
* `v1` all the data is in the `<worldfolder>/mails.db` file
|
||||||
* `v2` every player has its own (in-) mailbox in the `<worldfolder>/mails/<playername>.json` file
|
* `v2` every player has its own (in-) mailbox in the `<worldfolder>/mails/<playername>.json` file
|
||||||
* `v3` every player has an entry in the `<playername>` `mod_storage/` (inbox, outbox, drafts, contacts, mailing lists, settings)
|
* `v3` every player has an entry in the `<playername>` `mod_storage/` (inbox, outbox, drafts, contacts, mailing lists, settings)
|
||||||
|
* `v3.1` database fix after the message id mess
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
* None
|
* None
|
||||||
|
|
||||||
# License
|
# License
|
||||||
@ -84,7 +88,12 @@ See the "LICENSE" file
|
|||||||
* nyomi (Hungarian translation)
|
* nyomi (Hungarian translation)
|
||||||
* whosit (UI fixes)
|
* whosit (UI fixes)
|
||||||
* Wuzzy (German translation)
|
* Wuzzy (German translation)
|
||||||
|
* savilli (UX fixes)
|
||||||
|
* Panquesito7 (Maintenance)
|
||||||
|
* Eredin (Spanish translation)
|
||||||
* Muhammad Rifqi Priyo Susanto (Indonesian translation)
|
* Muhammad Rifqi Priyo Susanto (Indonesian translation)
|
||||||
|
* aBlueShadow (sfinv compatibility)
|
||||||
|
* Singularis (UX and storage fixes)
|
||||||
|
|
||||||
# Contribute
|
# Contribute
|
||||||
|
|
||||||
|
BIN
screenshot_1.4.0_1.png
Normal file
BIN
screenshot_1.4.0_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 722 KiB |
BIN
screenshot_1.4.0_2.png
Normal file
BIN
screenshot_1.4.0_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 802 KiB |
@ -55,7 +55,7 @@ function mail.show_about(name)
|
|||||||
label[0.2,0;Mail]
|
label[0.2,0;Mail]
|
||||||
|
|
||||||
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
|
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
|
||||||
label[0.2,0.9;]] .. S("Version: @1", "1.4.0-dev") .. [[]
|
label[0.2,0.9;]] .. S("Version: @1", "1.4.0") .. [[]
|
||||||
|
|
||||||
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
|
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
|
||||||
label[0.2,1.5;]] .. S("Licenses") .. [[]
|
label[0.2,1.5;]] .. S("Licenses") .. [[]
|
||||||
|
Loading…
Reference in New Issue
Block a user