aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-28Add EnvRef:get_objects_inside_radius(pos, radius)Perttu Ahola
2011-12-28Add get_look_dir(), get_look_pitch() and get_look_yaw() for playersPerttu Ahola
2011-12-28Fix minetest.env:get_player_by_name(nil) causing segfault and similar thingsPerttu Ahola
2011-12-11Extend load screen maximum timePerttu Ahola
2011-12-11Add minetest.get_modpath(modname)Perttu Ahola
2011-12-04Enforce modname naming conventionPerttu Ahola
2011-12-04Delete unknown LuaEntities when punchedPerttu Ahola
2011-12-04Rename EnvRef:add_luaentity to EnvRef:add_entityPerttu Ahola
2011-12-04Add EnvRef:get_node_light(pos, timeofday)Perttu Ahola
2011-12-04Properly use time_from_last_punch for limiting PvP punch damagePerttu Ahola
2011-12-04Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl
Irrlicht 1.8 compat); also find dungeon master's fireball texture again; add /spawnentity command
2011-12-04Check symlinks with stat() to know if they are directories or notPerttu Ahola
2011-12-04Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, ↵Perttu Ahola
falling back on stat().
2011-12-04Fix player not dying when beated to death by other playerPerttu Ahola
2011-12-04Fix getting two old-style minerals per digged nodePerttu Ahola
2011-12-04Determine light_propagates from paramtypePerttu Ahola
2011-12-04Make ToolItem and MaterialItem to convert names by aliases at creation time ↵Perttu Ahola
too (necessary for eg. crafting)
2011-12-04Convert CraftItems directly to the name pointed by alias; necessary due to ↵Perttu Ahola
lua definition table
2011-12-04Don't initialize ItemCAOs with stick.pngPerttu Ahola
2011-12-04Fix craftitem aliasesPerttu Ahola
2011-12-04Craftitem aliasesPerttu Ahola
2011-12-04Fix log message in tooldef.cppPerttu Ahola
2011-12-04Modify a commit in tooldef.cpp and nodedef.cppPerttu Ahola
2011-12-04Tool aliasesPerttu Ahola
2011-12-04Add serialization for node aliases to let client show inventory images correctlyPerttu Ahola
2011-12-03Node definition aliasesPerttu Ahola
2011-12-03Rename cookresult_item to cookresult_itemstringPerttu Ahola
2011-12-03add EnvRef:get_node_or_nil()Perttu Ahola
2011-12-03Add ABM required neighbor checkPerttu Ahola
2011-12-03Allow digging unknown nodesPerttu Ahola
2011-12-03Show infotext for unknown nodesPerttu Ahola
2011-12-03Show infotext for unknown items placed on groundPerttu Ahola
2011-12-03On SIGINT in main menu, don't connect before shutting downPerttu Ahola
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / ↵Kahrl
modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
2011-12-03Do not broadcast an empty chat message when someone tries to log in with the ↵Kahrl
wrong password
2011-12-03Notify player whose password is being changedKahrl
2011-12-03Note about debug.txt in error message dialog when mod fails to loadPerttu Ahola
2011-12-03Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola
2011-12-03Add usermods/ to mod search paths and print out the paths at server startupPerttu Ahola
2011-12-03Properly handle mod name conflictsPerttu Ahola
2011-12-03Better mod loading error handlingPerttu Ahola
2011-12-03Add world/mods to mod search pathPerttu Ahola
2011-12-03Enforced mod global naming convention and better error reportingPerttu Ahola
2011-12-02Fix script error reporting a bitPerttu Ahola
2011-12-02Fix ActiveObject creation for fast player respawnsPerttu Ahola
2011-12-02Fix sending of player hp (was sent all the time)Perttu Ahola
2011-12-02Show bare hand when no item is selectedPerttu Ahola
2011-12-02Script-defined creative inventoryPerttu Ahola
2011-12-02Rename "build" privilege to "interact" (backwards-compatibly, of course)Perttu Ahola
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola