aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu
diff options
context:
space:
mode:
authorNikita Epifanov <nikgreens@protonmail.com>2020-09-10 08:58:53 +0000
committersfan5 <sfan5@live.de>2021-01-30 21:06:13 +0100
commit5871e32a842aa68b50af279e792ab8d1c47ea05f (patch)
tree1e37113fc53de4f5d311e2c231b1754b2e4690f3 /builtin/mainmenu
parent485e4d82a2c29d04a3b267e1de450e86b7c002a9 (diff)
downloadminetest-5871e32a842aa68b50af279e792ab8d1c47ea05f.tar.gz
minetest-5871e32a842aa68b50af279e792ab8d1c47ea05f.tar.bz2
minetest-5871e32a842aa68b50af279e792ab8d1c47ea05f.zip
Translated using Weblate (Russian)
Currently translated at 99.9% (1349 of 1350 strings)
Diffstat (limited to 'builtin/mainmenu')
0 files changed, 0 insertions, 0 deletions
, disable fillerparamat2015-08-03 * Fix MSVC number conversion warningSmallJoker2015-07-25 * Mapgen objects: Enable heatmap and humidmap for all biome api mapgensparamat2015-06-20 * Make get_biome_list() error message more helpfulkwolekr2015-05-28 * Add some missing getter functions to the lua APITeTpaAka2015-05-28 * Fix null dereference when loading schematic from definition without a NodeDef...kwolekr2015-05-17 * Add mod securityShadowNinja2015-05-16 * Fix compiler warning about sign comparisonest312015-05-13 * Schematics: Add per-node force placement optionkwolekr2015-05-09 * Tests: Add schematic unittestskwolekr2015-05-08 * Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr2015-05-07 * NodeResolver: Remove NodeResolveMethodkwolekr2015-05-07 * Ore: Add biomes parameterkwolekr2015-04-20 * Biome API: Add biome-specific river waterparamat2015-04-19 * Schematics: Fix core.schematic_create()kwolekr2015-04-17 * Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safetykwolekr2015-04-17 * Biomes: Remove referenced biomes from Decorations on clearkwolekr2015-04-16 * Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-16 * Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr2015-04-13 * Schematics: Prepend mod path to relative schematic filepathskwolekr2015-04-08 * Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01 * ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr2015-03-31 * GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-31 * lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optionalparamat2015-03-24 * Add core.register_schematic() and cache schematics on usekwolekr2015-03-23 * Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st...kwolekr2015-03-20 * lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorationsparamat2015-03-11 * Fix issue #2441: crash on respawn, since a conversion std::list to std::vecto...Loic Blot2015-03-05