aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-08Call this 0.4.dev-20120408Perttu Ahola2-4/+3
2012-04-08Add minimal documentation about the $world/game/ additionPerttu Ahola1-0/+13
2012-04-08Support placing a minetest game inside $world/game to allow creating proper a...Perttu Ahola3-21/+43
2012-04-08Fix crash after 'LuaEntity name "particles:smoke" not defined' and similar er...Perttu Ahola1-3/+2
2012-04-08minetest.get_node_group(name, group)Perttu Ahola2-0/+9
2012-04-08EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2-0/+52
2012-04-08Allow looping of local and positional soundsPerttu Ahola1-2/+2
2012-04-08Make lava brighter by showing light sources at their full emitted light levelPerttu Ahola2-1/+26
2012-04-07Improve texture atlas generationPerttu Ahola1-7/+34
2012-04-07Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is exp...q663-4/+29
2012-04-07Improve doc/lua_api.txtPerttu Ahola1-10/+30
2012-04-07Tune mapgenPerttu Ahola1-7/+15
2012-04-07Fix collision code getting stuck if speed is 0Perttu Ahola1-0/+8
2012-04-07Fix segfault when setting privileges of a non-connected playerPerttu Ahola1-1/+4
2012-04-07Fix fabs() brainfartPerttu Ahola1-2/+2
2012-04-07Tune desert beachesPerttu Ahola1-6/+9
2012-04-07Fix MSVC ambiguous fabs() call errorsPerttu Ahola1-2/+2
2012-04-07Add deserts to map generatorPerttu Ahola1-10/+58
2012-04-07Tune mapgen a bitPerttu Ahola1-2/+2
2012-04-07PerlinNoise for Lua.Sergey Gilfanov2-0/+149
2012-04-07Support custom textures installed as /textures/all/*.pngPerttu Ahola3-0/+14
2012-04-06Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2-3/+47