aboutsummaryrefslogtreecommitdiff
path: root/po/minetest.pot (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-03Fix multiple texture support for animated meshnodes.stujones111-1/+1
2013-06-03Corrected segfault when registering new biomes.sweetbomber1-1/+1
2013-06-03Add and implement setting max_clearobjects_extra_loaded_blocks.Kahrl5-1/+76
2013-06-03Delay deleting replaced textures (m_texture_trash)Kahrl1-1/+15
2013-06-03Call m_menumgr->deletingMenu from quitMenu in addition to destructorKahrl1-0/+1
2013-06-03Add Code::Blocks project and build files to .gitignorebcnjr51-0/+3
2013-06-03Replace c55.me linksKahrl4-4/+5
2013-06-01Fix missing find_path and line_of_sightsapier1-8/+10
2013-06-01Fix some nullptr exceptions when handling invalid node inventoriesMetaDucky1-1/+14
2013-06-01Translated using Weblate (French)Ilya Zhuravlev1-3/+3
2013-06-01Translated using Weblate (Portuguese (Brazil))Frederico GuimarĂ£es1-3/+2
2013-06-01Translated using Weblate (Portuguese)v c1-7/+7
2013-06-01Translated using Weblate (Kirghiz)Chynggyz Jumaliev1-35/+46
2013-06-01Translated using Weblate (German)Pilz Adam1-3/+3
2013-06-01Translated using Weblate (Chinese (China))Shen Zheyu1-2/+2
2013-06-01Fix minetest.get_inventory(loc) always returning nil for "node" type locMetaDucky1-17/+13
2013-06-01Fix editbox default text being pre-selected in some casesMetaDucky3-1/+10
2013-06-01Generate debug HUD text with ostringstream instead of snprintf.Kahrl1-26/+24
2013-05-31Liquid adjusting: continue to dropproller2-4/+45
2013-05-30Translated using Weblate (Portuguese)manuel joaquim1-40/+40
2013-05-29Translated using Weblate (Portuguese)manuel duarte1-1/+1
2013-05-29Translated using Weblate (Portuguese)manuel duarte1-9/+20
2013-05-26Bugfix: Update formname on showing new formspec while already one shownsapier1-2/+11
2013-05-26Fixed wrongly named invref:get_location() table members for nodes.MetaDucky1-2/+2
2013-05-26Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl12-4/+89
2013-05-25Higher resolution menuheaderPilzAdam2-0/+14
2013-05-25Fix itemstack:add item not working correctsapier1-1/+1
2013-05-25Move scriptapi to separate folder (by sapier)sapier87-5583/+6400
2013-05-24Predict param2 of facedir nodes and attachment of attached_node nodesPilzAdam1-3/+28
2013-05-22Make raillike nodes connect to any other raillike nodes if both are in the gr...Jeija2-14/+64
2013-05-21Fix disappearing of wielditemPilzAdam1-1/+2
2013-05-21Log non-fatal mod name conflict to actionstream instead of errorstreamKahrl1-1/+1
2013-05-20Dont animate changing wielditem from hand to handPilzAdam1-1/+2
2013-05-20Add menu_header.png and remove old, unused texturesPilzAdam4-0/+0
2013-05-20Fix typo in particle spawningMetaDucky1-1/+1
2013-05-20Save settings after dropping main menuelagin1-0/+3
2013-05-20Fix link in minetest.conf.exampleRuss1-1/+1
2013-05-20Use the group "soil" for nodes that saplings grow onShadowNinja3-11/+7
2013-05-19Fix lava damage on player's upper bodykwolekr1-1/+1
2013-05-19Fix nearly all warningskwolekr15-30/+13
2013-05-20Allow nil as puncher e.g. to do damage by tntsapier2-9/+29
2013-05-20Add a little animation when changing the wielded itemPilzAdam3-13/+58
2013-05-19Dont teleport back if holding sneak when detaching/turn freemove offPilzAdam1-0/+2
2013-05-19Fix EmergeThread names in logKahrl1-1/+1
2013-05-19Write mods that are not in world.mt into it at world startupPilzAdam1-0/+3
2013-05-19Dont load mods that have no entry in world.mtPilzAdam2-14/+7
2013-05-19Install mods/mods_here.txt instead of mods/minetest/mods_here.txtPilzAdam1-1/+1
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr11-180/+185
2013-05-19Fix regression of world loading caused by 81c863ackwolekr1-2/+2
2013-05-19New modsystemPilzAdam6-56/+19