aboutsummaryrefslogtreecommitdiff
path: root/src/content_sao.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-04Improve /spawnentity a bitPerttu Ahola1-1/+3
2011-12-04Rename EnvRef:add_luaentity to EnvRef:add_entityPerttu Ahola2-7/+7
2011-12-04Add EnvRef:get_node_light(pos, timeofday)Perttu Ahola2-0/+31
2011-12-04Properly use time_from_last_punch for limiting PvP punch damagePerttu Ahola5-7/+21
2011-12-04Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl6-369/+49
2011-12-04Check symlinks with stat() to know if they are directories or notPerttu Ahola1-6/+7
2011-12-04Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, fa...Perttu Ahola1-4/+29
2011-12-04Fix player not dying when beated to death by other playerPerttu Ahola1-5/+4
2011-12-04Fix getting two old-style minerals per digged nodePerttu Ahola1-6/+1
2011-12-04Determine light_propagates from paramtypePerttu Ahola5-21/+24
2011-12-04Add experimental TNT's old name as an aliasPerttu Ahola1-0/+3
2011-12-04Add furnace to legacy aliasesPerttu Ahola1-0/+1
2011-12-04Make ToolItem and MaterialItem to convert names by aliases at creation time t...Perttu Ahola6-24/+37
2011-12-04Fix fence namePerttu Ahola1-2/+2
2011-12-04Call this 0.4.dev-20111204-1Perttu Ahola1-1/+1
2011-12-04Convert CraftItems directly to the name pointed by alias; necessary due to lu...Perttu Ahola4-11/+20
2011-12-04Fix wrong checked node names in bucketPerttu Ahola1-10/+10
2011-12-04Add some aliases to bucketPerttu Ahola1-0/+7
2011-12-04Don't initialize ItemCAOs with stick.pngPerttu Ahola1-3/+2
2011-12-04Fix craftitem aliasesPerttu Ahola1-1/+9
2011-12-04Move default_treeprop.png to treeprop.pngPerttu Ahola1-0/+0
2011-12-04Craftitem aliasesPerttu Ahola5-996/+80
2011-12-04Fix log message in tooldef.cppPerttu Ahola1-1/+1
2011-12-04Modify a commit in tooldef.cpp and nodedef.cppPerttu Ahola2-2/+2
2011-12-04Tool aliasesPerttu Ahola5-8/+89
2011-12-04Add serialization for node aliases to let client show inventory images correctlyPerttu Ahola1-0/+20
2011-12-03Node definition aliasesPerttu Ahola5-2/+108
2011-12-03Even more texture fixingPerttu Ahola2-0/+0
2011-12-03Rename lump_of_* to *_lumpPerttu Ahola6-18/+18
2011-12-03Fix the previous commitPerttu Ahola1-1/+1
2011-12-03Clean and fix mods/experimental/init.luaPerttu Ahola1-26/+25
2011-12-03More texture naming fixesPerttu Ahola5-9/+2
2011-12-03Rename textures of default modPerttu Ahola91-266/+242
2011-12-03Remove iron apple from defaultPerttu Ahola3-24/+0
2011-12-03Make global names in default mod use good naming convention and move backward...Perttu Ahola5-345/+1403
2011-12-03Rename cookresult_item to cookresult_itemstringPerttu Ahola1-2/+2
2011-12-03add EnvRef:get_node_or_nil()Perttu Ahola1-0/+24
2011-12-03Add ABM required neighbor checkPerttu Ahola4-3/+84
2011-12-03Fix bucket texture namesPerttu Ahola1-2/+2
2011-12-03Allow digging unknown nodesPerttu Ahola1-0/+2
2011-12-03Show infotext for unknown nodesPerttu Ahola1-0/+8
2011-12-03Show infotext for unknown items placed on groundPerttu Ahola3-1/+46
2011-12-03Call this 0.4.dev-20111203-3Perttu Ahola1-1/+1
2011-12-03On SIGINT in main menu, don't connect before shutting downPerttu Ahola1-1/+1
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl12-375/+517
2011-12-03Do not broadcast an empty chat message when someone tries to log in with the ...Kahrl1-1/+2
2011-12-03Notify player whose password is being changedKahrl1-0/+4
2011-12-03Call this 0.4.dev-20111203-2Perttu Ahola1-1/+1
2011-12-03Note about debug.txt in error message dialog when mod fails to loadPerttu Ahola1-1/+1
2011-12-03Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola4-28/+39