aboutsummaryrefslogtreecommitdiff
path: root/builtin (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-27Tune skyboxPerttu Ahola1-9/+69
2012-03-27Try to make background/fog/sky color selection work betterPerttu Ahola1-2/+2
2012-03-27Set default minimum viewing range of 35 nodesPerttu Ahola1-1/+1
2012-03-27Unrelated, but anyway: tune light levels againPerttu Ahola1-0/+24
2012-03-27Tune cavesPerttu Ahola1-3/+1
2012-03-27Fix deep ground cave generation a bitPerttu Ahola1-4/+6
2012-03-27Fix mapgen block_is_underground heuristicPerttu Ahola1-3/+1
2012-03-27Tune mapgenPerttu Ahola1-13/+47
2012-03-27Set default maximum viewing range to a bit more than default server send rang...Perttu Ahola1-2/+2
2012-03-27Re-implement and re-tune mapgen v2Perttu Ahola2-351/+839
2012-03-27Tune generation responsiveness and cheat inhibition on serverPerttu Ahola1-1/+1
2012-03-27Increase maximum generate distance now that generation might actually keep up...Perttu Ahola1-1/+1
2012-03-27Remove usage of mapgen::add_random_objects(block)Perttu Ahola1-15/+0
2012-03-27Remove no-op mapgen::add_random_objectsPerttu Ahola2-73/+0
2012-03-27Fix inexistent_top_provides_sunlight heuristic in make_block and remove clitc...Perttu Ahola1-39/+9
2012-03-27Remove some debug outputPerttu Ahola1-3/+1
2012-03-27Tune block fetching to clients on serverPerttu Ahola1-2/+2
2012-03-27Do post-mapgen lighting using the VoxelManipulator-based functions (causes gl...Perttu Ahola2-2/+37
2012-03-27voxalgo::clearLightAndCollectSourcesPerttu Ahola5-9/+112
2012-03-27Implement propagateSunlight for VoxelManipulatorPerttu Ahola6-13/+337
2012-03-27Fix tree generation density for different mapgen chunk sizesPerttu Ahola1-5/+10
2012-03-27Post-mapgen lighting optimizationPerttu Ahola1-13/+26
2012-03-27Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola3-114/+114
2012-03-27Update minetest.conf.example and defaultsettings.cppPerttu Ahola2-18/+11
2012-03-27Increase vertical FOV on lower aspect ratios (<16:10)Perttu Ahola1-0/+3
2012-03-27Fix minetest_game installation and don't fail if it doesn't existPerttu Ahola1-1/+5
2012-03-27Fix and extend minetest.after(time, func, param)Perttu Ahola2-14/+15
2012-03-27Add minetest.after(time, func)Perttu Ahola3-28/+35