aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola2011-12-031-3/+10
|
* Enforced mod global naming convention and better error reportingPerttu Ahola2011-12-031-29/+89
|
* Fix script error reporting a bitPerttu Ahola2011-12-021-1/+19
|
* Script-defined creative inventoryPerttu Ahola2011-12-021-1/+12
|
* Add time_from_last_punch to Lua APIPerttu Ahola2011-12-021-3/+4
|
* Fix the previous commitPerttu Ahola2011-12-021-1/+2
|
* Enforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory_set_listPerttu Ahola2011-12-021-3/+10
|
* Players are more like objects + related stuffPerttu Ahola2011-12-011-72/+146
|
* Player-is-SAO WIPPerttu Ahola2011-12-011-1/+3
|
* ObjectRef:get_player_name, ObjectRef:inventory_set_list, ↵Perttu Ahola2011-11-301-60/+124
| | | | ObjectRef:inventory_get_list
* Add ObjectRef:punch and ObjectRef:right_click to Lua APIPerttu Ahola2011-11-301-0/+30
|
* Add get_wielded_itemstring, get_wielded_item, damage_wielded_item and make ↵Perttu Ahola2011-11-301-38/+120
| | | | getacceleration visible in API
* Create the necessary API for /giveme and /give and implement those commands; ↵Perttu Ahola2011-11-291-237/+293
| | | | also sort out the scripts a bit
* CraftItem rework and Lua interfaceKahrl2011-11-291-0/+335
|
* Add NULL terminations to EnumString definitionsPerttu Ahola2011-11-291-0/+4
|
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-291-32/+316
|
* Initial NodeMetaRef stuffPerttu Ahola2011-11-291-10/+151
|
* Lua interface for ActiveBlockModifierPerttu Ahola2011-11-291-0/+154
|
* Remove creation of builtin.lua defined minetest.registered_* tables in CPerttu Ahola2011-11-291-14/+0
|
* For consistency, implement calling of on_chat_message callbacks in CPerttu Ahola2011-11-291-11/+21
|
* Implement callback registration in Lua instead of CPerttu Ahola2011-11-291-80/+0
|
* Add chat message callback and send functionsPerttu Ahola2011-11-291-1/+48
|
* Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola2011-11-291-11/+102
|
* Add on_generated hookPerttu Ahola2011-11-291-0/+36
|
* Reshape LuaEntityCAO implementation a bit and make TNT to blinkPerttu Ahola2011-11-291-0/+13
|
* Exception handling in Lua setting getPerttu Ahola2011-11-291-4/+12
|
* Lua setting getterPerttu Ahola2011-11-291-0/+22
|
* remove get_nodedefPerttu Ahola2011-11-291-7/+0
|
* on_newplayer and on_respawnplayer callbacksPerttu Ahola2011-11-291-12/+81
|
* Make node definitions available to LuaPerttu Ahola2011-11-291-54/+88
|
* Add node definitions in Lua and do not use content_mapnode_init anymore ↵Kahrl2011-11-291-14/+11
| | | | (except in test.cpp)
* 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 ↵Perttu Ahola2011-11-291-27/+108
| | | | creation from name
* 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 ↵Perttu Ahola2011-11-291-64/+128
| | | | staticdata interface to Lua
* 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 ↵Perttu Ahola2011-11-291-1/+0
| | | | wrapper in old code
* 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 ↵Perttu Ahola2011-11-291-2/+7
| | | | node/tool/item/whatever types