aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2011-12-04Add some aliases to bucketPerttu Ahola
2011-12-04Move default_treeprop.png to treeprop.pngPerttu Ahola
2011-12-04Craftitem aliasesPerttu Ahola
2011-12-04Tool aliasesPerttu Ahola
2011-12-03Node definition aliasesPerttu Ahola
2011-12-03Even more texture fixingPerttu Ahola
2011-12-03Rename lump_of_* to *_lumpPerttu Ahola
2011-12-03Fix the previous commitPerttu Ahola
2011-12-03Clean and fix mods/experimental/init.luaPerttu Ahola
2011-12-03More texture naming fixesPerttu Ahola
2011-12-03Rename textures of default modPerttu Ahola
2011-12-03Remove iron apple from defaultPerttu Ahola
2011-12-03Make global names in default mod use good naming convention and move ↵Perttu Ahola
backwards-compatibility definitions to mods/legacy
2011-12-03Add ABM required neighbor checkPerttu Ahola
2011-12-03Fix bucket texture namesPerttu 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-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-03Add usermods/ to mod search paths and print out the paths at server startupPerttu 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-02Remove unnecessary debug output from mods/default/init.luaPerttu Ahola
2011-12-02Show bare hand when no item is selectedPerttu Ahola
2011-12-02Script-defined creative inventoryPerttu Ahola
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola
2011-12-02Add time_from_last_punch to Lua APIPerttu Ahola
2011-12-02Fix /give(me) commands a bit in default modPerttu Ahola
2011-12-01Players are more like objects + related stuffPerttu Ahola
2011-12-01Note in init.lua the methods specific to the "generic" node metadataPerttu Ahola
2011-12-01Fix sand to be cookable to glassPerttu Ahola
2011-11-30Move craftitem_place_item as minetest.craftitem_place_item in builtin.luaPerttu Ahola
2011-11-30ObjectRef:get_player_name, ObjectRef:inventory_set_list, ↵Perttu Ahola
ObjectRef:inventory_get_list
2011-11-30Add ObjectRef:punch and ObjectRef:right_click to Lua APIPerttu Ahola
2011-11-30List added functions in default/init.luaPerttu Ahola
2011-11-30Add get_wielded_itemstring, get_wielded_item, damage_wielded_item and make ↵Perttu Ahola
getacceleration visible in API
2011-11-29Create the necessary API for /giveme and /give and implement those commands; ↵Perttu Ahola
also sort out the scripts a bit
2011-11-29Modify bucket namingsPerttu Ahola
2011-11-29Add bucket texturesPerttu Ahola
2011-11-29Reorganize modsPerttu Ahola
2011-11-29Add a note about the default mod not using the modname_ prefix in texturesPerttu Ahola
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Rename menu background to menubg.png, move unknown_block.png and ↵Perttu Ahola
unknown_object.png to client, make generating a placeholder image for the filename "" not cause an error
2011-11-29GenericNodeMetadata and an example furnacePerttu Ahola
2011-11-29Initial NodeMetaRef stuffPerttu Ahola
2011-11-29Lua interface for ActiveBlockModifierPerttu Ahola
2011-11-29Comment fix in builtin.luaPerttu Ahola
2011-11-29For consistency, implement calling of on_chat_message callbacks in CPerttu Ahola
2011-11-29Implement callback registration in Lua instead of CPerttu Ahola
2011-11-29Add chat message callback and send functionsPerttu Ahola
2011-11-29Add depends.txt for mods/give_initial_stuffPerttu Ahola