Fix and tune things, add tool "recharge" animation, add dummyball
[oweals/minetest.git] / data / builtin.lua
2012-03-10 Perttu AholaFix and tune things, add tool "recharge" animation...
2012-03-10 Perttu Aholaremove material from minetest.nodedef_default
2012-03-10 Perttu AholaDigging time groups WIP
2012-02-28 Perttu AholaMerge remote-tracking branch 'jn/random-fixes'
2012-02-28 celeron55Merge pull request #46 from garrosh/master
2012-02-28 Perttu AholaFix pointed.thing.ref -> pointed_thing.ref in builtin.lua
2012-02-04 Perttu AholaAdd groups = {} to item definition
2012-01-25 KahrlFix craftresult_is_preview flood in log and remove...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-05 Perttu AholaImplement minetest.register_on_dieplayer()
2012-01-02 Perttu AholaWorking implementation of experimental:luafurnace
2011-12-04 Perttu AholaDetermine light_propagates from paramtype
2011-12-03 Perttu AholaMake global names in default mod use good naming conven...
2011-12-03 Kahrlinventorycube: use all three specified textures; also...
2011-12-02 Perttu AholaScript-defined creative inventory
2011-12-02 Perttu AholaRename "NodeItem"/"ToolItem"/"CraftItem" to "node"...
2011-11-30 Perttu AholaMove craftitem_place_item as minetest.craftitem_place_i...
2011-11-29 Perttu AholaCreate the necessary API for /giveme and /give and...
2011-11-29 Perttu AholaComment fix in builtin.lua
2011-11-29 Perttu AholaFor consistency, implement calling of on_chat_message...
2011-11-29 Perttu AholaImplement callback registration in Lua instead of C
2011-11-29 Perttu AholaAdd chat message callback and send functions
2011-11-29 Perttu Aholaliquid_type -> liquidtype
2011-11-29 Perttu AholaMake node definitions available to Lua
2011-11-29 Perttu AholaFix random node definition stuff
2011-11-29 Perttu AholaAdd builtin.lua