aboutsummaryrefslogtreecommitdiff
path: root/po/da/minetest.po
Commit message (Expand)AuthorAge
* Update translation filesupdatepo.sh2022-07-20
* Translated using Weblate (Danish)Thomas Wagner Nielsen2022-01-30
* Update translationsupdatepo.sh2022-01-25
* Update translation filesupdatepo.sh2021-11-27
* Update translation filesupdatepo.sh2021-06-16
* Update translation filesupdatepo.sh2021-02-23
* Update translation filesupdatepo.sh2021-01-30
* Update translation filesupdatepo.sh2020-06-13
* Update translation filesupdatepo.sh2020-04-03
* Translated using Weblate (Danish)sfan52020-04-03
* Update translation sourcesrubenwardy2020-01-24
* Translated using Weblate (Danish)Krock2020-01-24
* 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 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
* 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
* Run updatepo.shLoic Blot2017-05-21
* Footsteps without view bobbing (#5645)Louis Pearson2017-04-25
* Run updatepo.shest312016-12-14
* Translated using Weblate (Danish)Thomas Wagner Nielsen2016-12-14
* Translated using Weblate (Danish)Joe Hansen2016-12-14
* Translated using Weblate (Danish)Thomas Wagner Nielsen2016-12-13
* Run updatepo.shest312016-08-30
* Translated using Weblate (Danish)Rui2016-08-30
* Translated using Weblate (Danish)Thomas Wagner Nielsen2016-08-30
* Run updatepo.shest312016-07-12
* Translated using Weblate (Danish)Thomas Wagner Nielsen2016-05-10
* Run updatepo.shest312016-05-05
* Translated using Weblate (Danish)Thomas Wagner Nielsen2016-05-01
* Update po files, minetest.conf.example and settings_translation_file.cppest312016-02-27
* Translated using Weblate (Danish)Peter Mikkelsen2016-01-25
* Run util/updatepo.shest312015-11-08
* Run updatepo.shest312015-10-24
* Run updatepo.shest312015-09-12
* Run updatepo.shest312015-07-17
* Revert "Update Russian translation"Kahrl2014-12-13
* Update po filesShadowNinja2014-12-12
* Run updatepo.shPilzAdam2013-11-23
* Run updatepo.shIlya Zhuravlev2013-09-08
an>height * BS; float thickness_bs = m_params.thickness * BS; m_box = aabb3f(-BS * 1000000.0f, height_bs - BS * m_camera_offset.Y, -BS * 1000000.0f, BS * 1000000.0f, height_bs + thickness_bs - BS * m_camera_offset.Y, BS * 1000000.0f); } bool gridFilled(int x, int y) const; video::SMaterial m_material; aabb3f m_box; u16 m_cloud_radius_i; bool m_enable_3d; u32 m_seed; v3f m_camera_pos; v2f m_origin; v3s16 m_camera_offset; video::SColorf m_color = video::SColorf(1.0f, 1.0f, 1.0f, 1.0f); CloudParams m_params; bool m_camera_inside_cloud = false; };