aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-10-16Fix minetest.facedir_to_dir when param2 is 5 or 7.Novatux
2013-10-14Add support for parameter 'visual_scale' for drawtypes 'signlike' and ↵Sokomine
'torchlike' like used for drawtype 'plantlike'
2013-10-08Translated using Weblate (Spanish)William Strealy
2013-10-08Translated using Weblate (Portuguese (Brazil))Frederico Guimarães
2013-10-08Translated using Weblate (Dutch)Rutger NL
2013-10-08Translated using Weblate (Portuguese (Brazil))Frederico Guimarães
2013-10-08Translated using Weblate (Chinese (China))Shen Zheyu
2013-10-08Translated using Weblate (Dutch)Rutger NL
2013-10-08Translated using Weblate (French)we prefer instagib metl3
2013-10-08Translated using Weblate (German)Pilz Adam
2013-10-08Add Czech languageKahrl
2013-10-07FIx wrong error message on invalid use of the formspec element image_buttonRealBadAngel
2013-10-05Remove mapgen_air alias (#935)0gb.us
2013-10-01Optimized minetest.get_connected_players()fairiestoy
Instead of collecting all objects within a huge radius (which could be a big value), just register each player that connects and give back the current hold list.
2013-09-29Pass VERSION_EXTRA to GenerateVersion.cmakeKahrl
2013-09-28Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStackPilzAdam
2013-09-28Allow to manually specify param2 in minetest.item_place() and return successPilzAdam
2013-09-28Add --version optionKahrl
2013-09-28Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txtKahrl
2013-09-28Show git hash in version string at top left corner of windowKahrl
2013-09-28Lower the default max_users from 100 to 15ShadowNinja
2013-09-28Add curl, freetype and luaJIT to CMAKE_BUILD_INFOPilzAdam
2013-09-26Re-fix hud_change stat argument retrievalkwolekr
Conflicts: src/script/lua_api/l_object.cpp
2013-09-23Fix compiling issue of MSVCBlockMen
2013-09-20Add option to scale image to percentage valuesBlockMen
2013-09-18Fix null dereference in weather update functionsproller
2013-09-16Fix some warnings and other minor detailskwolekr
2013-09-16Weather: Clean up getHeat/getHumidity somewhatkwolekr
2013-09-17Fix comments about length of server stepShadowNinja
6b927229f5f9cb9a8163ecec482160975199fa0f Changed the default server step from 0.05s to 0.1s