aboutsummaryrefslogtreecommitdiff
path: root/po/hu
Commit message (Collapse)AuthorAge
* Translated using Weblate (Hungarian)Balázs Kovács2022-01-30
| | | | Currently translated at 86.0% (1219 of 1416 strings)
* Update translationsupdatepo.sh2022-01-25
|
* Translated using Weblate (Hungarian)Balázs Kovács2022-01-25
| | | | Currently translated at 85.5% (1210 of 1415 strings)
* Translated using Weblate (Hungarian)Kisbenedek Márton2022-01-25
| | | | Currently translated at 79.9% (1131 of 1415 strings)
* Translated using Weblate (Hungarian)pampogo kiraly2022-01-25
| | | | Currently translated at 79.7% (1129 of 1415 strings)
* Update translation filesupdatepo.sh2021-11-27
|
* Translated using Weblate (Hungarian)Ács Zoltán2021-11-27
| | | | Currently translated at 81.9% (1144 of 1396 strings)
* Update translation filesupdatepo.sh2021-06-16
|
* Translated using Weblate (Hungarian)Hatlábú Farkas2021-06-16
| | | | Currently translated at 75.8% (1028 of 1356 strings)
* Update translation filesupdatepo.sh2021-02-23
|
* Translated using Weblate (Hungarian)Ács Zoltán2021-02-23
| | | | Currently translated at 75.7% (1025 of 1353 strings)
* Update translation filesupdatepo.sh2021-01-30
|
* Translated using Weblate (Hungarian)Ács Zoltán2021-01-30
| | | | Currently translated at 77.8% (1051 of 1350 strings)
* Translated using Weblate (Hungarian)Ács Zoltán2020-07-08
| | | | Currently translated at 77.1% (1042 of 1350 strings)
* Update translation filesupdatepo.sh2020-06-13
|
* Translated using Weblate (Hungarian)Ács Zoltán2020-06-13
| | | | Currently translated at 70.8% (912 of 1288 strings)
* Translated using Weblate (Hungarian)Balázs Vámos2020-06-13
| | | | Currently translated at 70.7% (911 of 1288 strings)
* Translated using Weblate (Hungarian)An0n3m0us2020-06-13
| | | | Currently translated at 69.9% (901 of 1288 strings)
* Translated using Weblate (Hungarian)Larissa Piklor2020-06-13
| | | | Currently translated at 69.8% (900 of 1288 strings)
* Translated using Weblate (Hungarian)Ács Zoltán2020-06-13
| | | | Currently translated at 69.6% (897 of 1288 strings)
* Update translation filesupdatepo.sh2020-04-03
|
* Translated using Weblate (Hungarian)sfan52020-04-03
| | | | Currently translated at 59.6% (768 of 1288 strings)
* Translated using Weblate (Hungarian)Ács Zoltán2020-04-03
| | | | Currently translated at 59.5% (767 of 1288 strings)
* Translated using Weblate (Hungarian)An0n3m0us2020-04-03
| | | | Currently translated at 59.7% (769 of 1288 strings)
* Update translation sourcesrubenwardy2020-01-24
|
* Translated using Weblate (Hungarian)Ács Zoltán2020-01-24
| | | | Currently translated at 61.9% (789 of 1274 strings)
* Translated using Weblate (Hungarian)Krock2020-01-24
| | | | Currently translated at 61.9% (788 of 1274 strings)
* Translated using Weblate (Hungarian)Ács Zoltán2020-01-24
| | | | Currently translated at 61.9% (788 of 1274 strings)
* Update translation stringsupdatepo.sh2019-10-12
|
* Update from Weblate (hacky)Translators2019-10-12
|
* Update translation stringsupdatepo.sh2019-09-09
|
* Update from WeblateTranslators2019-09-09
|
* Run updatepo.shTranslations2019-02-24
|
* Update translationsTranslations2019-02-24
|
* Update minetest.conf.example, settings strings and locale files (#8230)Wuzzy2019-02-14
|
* Run updatepo.shTranslation2019-02-14
|
* Update translationsTranslations2019-02-14
|
* Cleanup translation filesLoïc Blot2019-01-28
| | | | These were broken on the previous commits
* Update translationsTranslations2019-01-27
|
* Run updatepo.shTranslations2019-01-06
|
* Update translations from WeblateTranslations2019-01-06
|
* Update minetest.conf.example and run updatepo.sh (#7947)Update Script2018-12-09
|
* Add translation of LANG_CODE in all languagesEkdohibs2017-08-24
|
* Fix updatepo.sh and run it.Ekdohibs2017-08-24
| | | | It was broken due to the presence of "µ" utf-8 characters in builtin/profiler/reporter.lua.
* Run updatepo.shLoic Blot2017-05-21
|
* Footsteps without view bobbing (#5645)Louis Pearson2017-04-25
| | | | | | | | | | | | * Remove redundant view_bobbing setting Also fixes bug where disabling view_bobbing disables footstep sounds. * Removes redundant view_bobbing setting Setting view_bobbing amount to 0 is now the only way to turn view_bobbing on and off. Also fixed a bug where footstep sounds would not play when view_bobbing was disabled.
* Run updatepo.shest312016-12-14
|
* Run updatepo.shest312016-08-30
|
* Run updatepo.shest312016-07-12
|
* Translated using Weblate (Hungarian)Kisbenedek Márton2016-05-10
| | | | Currently translated at 75.7% (672 of 887 strings)
class="hl opt">= 1 elseif n.param2 == 5 then d.z = -1 end else d.y = -1 end local p2 = {x=p.x+d.x, y=p.y+d.y, z=p.z+d.z} local nn = minetest.get_node(p2).name local def2 = minetest.registered_nodes[nn] if def2 and not def2.walkable then return false end return true end -- -- Some common functions -- function nodeupdate_single(p, delay) n = minetest.get_node(p) if minetest.get_node_group(n.name, "falling_node") ~= 0 then p_bottom = {x=p.x, y=p.y-1, z=p.z} n_bottom = minetest.get_node(p_bottom) -- Note: walkable is in the node definition, not in item groups if minetest.registered_nodes[n_bottom.name] and (minetest.get_node_group(n.name, "float") == 0 or minetest.registered_nodes[n_bottom.name].liquidtype == "none") and (n.name ~= n_bottom.name or (minetest.registered_nodes[n_bottom.name].leveled and minetest.env:get_node_level(p_bottom) < minetest.env:get_node_max_level(p_bottom))) and (not minetest.registered_nodes[n_bottom.name].walkable or minetest.registered_nodes[n_bottom.name].buildable_to) then if delay then minetest.after(0.1, nodeupdate_single, {x=p.x, y=p.y, z=p.z}, false) else n.level = minetest.env:get_node_level(p) minetest.remove_node(p) spawn_falling_node(p, n) nodeupdate(p) end end end if minetest.get_node_group(n.name, "attached_node") ~= 0 then if not check_attached_node(p, n) then drop_attached_node(p) nodeupdate(p) end end end function nodeupdate(p, delay) -- Round p to prevent falling entities to get stuck p.x = math.floor(p.x+0.5) p.y = math.floor(p.y+0.5) p.z = math.floor(p.z+0.5) for x = -1,1 do for y = -1,1 do for z = -1,1 do nodeupdate_single({x=p.x+x, y=p.y+y, z=p.z+z}, delay or not (x==0 and y==0 and z==0)) end end end end -- -- Global callbacks -- function on_placenode(p, node) nodeupdate(p) end minetest.register_on_placenode(on_placenode) function on_dignode(p, node) nodeupdate(p) end minetest.register_on_dignode(on_dignode)