aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
AgeCommit message (Expand)Author
2012-09-01Add InventoryList width property & allow custom crafting grids.Ilya Zhuravlev
2012-08-12Add ban management routines to Lua APIMatthew I
2012-08-12Extend Lua API in order to implement chat commandsMatthew I
2012-08-12Allow digging of unknown nodesMatthew I
2012-07-27Handle max<min in LuaPseudoRandom::l_next()Perttu Ahola
2012-07-27Experimental-ish rollback functionalityPerttu Ahola
2012-07-25Improve inventory callbacks a bitPerttu Ahola
2012-07-25Remove special handling of creative modePerttu Ahola
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-23Implement node timersdarkrose
2012-07-22minetest.register_on_player_receive_fields()Perttu Ahola
2012-07-22Add minetest.get_modnames() to Lua APIMatthew I
2012-07-21Fix typo in scriptapi.cpp in minetest.get_craft_recipe()Perttu Ahola
2012-07-21Check for table type when reading groups from Luadarkrose
2012-07-21Add minetest.get_craft_recipe()darkrose
2012-07-19Allow defining player's inventory form in LuaPerttu Ahola
2012-06-19Fix /builtin/misc.lua:47: attempt to call method 'is_player' (a nil value)Perttu Ahola
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-16Fix "Node placement prediction failed for (places __default) - Name not known"Perttu Ahola
2012-06-16Node texture animationPerttu Ahola
2012-06-10Node placement client-side predictionPerttu Ahola
2012-06-06Allow replacements in cooking and fuel recipesKahrl
2012-06-05Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola
2012-06-05place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-06-03Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em...darkrose
2012-06-03Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a...Perttu Ahola
2012-06-03minetest.get_craft_resultPerttu Ahola
2012-06-03NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola
2012-06-03on_metadata_inventory_{move,offer,take}Perttu Ahola
2012-06-03Implement sign using form field protocolPerttu Ahola
2012-06-03Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola
2012-06-03Strip unneeded variables from NodeMetadatadarkrose
2012-06-03WIP node metadata, node timersKahrl
2012-04-08EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola
2012-04-07PerlinNoise for Lua.Sergey Gilfanov
2012-04-06Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola
2012-04-04Remove debug outputPerttu Ahola
2012-04-04Fix dropped nodeitem visualsPerttu Ahola
2012-04-01Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola
2012-04-01Remplement and improve /setting in Lua, now called /setPerttu Ahola
2012-04-01Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")Perttu Ahola
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola
2012-03-31initial_properties field in entity definitionPerttu Ahola
2012-03-30Reimplement authentication handler in Lua; now we have 1) infinite privilege ...Perttu Ahola
2012-03-30ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola
2012-03-30ObjectPropertiesPerttu Ahola
2012-03-29on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl