aboutsummaryrefslogtreecommitdiff
path: root/data/builtin.lua
AgeCommit message (Expand)Author
2012-03-10Initial directory structure reworkPerttu Ahola
2012-03-10Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola
2012-03-10remove material from minetest.nodedef_defaultPerttu Ahola
2012-03-10Digging time groups WIPPerttu Ahola
2012-02-28Fix pointed.thing.ref -> pointed_thing.ref in builtin.luaPerttu Ahola
2012-02-04Add groups = {} to item definitionPerttu Ahola
2012-01-25Fix craftresult_is_preview flood in log and remove unnecessary debug outputKahrl
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2012-01-06Implement minetest.register_on_dieplayer()Perttu Ahola
2012-01-02Working implementation of experimental:luafurnacePerttu Ahola
2011-12-04Determine light_propagates from paramtypePerttu Ahola
2011-12-03Make global names in default mod use good naming convention and move backward...Perttu Ahola
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl
2011-12-02Script-defined creative inventoryPerttu Ahola
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola
2011-11-30Move craftitem_place_item as minetest.craftitem_place_item in builtin.luaPerttu Ahola
2011-11-29Create the necessary API for /giveme and /give and implement those commands; ...Perttu 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-29liquid_type -> liquidtypePerttu Ahola
2011-11-29Make node definitions available to LuaPerttu Ahola
2011-11-29Fix random node definition stuffPerttu Ahola
2011-11-29Add builtin.luaPerttu Ahola