aboutsummaryrefslogtreecommitdiff
path: root/po/ja (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-01Add a Way of checking for specific Feature with Lua Adds minetest.get_feature...Sfan53-0/+34
2013-04-28Fix itemdef drop on NULL texturekwolekr1-1/+2
2013-04-27Actually fix shader3 alpha this timekwolekr1-6/+7
2013-04-27Enhance caves for mgv7, add ravineskwolekr6-46/+359
2013-04-25Minor hud.cpp cleanupkwolekr2-9/+10
2013-04-25Ability to change the crosshair using texturesEsteban I. Ruiz Moreno1-1/+13
2013-04-25Generalize hud_builtin_enable into hud_set_flagskwolekr12-107/+85
2013-04-25Tune finite liquids, indev huge cavesproller2-2/+2
2013-04-25Fix serverlist on -DRUN_IN_PLACE=0 (use path_user instead of path_share)Zeg91-4/+6
2013-04-25Move player collisionbox to player classsapier4-19/+15
2013-04-25kahrl is backPilzAdam1-1/+1
2013-04-25Transform alpha channel as well in shaderkwolekr1-1/+2
2013-04-25Fix compatibility of RBA's NDT_GLASSLIKE_FRAMEDPerttu Ahola1-2/+3
2013-04-24Improve getFree*ActiveObjectId to reduce common case cpu usage drasticalysapier1-12/+14
2013-04-24Add new drawtype GLASSLIKE_FRAMEDRealBadAngel5-2/+135
2013-04-24Added support to disable built-in HUD elementsDiego Martínez13-11/+138
2013-04-23Fixes possible crash when using hud_change with "align" or "offset"Diego Martínez1-1/+2
2013-04-23Fix to: addUpdateMeshTaskWithEdgeRealBadAngel1-14/+8
2013-04-23Add option to use texture alpha channelkwolekr8-11/+98
2013-04-23Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0Perttu Ahola3-0/+5
2013-04-23Grow dirt_with_snow instead of dirt_with_grass if snow is above itPilzAdam1-1/+5
2013-04-23Add minetest.get_player_ip()ShadowNinja2-0/+27
2013-04-23Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...ShadowNinja5-7/+14
2013-04-23Added offset support for HUD itemsDiego Martínez9-8/+43
2013-04-23Added support for alignment in HUD itemsDiego Martínez9-2/+38