aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-02-05Improve mesh shading (#5172)numberZero1-6/+7
2017-02-04Add per-stack descriptions using ItemStack Metadatarubenwardy2-1/+10
2017-02-04Add ItemStack key-value meta storagerubenwardy21-123/+459
2017-02-04Derive NodeMetaRef from MetaDataRefrubenwardy9-232/+407
2017-02-04Make NodeMetaRef::getmeta a non-static memberrubenwardy2-15/+15
2017-02-04Derive NodeMetadata from Metadatarubenwardy6-56/+135
2017-02-04Fix PlayerSAO deletion warning (0eede97af2927dcda3545192403b0a44f30bcd1f)sfan51-3/+8
2017-02-04Mgv6: Add fallback node for gravelparamat1-0/+2
2017-02-04Mgv6: Add stairs to desert stone dungeonsparamat2-11/+16
2017-02-04MapgenBasic node resolver: Various fixesparamat1-5/+7
2017-02-03Serverlist: Add ping indicators (#5164)kilbith8-1/+29
2017-02-01Tell on_punch to expect a return valueDuane Robertson1-1/+1
2017-02-01Mgvalleys: Fix missing decorations and incorrect function orderparamat1-7/+7
2017-02-01Fix anticheat resetting client position after the client is teleportedEkdohibs2-4/+24
2017-01-31Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. ...Nathanaël Courant1-2/+2
2017-01-31Fix fog weirdness (#5146)numberZero1-1/+1
2017-01-30Plantlike visual scale: Send sqrt(visual_scale) to old clientsparamat2-3/+9
2017-01-30Add multiply texture modifiersapier2-2/+58
2017-01-30Use fabs() instead of abs() (#5141)Dániel Juhász1-2/+2
2017-01-30Re-add halo highlight (#5130)Dániel Juhász1-0/+5
2017-01-30Add console height setting (#5136)Ezhh4-1/+10
2017-01-29Rename height to scale for openConsole() (#5139)Zeno-3-7/+11
2017-01-28Fix AIX threading buildShadowNinja1-1/+1
2017-01-28Fix synchronization issue at thread startShadowNinja5-2/+27
2017-01-28from_table: Fix crash for missing inventory or fieldSmallJoker2-20/+29
2017-01-28Make entity on_punch have same signature and behaviour as player on_punchsapier4-23/+33
2017-01-28Plantlike: Fix visual_scale being applied squared (#5115)Paramat1-2/+0
2017-01-27Implement player attribute backend (#4155)Loïc Blot9-6/+128
2017-01-26Dungeongen: Fix selection of diagonal corridorsparamat1-1/+1