summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-03Fix bucket texture namesPerttu 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-03Call this 0.4.dev-20111203-30.4.dev-20111203-3Perttu 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-03Call this 0.4.dev-20111203-20.4.dev-20111203-2Perttu Ahola
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-03Fix note about run-in-place mod search path in mods/default/init.luaPerttu Ahola
2011-12-03Set version 0.4.dev-20111203-10.4.dev-20111203-1Perttu 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-03Remove accidental stupid naming in craftitem examplePerttu 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-02Remove unnecessary debug output from mods/default/init.luaPerttu Ahola
2011-12-02Show bare hand when no item is selectedPerttu Ahola
2011-12-02Set version to 0.4.dev-20111202-10.4.dev-20111202-1Perttu Ahola
2011-12-02Fix mod licensing and add a mention about sound licensing in README.txtPerttu 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
2011-12-02Remove obsolete createPickedUpItem()Perttu Ahola
2011-12-02Add time_from_last_punch to Lua APIPerttu Ahola
2011-12-02Add a note about mods being under CC BY-SA 3.0 like texturesPerttu Ahola
2011-12-02+ middle-click now empties the inventory slot properlyMark Holmquist
2011-12-02Add enable_pvp settingPerttu Ahola
2011-12-02Make unlimited player transfer distance configurablePerttu Ahola
2011-12-02Fix player double damagePerttu Ahola
2011-12-02Make hitting players make a visual damage flash to the player texture and ↵Perttu Ahola
the screen of the local player
2011-12-02Don't hide players in pitch black (like oerkkis)Perttu Ahola
2011-12-02Move ServerRemotePlayer to a separate filePerttu Ahola
2011-12-02Fix /give(me) commands a bit in default modPerttu Ahola
2011-12-02Fix the previous commitPerttu Ahola
2011-12-02Enforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory_set_listPerttu Ahola
2011-12-02Print out PROTOCOL_VERSIONs if server is incompatible with clientPerttu Ahola
2011-12-02Higher default map save and unload intervalPerttu Ahola
2011-12-02Don't send objects or map data before definitions have been sentPerttu Ahola
2011-12-02Make players be again visible from a long distancePerttu Ahola