aboutsummaryrefslogtreecommitdiff
path: root/mods (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-28Add voxelarea.lua helper to builtinkwolekr3-1/+57
2013-06-28Dont write player files all the timePilzAdam5-1/+71
2013-06-27Apply various fixes to several thingskwolekr4-6/+15
2013-06-27LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data b...kwolekr4-37/+57
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr18-14/+163
2013-06-27Add Lua PerlinNoiseMap:get#dMap_flat APIkwolekr3-1/+56
2013-06-27Add minetest.get_mapgen_object to APIkwolekr14-9/+188
2013-06-27Fix issue of VManip occasionally not blitting back blocks, and pitch black li...kwolekr2-15/+26
2013-06-27Add LuaVoxelManipkwolekr11-8/+413
2013-06-24Fix ipv6 on windowsproller1-1/+31
2013-06-23Cavegen: fix division by 0 with abnormal max tunnel diameter sizeskwolekr1-1/+1
2013-06-23Math mapgen fix, ip show on connect, pathfinder segfault fixproller7-34/+21
2013-06-23New math mapgen with fractal based worldsproller7-4/+448
2013-06-23Add support for IPv6proller16-209/+475
2013-06-22Decoration: Add support for zero probability, fix breakage from last commitkwolekr4-15/+35
2013-06-22Print playername when failing to read playerfile and ignore files starting wi...PilzAdam3-7/+7
2013-06-22A handful of minor fixes to various thingskwolekr6-34/+27
2013-06-22Decoration: Add Schematic decoration typekwolekr8-22/+589