aboutsummaryrefslogtreecommitdiff
path: root/src/cavegen.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-11database-redis: Support password authenticationsfan51-0/+12
2017-03-11Climb speed: Increase default setting from 2 to 3paramat3-3/+3
2017-03-11Minimap: Optimisenumber Zero3-80/+59
2017-03-11Light calculation: New bulk node lighting codeDániel Juhász10-636/+408
2017-03-10Optimize item.luatenplus11-18/+19
2017-03-10GUI: Convert loading screen's progress bar to image (#5362)kilbith3-21/+27
2017-03-06CI: Add memleak checking using valgrind (#5350)Loïc Blot3-1/+15
2017-03-05Update .appdata and .desktop filesJuhani Numminen3-11/+23
2017-03-05Dungeons: Use 'block' instead of 'brick' for nodebox stairsparamat2-10/+10
2017-03-05Font: attempt fallback font, abort if no fonts found.Auke Kok1-3/+23
2017-03-05README.txt: Clarify loading of minetest.confFixer1-1/+3
2017-03-04Add minetest.spawn_falling_node(pos) (#5339)zaoqi2-0/+17
2017-03-04FormSpec: Add position and anchor elements (#5284)adelcoding13-8/+109
2017-02-27Fixed spelling mistakes (#5312)Bond-0091-4/+4
2017-02-26Dungeongen: Add and improve parametersparamat4-108/+137
2017-02-25Fix crash that can be caused by the shutdown command. (#5292)red-0011-1/+2
2017-02-22Fix wrong meta key in item meta on ItemStack constructionrubenwardy1-22/+6
2017-02-20Fix the documentation for `minetest.is_yes` (#5276)red-0011-1/+1
2017-02-18Fixes for colorwallmounted and colorfacedir nodesDániel Juhász3-4/+8
2017-02-18Voxelmanip: Do not emerge or blit to blocks over map gen limitparamat1-1/+1
2017-02-18Multiplayer menu: fix attempt to open nonexistant imagekilbith2-2/+3
2017-02-18Statbars.lua: Cache enable_damage settingtenplus11-5/+5
2017-02-18Fix not being able to damage players in minimal (#5266)red-0011-14/+47
2017-02-18Use the `ARRLEN` macro in more places and remove an unused macro. (#5260)red-0012-5/+4
2017-02-18Add support for the new arguments of `request_shutdown` to the `/shutdown` ch...red-0011-1/+3
2017-02-16Revert part of eb49009d023e6e3b5d59a97b8fb5fed5eee83296 (#5230)Auke Kok38-619/+23
2017-02-16Cavegen: Place correct biome surface in tunnel entrancesparamat1-15/+33
2017-02-16Objectpos over limit: Avoid crash caused by sector over limitparamat2-9/+13
2017-02-16Fix a small regression caused by e2ad76f.red-0011-9/+10
2017-02-15Fix >5 year old PlayerSAO deletion bugsfan51-8/+4
2017-02-14FreeType: address font license issues (#5230)Auke Kok46-4/+610
2017-02-13Lighting: Update lighting at block loadingDániel Juhász7-121/+273
2017-02-12Mainmenu: Brighter text colours for readabilityHybrid Dog1-3/+3
2017-02-12Footsteps: Fix offset footstep and shallow water sound bugsparamat3-1/+14
2017-02-10Plantlike: Fix visual_scale being applied squaredparamat3-5/+9
2017-02-10Use tree to list mods rather than textlistrubenwardy3-112/+59
2017-02-10Revert "Plantlike: Fix visual_scale being applied squared (#5115)"Craig Robbins1-0/+2
2017-02-10Revert "Plantlike visual scale: Send sqrt(visual_scale) to old clients"Craig Robbins2-9/+3
2017-02-10Add textures for air and ignore items (#5196)Wuzzy3-4/+4
2017-02-10Correct lua_api.txt docs related to meta (#5198)rubenwardy1-7/+12
2017-02-09Change default nodetimer_interval to 0.2s. (#5193)Auke Kok3-3/+3
2017-02-09Perform mesh animation only once per frame.Lars Hofhansl1-1/+1
2017-02-09OpenAL sound: Use a simpler distance modelparamat1-2/+1
2017-02-09No longer auto-generate a 'guest####' player name when name is emptyred-0011-4/+5
2017-02-08Fix android buildLoic Blot1-0/+1
2017-02-08Add ModMetadata API (#5131)Loïc Blot12-12/+384
2017-02-07Fix incompatibility of ItemStack.to_table() introduced by stack metarubenwardy2-15/+28
2017-02-07Face shading: Add shade factor commentsparamat1-2/+9
2017-02-06Add support for unix socket connection to redis (#5179)Travis Burtrum1-1/+2
2017-02-05Prevent SIGFPE on entity tile loading issue. (#5178)Auke Kok1-0/+6