aboutsummaryrefslogtreecommitdiff
path: root/data/builtin.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Determine light_propagates from paramtypePerttu Ahola2011-12-041-3/+0
* Make global names in default mod use good naming convention and move backward...Perttu Ahola2011-12-031-0/+71
* inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl2011-12-031-0/+13
* Script-defined creative inventoryPerttu Ahola2011-12-021-0/+10
* Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola2011-12-021-39/+39
* Move craftitem_place_item as minetest.craftitem_place_item in builtin.luaPerttu Ahola2011-11-301-0/+31
* Create the necessary API for /giveme and /give and implement those commands; ...Perttu Ahola2011-11-291-0/+149
* Comment fix in builtin.luaPerttu Ahola2011-11-291-1/+1
* For consistency, implement calling of on_chat_message callbacks in CPerttu Ahola2011-11-291-10/+0
* Implement callback registration in Lua instead of CPerttu Ahola2011-11-291-6/+15
* Add chat message callback and send functionsPerttu Ahola2011-11-291-0/+21
* liquid_type -> liquidtypePerttu Ahola2011-11-291-1/+1
* Make node definitions available to LuaPerttu Ahola2011-11-291-1/+48
* Fix random node definition stuffPerttu Ahola2011-11-291-1/+1
* Add builtin.luaPerttu Ahola2011-11-291-0/+102