aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add node definitions in Lua and do not use content_mapnode_init anymore (exce...Kahrl2011-11-291-14/+11
* Fix random node definition stuffPerttu Ahola2011-11-291-0/+3
* Add object reference to Lua on_place/dig/punchnode parametersPerttu Ahola2011-11-291-7/+13
* Duplicate last tile image automatically to all for lua node definitionsPerttu Ahola2011-11-291-0/+8
* Make liquid_alternative_* to be stringsPerttu Ahola2011-11-291-4/+4
* Mode node definition loading from Lua (still not finished), fix metadata crea...Perttu Ahola2011-11-291-27/+108
* Store metadata as metadata name in node definitionPerttu Ahola2011-11-291-3/+2
* Add Lua node definition stuff (not complete)Perttu Ahola2011-11-291-55/+292
* Random Lua tweaks/fixesPerttu Ahola2011-11-291-2/+5
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola2011-11-291-64/+128
* Make added nodes give the corresponding NodeItem as of now (placeholder code)Perttu Ahola2011-11-291-0/+1
* Falling sand and gravelPerttu Ahola2011-11-291-28/+89
* Node place/dig Lua callbacksPerttu Ahola2011-11-291-29/+189
* Crafting definition in scriptsPerttu Ahola2011-11-291-21/+76
* Initial node definition stuffPerttu Ahola2011-11-291-3/+58
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-291-1/+0
* Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola2011-11-291-2/+3
* Update TODO list in scriptapi.cppPerttu Ahola2011-11-291-1/+2
* Move tool definitions to scriptPerttu Ahola2011-11-291-1/+96
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-2/+7
* Scripting: Allow multiple global step callbacks and improve documentationPerttu Ahola2011-11-291-6/+46
* Handle undefined objects betterPerttu Ahola2011-11-291-7/+15
* Scripting WIP: Add global environment step function on_stepPerttu Ahola2011-11-291-1/+22
* Scripting WIP: dynamic object stuffPerttu Ahola2011-11-291-12/+71
* Scripting WIPPerttu Ahola2011-11-291-0/+1
* Scripting WIPPerttu Ahola2011-11-291-5/+12
* Scripting WIPPerttu Ahola2011-11-291-1/+0
* Scripting WIPPerttu Ahola2011-11-291-26/+83
* Scripting WIPPerttu Ahola2011-11-291-62/+55
* Scripting WIPPerttu Ahola2011-11-291-5/+83
* Scripting WIPPerttu Ahola2011-11-291-96/+309
* Scripting WIP; Lua entity step callback worksPerttu Ahola2011-11-291-27/+93
* random scripting work-in-progressPerttu Ahola2011-11-291-12/+14
* Scripting WIPPerttu Ahola2011-11-291-0/+422