aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add dtime_s to entity activationPerttu Ahola2012-09-091-3/+4
* Fix ObjectRef:punch()Perttu Ahola2012-09-091-6/+11
* Add InventoryList width property & allow custom crafting grids.Ilya Zhuravlev2012-09-011-0/+33
* Add ban management routines to Lua APIMatthew I2012-08-121-0/+54
* Extend Lua API in order to implement chat commandsMatthew I2012-08-121-0/+26
* Allow digging of unknown nodesMatthew I2012-08-121-1/+9
* Handle max<min in LuaPseudoRandom::l_next()Perttu Ahola2012-07-271-0/+4
* Experimental-ish rollback functionalityPerttu Ahola2012-07-271-0/+53
* Improve inventory callbacks a bitPerttu Ahola2012-07-251-17/+29
* Remove special handling of creative modePerttu Ahola2012-07-251-15/+0
* Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola2012-07-251-14/+396
* Detached inventoriesPerttu Ahola2012-07-241-0/+18
* Implement node timersdarkrose2012-07-231-13/+206
* minetest.register_on_player_receive_fields()Perttu Ahola2012-07-221-0/+34
* Add minetest.get_modnames() to Lua APIMatthew I2012-07-221-0/+55
* Fix typo in scriptapi.cpp in minetest.get_craft_recipe()Perttu Ahola2012-07-211-1/+1
* Check for table type when reading groups from Luadarkrose2012-07-211-0/+2
* Add minetest.get_craft_recipe()darkrose2012-07-211-0/+54
* Allow defining player's inventory form in LuaPerttu Ahola2012-07-191-0/+28
* Fix /builtin/misc.lua:47: attempt to call method 'is_player' (a nil value)Perttu Ahola2012-06-191-0/+1
* Custom boxy nodes (stairs, slabs) and collision changesKahrl2012-06-171-52/+88
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+1
* Fix "Node placement prediction failed for (places __default) - Name not known"Perttu Ahola2012-06-161-2/+5
* Node texture animationPerttu Ahola2012-06-161-19/+77
* Node placement client-side predictionPerttu Ahola2012-06-101-5/+25
* Allow replacements in cooking and fuel recipesKahrl2012-06-061-2/+20
* Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola2012-06-051-10/+55
* place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola2012-06-051-11/+93
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em...darkrose2012-06-031-0/+15
* Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a...Perttu Ahola2012-06-031-1/+10
* minetest.get_craft_resultPerttu Ahola2012-06-031-26/+99
* NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola2012-06-031-82/+73
* on_metadata_inventory_{move,offer,take}Perttu Ahola2012-06-031-1/+96
* Implement sign using form field protocolPerttu Ahola2012-06-031-2/+43
* Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola2012-06-031-4/+52
* Strip unneeded variables from NodeMetadatadarkrose2012-06-031-39/+9
* WIP node metadata, node timersKahrl2012-06-031-180/+156
* EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2012-04-081-0/+50
* PerlinNoise for Lua.Sergey Gilfanov2012-04-071-0/+140
* Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2012-04-061-3/+45
* Remove debug outputPerttu Ahola2012-04-041-2/+0
* Fix dropped nodeitem visualsPerttu Ahola2012-04-041-0/+3
* Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola2012-04-011-2/+16
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-011-0/+10
* Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")Perttu Ahola2012-04-011-1/+6
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-311-0/+11
* initial_properties field in entity definitionPerttu Ahola2012-03-311-1/+6
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ...Perttu Ahola2012-03-301-4/+125
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola2012-03-301-61/+94