Compare commits

...

10 Commits

Author SHA1 Message Date
Wuzzy
bec57b1db7 Version 1.3.3 2023-04-12 14:11:59 +02:00
Wuzzy
081c021e91 Set debug level of a log message 2023-04-12 14:11:35 +02:00
Wuzzy
97983b7703 Credit syl for French translation 2023-03-16 14:51:31 +01:00
Wuzzy
0014f84d26 Merge pull request 'Add French translation' (#1) from syl/minetest_mana:master into master
Reviewed-on: https://codeberg.org/Wuzzy/minetest_mana/pulls/1
2023-03-16 13:49:47 +00:00
syl
396eac86ab Add French translation 2023-03-16 01:39:06 +01:00
Wuzzy
57b434e6c6 Version 1.3.2 2023-03-13 14:23:52 +01:00
Wuzzy
ed2ce59152 Add mod title 2023-03-13 14:21:10 +01:00
Wuzzy
4730ea30e3 Add Wuzzy to .mailmap file 2023-03-13 14:19:56 +01:00
Wuzzy
eb828a7749 Uptimize PNGs 2023-03-13 14:19:24 +01:00
Wuzzy
31250df93e Version 1.3.1 2019-03-22 16:27:42 +01:00
8 changed files with 13 additions and 2 deletions

2
.mailmap Normal file
View File

@ -0,0 +1,2 @@
Wuzzy <Wuzzy@disroot.org> <Wuzzy2@mail.ru>
Wuzzy <Wuzzy@disroot.org> <almikes@aol.com>

View File

@ -1,6 +1,6 @@
# Mana [mana]
* Version: 1.3.0
* Version: 1.3.3
* Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. See: <http://semver.org/>
## Description
@ -45,3 +45,8 @@ License information
* `textures/mana_bgicon.png`: CC BY 3.0, originally by Buch, modified by Wuzzy.
* `textures/mana_bar.png`: [MIT License](https://opensource.org/licenses/MIT) by Wuzzy.
* Everything else: MIT License.
### Translation credits
* Wuzzy: German
* syl: French

View File

@ -169,7 +169,7 @@ do
if(string ~= nil) then
local savetable = minetest.deserialize(string)
mana.playerlist = savetable.playerlist
minetest.debug("[mana] mana.mt successfully read.")
minetest.log("action", "[mana] mana.mt successfully read.")
end
end
end

3
locale/mana.fr.tr Normal file
View File

@ -0,0 +1,3 @@
# textdomain:mana
Mana=Mana
Mana: @1/@2=Mana : @1/@2

View File

@ -1,3 +1,4 @@
name = mana
title = Mana
description = Adds a mana attribute to players, can be used as energy source for magical items, etc.
optional_depends = hudbars

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 B

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 210 B