Lars Müller
34942339c7
Fix bed night skip race condition ( #3067 )
2023-09-29 22:31:13 +02:00
Lars Mueller
996fea7cd0
Fix texture modifiers relying on undocumented behavior
2023-05-27 22:11:45 +02:00
fluxionary
9a9df3a42e
Fix logic error in bed rotation
2023-05-20 12:17:43 +02:00
澪
97130f4c1c
Update Chinese translation ( #3008 )
...
+ template update
2023-01-21 09:44:35 +01:00
Muhammad Rifqi Priyo Susanto
c4cf1a6004
Update Indonesian translation ( #3003 )
...
- Add missing translations
- Fix wrong terms/spellings
2022-11-27 21:24:35 +01:00
ssdaniel24
2e8ac46120
Beds: Replace hardcoded values of day interval with constants ( #2990 )
2022-09-28 11:07:50 +02:00
Romain
06daee4c6d
Correct some Esperanto translations ( #2910 )
2022-07-25 13:26:49 +02:00
mrkubax10
b57700a75b
Add polish translation ( #2926 )
2022-05-29 16:20:42 +02:00
baytuch
a5547a3a76
Add ukrainian (uk) translation ( #2921 )
...
Co-authored-by: sfan5 <sfan5@live.de>
2022-01-30 00:35:28 +01:00
ROllerozxa
c8a1454e2b
Fix and update Swedish translation ( #2920 )
2022-01-29 18:35:45 +01:00
Olivier Dragon
bcd1ee048e
Update french translations ( #2922 )
...
* Update french translations for beds, farming and fire
* Update french translations for mtg_craftguide
* Update french translations for default
* Correct typos
* Restore new line at end of file
* Shorten translation for better display
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-01-29 16:27:19 +01:00
Lars Müller
6623dec567
Redo player_api ( #2745 )
2022-01-17 21:49:28 +01:00
Daretmavi
60389a1539
Slovak translation update ( #2905 )
2021-12-12 16:38:02 +01:00
Wuzzy
2361987421
Update locale files
2021-12-10 12:24:48 +01:00
nogajun
31f7d57889
Add and fix Japanese translation ( #2904 )
2021-10-31 19:17:21 +01:00
ptah-alexs
f2bc5e2c67
Improve Russian translation ( #2532 )
2021-10-16 16:40:56 +02:00
雷哲翰
953fcfe09e
Improve zh_CN translation ( #2885 )
2021-09-04 23:37:39 +02:00
ElCeejo
8158926862
Check for attachments before attaching player to bed ( #2862 )
2021-05-08 11:30:57 +02:00
SmallJoker
c6171a8f29
Add Esperanto translation ( #2739 )
...
Co-authored-by: Jason Cartwright <cartwrightjason49@gmail.com>
2021-04-17 15:08:37 +02:00
Wuzzy
2c9733ac45
Add Lojban translation ( #2835 )
2021-02-23 20:00:46 +01:00
Ronoaldo Pereira
b6377a7c0e
Added Brazilian Portuguese translation ( #2834 )
...
Added the Brazilian Portuguese translation to all mods in the Minetest Game.
2021-02-23 20:00:02 +01:00
Nathaniel Freeman
73ea8e2e91
Update Spanish translation ( #2824 )
2021-02-15 21:54:48 +01:00
Wuzzy
46136bbf19
Update German translation ( #2821 )
2021-02-12 20:55:27 +01:00
ExeVirus
6bd059915c
Safe texture compression ( #2808 )
...
Only a single program was used to safely compress all textures in MTG.
* `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`
The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.
utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
Lars Müller
624dafc12b
Fix crash on exit of bed formspec if not sleeping ( #2826 )
2021-02-11 12:30:37 +01:00
sfan5
08b13c9efb
Fix deprecated alpha / use_texture_alpha use
2021-02-07 11:48:05 +01:00
Wuzzy
9d419bfac6
Update translation templates
2021-02-06 15:07:07 +01:00
Lars Müller
6a9cbcad82
Beds: Preserve player physics ( #2789 )
2021-02-01 23:00:05 +01:00
Maksim
e6aec880de
Use Minetest 5.3 'minetest.is_creative_enabled' API ( #2795 )
2020-12-13 18:59:19 +01:00
Rafsanjani Atallah
0232288d5e
Fix some mistakes in the Indonesian translations ( #2758 )
2020-12-13 18:58:37 +01:00
DS
226e2d4c12
Add missing not_in_creative_inventory group where appropriate ( #2764 )
2020-11-11 15:29:43 +00:00
Daretmavi
2953bf2bd6
Slovak translations ( #2772 )
2020-11-05 19:47:48 +01:00
SmallJoker
331bbae058
Fix deprecated get_player_velocity and set_physics_override calls ( #2770 )
2020-11-04 21:42:35 +01:00
An0n3m0us
268f869e67
beds: Various bug fixes ( #2566 )
...
· Fixes players sleeping in an occupied bed (Wuzzys code)
· Fixes 'sleepwalking' by checking players velocity (Wuzzys code)
· Fixes sleeping player flying off the bed when damaged and flying far away from the bed after death
· Fixes sleeping player being immobilized and bed undiggable after death
2020-09-02 18:32:06 +02:00
Muhammad Rifqi Priyo Susanto
8c01a5b288
Add Indonesian translations ( #2693 )
2020-06-29 18:41:50 +02:00
updatepo.sh
8855490b7f
Update translation templates
2020-06-26 14:41:30 +02:00
David Leal
81c5b6b399
beds: Use player_api
functions instead of default
( #2654 )
2020-04-23 22:19:58 +02:00
IFRFSX
91ac075cff
Update Chinese Translation, Add Traditional Chinese Translation ( #2596 )
2020-03-02 21:53:12 +01:00
Paramat
9bf64b61c2
Fix simple bed height, make player lay down just above it, not inside it
2020-02-08 03:11:44 +00:00
DS
176ddba176
Reset spawn position on bed destruction
2020-01-26 18:59:44 +01:00
Zaoqi
da39bae50e
Add zh_CN translation
2020-01-22 19:09:38 +01:00
Muhammad Nur Hidayat Yasuyoshi (MNH48)
710605687b
Add Malay translation
2019-11-30 17:31:40 +01:00
Aresiel
10dce79451
Add Swedish translation
2019-11-30 17:31:29 +01:00
An0n3m0us
d9f8c6cc43
Escape translated text in 'beds' mod formspec
2019-11-22 21:47:47 +00:00
Andrey2470T
6fea665fcc
Add Russian translation ( #2525 )
2019-10-24 21:54:20 +02:00
Hamlet
93a49f082c
Italian translation ( #2491 )
2019-10-12 14:30:37 +02:00
JDiaz
a00ff24df9
Spanish Translation ( #2505 )
2019-10-10 21:19:20 +02:00
DrHackberry
0f369b43fe
French translation ( #2514 )
2019-10-10 21:18:25 +02:00
SnicklePickles
ce1eaeebbe
Grammar updates README.txt
2019-10-01 21:47:58 +02:00
Wuzzy
106c36da33
Add translation templates and German translation
2019-09-22 13:42:40 +02:00