aboutsummaryrefslogtreecommitdiff
path: root/doc/protocol.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-24Add seed parameter for default and L-system treesRealBadAngel6-32/+37
2013-02-23Read server_announce from minetest.conf for GUIPilzAdam1-0/+1
2013-02-23Add sound volume controls to ingame menuRealBadAngel7-1/+268
2013-02-21Added debug log level settingkwolekr2-16/+26
2013-02-22Fix json includeIlya Zhuravlev1-1/+1
2013-02-22new auto masterserverproller20-49/+6919
2013-02-21Drop nodes as items when dugged and no room in inventory and dont remove ↵PilzAdam2-2/+13
dropped items when no room in inventory
2013-02-20Print missing mod dependencies on server startJürgen Doser1-8/+14
i.e., not only the mod with missing dependencies, but also the missing dependencies itself. (This already used to be the case before the mod selection gui was added) Also, mods with unsatisfied dependencies are no longer reported as mods that could not be found.
2013-02-19Dont drop tools on rightclickPilzAdam1-2/+1
2013-02-19Disable placement prediction for nodes that use on_rightclickJeija6-2/+15
2013-02-18Set numeric locale for LuaIlya Zhuravlev1-0/+1
2013-02-15Some kind of middleway values for player acceleration for nowPerttu Ahola3-9/+9
2013-02-15Restore old acceleration behavior until something is actually agreed on (part 2)Perttu Ahola1-3/+3
2013-02-15Restore old acceleration behavior until something is actually agreed onPerttu Ahola1-3/+3
2013-02-14Add Freetype supportIlya Zhuravlev23-16/+7271
2013-02-14Improved Player PhysicsMirceaKitsune10-110/+296
2013-02-13Fix minetest.item_place_node() and minetest.item_drop() to always return an ↵PilzAdam1-3/+3
ItemStack
2013-02-13Fix to on_rightclick not able to change wielded_itemRealBadAngel2-3/+4
2013-02-12Server requires gettext library as wellDmitry Marakasov1-0/+1
2013-02-12Enable multiline signsPilzAdam1-1/+1
2013-02-10Dont remove grass under unloaded blocksPilzAdam1-1/+2
2013-02-10Disable backface culling for drawtype plantlike and only draw 2 faces ↵Jürgen Doser2-12/+5
instead of 4 This way, plants actually show the real backface on their back side, i.e., the front face mirrored around the vertical axis, instead of showing the front face on both sides. This looked weird when the texture was not symmetrical around the vertical axis.
2013-02-10Don't fall off nodes if sneaking with free_move on but without fly privilegesShadowNinja1-1/+1
2013-02-10Don't see through nodes without noclip privilegesShadowNinja1-1/+1
2013-02-10Translated using Weblate (Russian)Oleg Matveev1-5/+8
2013-02-10Translated using Weblate (Portuguese)Pilz Adam1-3/+3
2013-02-10Translated using Weblate (Italian)Pilz Adam1-3/+3
2013-02-09Translated using Weblate (Italian)pandoro almascarpone1-2/+4
2013-02-08Translated using Weblate (Russian)Pilz Adam1-3/+3
2013-02-08Translated using Weblate (Portuguese)Francizca Rodriguez1-9/+9
2013-02-08Translated using Weblate (Japanese)Mitori Itoshiki1-17/+18
2013-02-08Translated using Weblate (Danish)Pilz Adam1-3/+5
2013-02-08Translated using Weblate (Chinese (China))Shen Zheyu1-4/+13
2013-02-07Translated using Weblate (Spanish)Francizca Rodriguez1-5/+5
2013-02-07Translated using Weblate (Portuguese)Francizca Rodriguez1-157/+171
2013-02-07Translated using Weblate (Portuguese)Pilz Adam1-2/+2
2013-02-07Translated using Weblate (Portuguese)Francizca Rodriguez1-3/+3
2013-02-07Translated using Weblate (Portuguese)Pilz Adam1-3/+3
2013-02-07Translated using Weblate (Portuguese)Francizca Rodriguez1-2/+2
2013-02-07Translated using Weblate (Portuguese)Pilz Adam1-4/+4
2013-02-07Translated using Weblate (Portuguese)Francizca Rodriguez1-13/+18
2013-02-07Document remote_media settingIlya Zhuravlev1-0/+4
2013-02-07Fix compile error (MSVC2010).Ilya Zhuravlev2-2/+2
2013-02-06Add flag string settings, flat map optionkwolekr9-35/+121
2013-02-06Translated using Weblate (Chinese (China))L JJ1-2/+1
2013-02-06Fix assertion condition in initializePaths()kwolekr1-1/+1
2013-02-06Don't write control character to verbosestreamkwolekr1-1/+1
2013-02-06Fix and improve noise map functionskwolekr1-35/+30
2013-02-06Add Perlin noise map Lua APIkwolekr1-7/+187
2013-02-06Improve random map seed generationkwolekr1-4/+4