summaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
Commit message (Expand)AuthorAge
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-29
* Initial NodeMetaRef stuffPerttu Ahola2011-11-29
* Lua interface for ActiveBlockModifierPerttu Ahola2011-11-29
* Remove creation of builtin.lua defined minetest.registered_* tables in CPerttu Ahola2011-11-29
* For consistency, implement calling of on_chat_message callbacks in CPerttu Ahola2011-11-29
* Implement callback registration in Lua instead of CPerttu Ahola2011-11-29
* Add chat message callback and send functionsPerttu Ahola2011-11-29
* Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola2011-11-29
* Add on_generated hookPerttu Ahola2011-11-29
* Reshape LuaEntityCAO implementation a bit and make TNT to blinkPerttu Ahola2011-11-29
* Exception handling in Lua setting getPerttu Ahola2011-11-29
* Lua setting getterPerttu Ahola2011-11-29
* remove get_nodedefPerttu Ahola2011-11-29
* on_newplayer and on_respawnplayer callbacksPerttu Ahola2011-11-29
* Make node definitions available to LuaPerttu Ahola2011-11-29
* Add node definitions in Lua and do not use content_mapnode_init anymore (exce...Kahrl2011-11-29
* Fix random node definition stuffPerttu Ahola2011-11-29
* Add object reference to Lua on_place/dig/punchnode parametersPerttu Ahola2011-11-29
* Duplicate last tile image automatically to all for lua node definitionsPerttu Ahola2011-11-29
* Make liquid_alternative_* to be stringsPerttu Ahola2011-11-29
* Mode node definition loading from Lua (still not finished), fix metadata crea...Perttu Ahola2011-11-29
* Store metadata as metadata name in node definitionPerttu Ahola2011-11-29
* Add Lua node definition stuff (not complete)Perttu Ahola2011-11-29
* Random Lua tweaks/fixesPerttu Ahola2011-11-29
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola2011-11-29
* Make added nodes give the corresponding NodeItem as of now (placeholder code)Perttu Ahola2011-11-29
* Falling sand and gravelPerttu Ahola2011-11-29
* Node place/dig Lua callbacksPerttu Ahola2011-11-29
* Crafting definition in scriptsPerttu Ahola2011-11-29
* Initial node definition stuffPerttu Ahola2011-11-29
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-29
* Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola2011-11-29
* Update TODO list in scriptapi.cppPerttu Ahola2011-11-29
* Move tool definitions to scriptPerttu Ahola2011-11-29
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-29
* Scripting: Allow multiple global step callbacks and improve documentationPerttu Ahola2011-11-29
* Handle undefined objects betterPerttu Ahola2011-11-29
* Scripting WIP: Add global environment step function on_stepPerttu Ahola2011-11-29
* Scripting WIP: dynamic object stuffPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29
* Scripting WIP; Lua entity step callback worksPerttu Ahola2011-11-29
* random scripting work-in-progressPerttu Ahola2011-11-29
* Scripting WIPPerttu Ahola2011-11-29