aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
AgeCommit message (Collapse)Author
2011-12-04Craftitem aliasesPerttu Ahola
2011-12-04Tool aliasesPerttu Ahola
2011-12-03Node definition aliasesPerttu Ahola
2011-12-03Rename cookresult_item to cookresult_itemstringPerttu Ahola
2011-12-03add EnvRef:get_node_or_nil()Perttu Ahola
2011-12-03Add ABM required neighbor checkPerttu Ahola
2011-12-03Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola
2011-12-03Enforced mod global naming convention and better error reportingPerttu 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-12-02Fix the previous commitPerttu Ahola
2011-12-02Enforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory_set_listPerttu Ahola
2011-12-01Players are more like objects + related stuffPerttu Ahola
2011-12-01Player-is-SAO WIPPerttu Ahola
2011-11-30ObjectRef:get_player_name, ObjectRef:inventory_set_list, ↵Perttu Ahola
ObjectRef:inventory_get_list
2011-11-30Add ObjectRef:punch and ObjectRef:right_click to Lua APIPerttu Ahola
2011-11-30Add get_wielded_itemstring, get_wielded_item, damage_wielded_item and make ↵Perttu Ahola
getacceleration visible in API
2011-11-29Create the necessary API for /giveme and /give and implement those commands; ↵Perttu Ahola
also sort out the scripts a bit
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Add NULL terminations to EnumString definitionsPerttu Ahola
2011-11-29GenericNodeMetadata and an example furnacePerttu Ahola
2011-11-29Initial NodeMetaRef stuffPerttu Ahola
2011-11-29Lua interface for ActiveBlockModifierPerttu Ahola
2011-11-29Remove creation of builtin.lua defined minetest.registered_* tables in CPerttu Ahola
2011-11-29For consistency, implement calling of on_chat_message callbacks in CPerttu Ahola
2011-11-29Implement callback registration in Lua instead of CPerttu Ahola
2011-11-29Add chat message callback and send functionsPerttu Ahola
2011-11-29Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola
2011-11-29Add on_generated hookPerttu Ahola
2011-11-29Reshape LuaEntityCAO implementation a bit and make TNT to blinkPerttu Ahola
2011-11-29Exception handling in Lua setting getPerttu Ahola
2011-11-29Lua setting getterPerttu Ahola
2011-11-29remove get_nodedefPerttu Ahola
2011-11-29on_newplayer and on_respawnplayer callbacksPerttu Ahola
2011-11-29Make node definitions available to LuaPerttu Ahola
2011-11-29Add node definitions in Lua and do not use content_mapnode_init anymore ↵Kahrl
(except in test.cpp)
2011-11-29Fix random node definition stuffPerttu Ahola
2011-11-29Add object reference to Lua on_place/dig/punchnode parametersPerttu Ahola
2011-11-29Duplicate last tile image automatically to all for lua node definitionsPerttu Ahola
2011-11-29Make liquid_alternative_* to be stringsPerttu Ahola
2011-11-29Mode node definition loading from Lua (still not finished), fix metadata ↵Perttu Ahola
creation from name
2011-11-29Store metadata as metadata name in node definitionPerttu Ahola
2011-11-29Add Lua node definition stuff (not complete)Perttu Ahola
2011-11-29Random Lua tweaks/fixesPerttu Ahola
2011-11-29Improve LuaEntity velocity/acceleration handling (by kahrl); implement ↵Perttu Ahola
staticdata interface to Lua
2011-11-29Make added nodes give the corresponding NodeItem as of now (placeholder code)Perttu Ahola
2011-11-29Falling sand and gravelPerttu Ahola
2011-11-29Node place/dig Lua callbacksPerttu Ahola
2011-11-29Crafting definition in scriptsPerttu Ahola