summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola2012-06-05
|
* Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not ↵darkrose2012-06-03
| | | | empty in minimal game
* Add can_dig callbackdarkrose2012-06-03
|
* Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point ↵Perttu Ahola2012-06-03
| | | | values in formspec
* Reshape inventory menu codePerttu Ahola2012-06-03
|
* Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵Perttu Ahola2012-06-03
| | | | a string to aid better inter-object compatibility of code that assumes objects to be players
* Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu 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
|
* Random node metadata thingsPerttu Ahola2012-06-03
|
* Attempt to begin to implement chests and furnace in Lua (with problems)Perttu Ahola2012-06-03
|
* Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola2012-06-03
|
* Add support for putting modpacks directly into mod directoriesPerttu Ahola2012-05-21
|
* Add "Registered definitions of stuff" to doc/lua_api.txtPerttu Ahola2012-04-14
|
* Support static_spawnpoint settingPerttu Ahola2012-04-09
|
* Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola2012-04-09
|
* Add minimal documentation about the $world/game/ additionPerttu Ahola2012-04-08
|
* minetest.get_node_group(name, group)Perttu Ahola2012-04-08
|
* EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2012-04-08
|
* Improve doc/lua_api.txtPerttu Ahola2012-04-07
|
* PerlinNoise for Lua.Sergey Gilfanov2012-04-07
|
* Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2012-04-06
|
* Implement dropped items as LuaEntities; leave the old ones as is for ↵Perttu Ahola2012-04-01
| | | | compatibility
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-01
|
* Improve /grant and /revoke output, add /auth_reloadPerttu Ahola2012-03-31
|
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-31
|
* Fix doc/lua_api.txtPerttu Ahola2012-03-31
|
* initial_properties field in entity definitionPerttu Ahola2012-03-31
|
* More documentation in doc/lua_api.txtPerttu Ahola2012-03-31
|
* Allow group:groupname in ABM definition and implement ↵Perttu Ahola2012-03-31
| | | | minetest.hash_node_position()
* Improved teleport commandPerttu Ahola2012-03-30
|
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola2012-03-30
| | | | names, 2) minetest.register_authentication_handler()
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola2012-03-30
| | | | players too!
* minetest.register_chatcommand(cmd, def)Perttu Ahola2012-03-30
|
* Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola2012-03-29
|
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola2012-03-29
| | | | leveldiff)
* 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
|
* doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()Perttu Ahola2012-03-28
|
* Add PseudoRandom in Lua APIPerttu Ahola2012-03-28
|
* Fix and extend minetest.after(time, func, param)Perttu Ahola2012-03-27
|
* Add minetest.after(time, func)Perttu Ahola2012-03-27
|
* Update doc/lua_api.txtPerttu Ahola2012-03-25
|
* Lua API for playing soundsPerttu Ahola2012-03-24
|
* Update doc/lua_api.txtPerttu Ahola2012-03-24
|
* Update doc/lua_api.txt and doc/mapformat.txt even morePerttu Ahola2012-03-22
|