aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-11Fix invalid usage of temporary object in mainmenu json conversionsapier
2013-11-11Disable localization workaround in serversapier
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-11-10Fix spaces float islands codeproller
2013-11-10FIxed floating isle generation at chunk boundaries0gb.us
A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
2013-11-09Weather: Fix uninitialized weather_update_time (sorry proller)kwolekr
2013-11-09Add BlockMen to core dev listPilzAdam
2013-11-09Fix game buttons not beeing 48x48sapier
2013-11-09Fix crash updating gametype without gamesapier
2013-11-08Fix typo in lua_api.txtPilzAdam
2013-11-07Add wrapper for minetest.rotate_and_place.4Evergreen4
2013-11-06Don't assert scalars must be vectors.Cy
2013-11-06Fix orient_flags to be optional.Vanessa Ezekowitz
2013-11-06Add 6d facedir rotation prediction routineVanessa Ezekowitz
2013-11-06Correct useragent in http queriesproller
Net struct init
2013-11-05Masterserver uptime fixproller
2013-11-05Add seed entry to world creation dialogkwolekr
2013-11-04Accept hexadecimal and string values for seedskwolekr
2013-11-04Fix invalid use of pointer to temporary object in json2lua conversionsapier
2013-11-04Fix masterserver README.mdIlya Zhuravlev
2013-11-04Masterserver fixesproller
2013-11-04Masterserver show privs and js autoloadproller
2013-11-03Add a "More..." link when the serverlist is filteredShadowNinja
2013-11-03Only show servers with at least master.min_clients clientsShadowNinja
2013-11-03Use a doT.js template for the serverlistShadowNinja
2013-11-03Fix invalid usage of texture->getSize() where actually ↵sapier
texture->getOriginalSize() was meant
2013-11-03Fix typoBlockMen
2013-11-03Reworked formspecs and kahrl's hexcolor parserBlockMen
2013-11-03Send a on_receive_fields event when formspec is closed, with fields.quit = ↵Novatux
"true"
2013-11-02Add basic protection support to builtinShadowNinja
2013-11-02Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen
2013-11-02Fix possible crash with grass ABM.Novatux
2013-11-02Fix liquid_rangePilzAdam
* Prevent graphical glitches on old servers * Fix flowing of liquids with viscosity != 1 and range != 8 * Fix range = 0, no flowing nodes will appear
2013-11-02Fix grass adding/removing ABM.Novatux
2013-11-02Move the sapling growing and grass adding/removing ABMs to LuaNovatux
2013-11-01Add my email address to the main menu creditsShadowNinja
2013-11-01Add more checks to vector functionsShadowNinja
2013-11-01Don't remove background of games in submenusBlockMen
2013-11-01Fixed ignoring of "diggable" property of nodes.0gb.us
2013-11-01Add a callback: minetest.register_on_craft(itemstack, player,Novatux
old_craft_grid, craft_inv) and minetest.register_craft_predict(itemstack, player, old_craft_grid, craft_inv)
2013-11-01Made unknown nodes stop falling nodes properly and shorten linesShadowNinja
2013-11-01Raise the maximum node limit to 0x7fffShadowNinja
As agreed to by kahrl
2013-11-01Move new core devs to the "Core Developpers" section of mainmenu.Novatux
2013-10-18Masterserver totals fixproller
2013-10-18Masterserver updateproller
2013-10-17Add sanity checks to vector functionsShadowNinja
2013-10-17Remove vector metatable settingShadowNinja
This not only makes the vector functions faster, but also makes them more consistent with other functions.
2013-10-17Fix object duplication bug (at least in the most reproducible UFO case)Perttu Ahola
2013-10-16Add tool callbackNovatux