aboutsummaryrefslogtreecommitdiff
path: root/src/hud.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵kwolekr2-15/+26
lighting bug
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
Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
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 ↵PilzAdam3-7/+7
with .
2013-06-22A handful of minor fixes to various thingskwolekr6-34/+27
2013-06-22Decoration: Add Schematic decoration typekwolekr8-22/+589