summaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
Commit message (Expand)AuthorAge
* Fix /builtin/misc.lua:47: attempt to call method 'is_player' (a nil value)Perttu Ahola2012-06-19
* Custom boxy nodes (stairs, slabs) and collision changesKahrl2012-06-17
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
* Fix "Node placement prediction failed for (places __default) - Name not known"Perttu Ahola2012-06-16
* Node texture animationPerttu Ahola2012-06-16
* Node placement client-side predictionPerttu Ahola2012-06-10
* Allow replacements in cooking and fuel recipesKahrl2012-06-06
* Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola2012-06-05
* place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola2012-06-05
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em...darkrose2012-06-03
* Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a...Perttu Ahola2012-06-03
* minetest.get_craft_resultPerttu Ahola2012-06-03
* NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola2012-06-03
* on_metadata_inventory_{move,offer,take}Perttu Ahola2012-06-03
* Implement sign using form field protocolPerttu Ahola2012-06-03
* Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola2012-06-03
* Strip unneeded variables from NodeMetadatadarkrose2012-06-03
* WIP node metadata, node timersKahrl2012-06-03
* EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2012-04-08
* PerlinNoise for Lua.Sergey Gilfanov2012-04-07
* Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2012-04-06
* Remove debug outputPerttu Ahola2012-04-04
* Fix dropped nodeitem visualsPerttu Ahola2012-04-04
* Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola2012-04-01
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-01
* Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")Perttu Ahola2012-04-01
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-31
* initial_properties field in entity definitionPerttu Ahola2012-03-31
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ...Perttu Ahola2012-03-30
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola2012-03-30
* ObjectPropertiesPerttu Ahola2012-03-30
* on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl2012-03-29
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-29
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to le...Perttu Ahola2012-03-29
* Add EnvRef:set_node()Perttu Ahola2012-03-28
* Add range option to PseudoRandom:next()Perttu Ahola2012-03-28
* Add blockseed to on_generatedPerttu Ahola2012-03-28
* Add minetest.is_singleplayer()Perttu Ahola2012-03-28
* Add PseudoRandom in Lua APIPerttu Ahola2012-03-28
* Lua API for playing soundsPerttu Ahola2012-03-24
* Add sound.digPerttu Ahola2012-03-24
* Add sounds, tune thingsPerttu Ahola2012-03-24
* Add event manager and use it to trigger soundsPerttu Ahola2012-03-24
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-18
* Fix and improve Server's privilege get/settersPerttu Ahola2012-03-15
* Clean up log messages everywherePerttu Ahola2012-03-11
* Immediate smoke puff when a normal entity is punched to deathPerttu Ahola2012-03-10
* LuaEntity armor groupsPerttu Ahola2012-03-10
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-10