summaryrefslogtreecommitdiff
path: root/src/scriptapi.h
AgeCommit message (Collapse)Author
2012-02-02Fix some warnings on some compilersGiuseppe Bilotta
ItemStack is a struct, not a class CollisionInfo is a struct, not a class InventoryAction is abstract and it needs a virtual destructor
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2012-01-06Implement minetest.register_on_dieplayer()Perttu Ahola
2011-12-02Fix script error reporting a bitPerttu Ahola
2011-12-02Script-defined creative inventoryPerttu Ahola
2011-12-02Add time_from_last_punch to Lua APIPerttu Ahola
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Add chat message callback and send functionsPerttu Ahola
2011-11-29Add on_generated hookPerttu Ahola
2011-11-29on_newplayer and on_respawnplayer callbacksPerttu Ahola
2011-11-29Add object reference to Lua on_place/dig/punchnode parametersPerttu Ahola
2011-11-29Improve LuaEntity velocity/acceleration handling (by kahrl); implement ↵Perttu Ahola
staticdata interface to Lua
2011-11-29Node place/dig Lua callbacksPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Handle undefined objects betterPerttu Ahola
2011-11-29Scripting WIP: Add global environment step function on_stepPerttu Ahola
2011-11-29Scripting WIP: dynamic object stuffPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Scripting WIP; Lua entity step callback worksPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola