aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow defining player's inventory form in LuaPerttu Ahola2012-07-191-2/+10
|
* Add pointed_thing to lua_api.txtPerttu Ahola2012-06-171-0/+7
|
* Explain node boxes in lua_api.txtPerttu Ahola2012-06-171-1/+37
|
* Mention node drawtypes in lua_api.txtPerttu Ahola2012-06-161-1/+21
|
* Node texture animationPerttu Ahola2012-06-161-5/+17
|
* Add some missing object properties to doc/lua_api.txtPerttu Ahola2012-06-101-0/+3
|
* Node placement client-side predictionPerttu Ahola2012-06-101-0/+7
|
* Update and fix doc/mapformat.txt; make current format more solid in mapblock.cppPerttu Ahola2012-06-081-13/+13
|
* Add minetest.serialize() and minetest.deserialize()Perttu Ahola2012-06-071-0/+11
|
* Allow groups in crafting recipesPerttu Ahola2012-06-061-9/+8
|
* Fix small errors in lua_api.txtPerttu Ahola2012-06-061-7/+7
|
* Add after_destruct and cache the existence of on_construct, on_destruct and ↵Perttu Ahola2012-06-051-2/+5
| | | | after_destruct for quick skipping when a node does not have them
* place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola2012-06-051-1/+11
|
* Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not ↵darkrose2012-06-031-0/+1
| | | | empty in minimal game
* Add can_dig callbackdarkrose2012-06-031-0/+3
|
* Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point ↵Perttu Ahola2012-06-031-1/+6
| | | | values in formspec
* Reshape inventory menu codePerttu Ahola2012-06-031-1/+1
|
* Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵Perttu Ahola2012-06-031-1/+2
| | | | 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-031-0/+14
|
* minetest.get_craft_resultPerttu Ahola2012-06-031-0/+8
|
* NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola2012-06-031-1/+93
|
* on_metadata_inventory_{move,offer,take}Perttu Ahola2012-06-031-0/+31
|
* Implement sign using form field protocolPerttu Ahola2012-06-031-0/+4
|
* Random node metadata thingsPerttu Ahola2012-06-031-1/+0
|
* Attempt to begin to implement chests and furnace in Lua (with problems)Perttu Ahola2012-06-031-7/+0
|
* Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola2012-06-031-11/+23
|
* Add support for putting modpacks directly into mod directoriesPerttu Ahola2012-05-211-0/+6
|
* Add "Registered definitions of stuff" to doc/lua_api.txtPerttu Ahola2012-04-141-3/+43
|
* Support static_spawnpoint settingPerttu Ahola2012-04-091-0/+2
|
* Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola2012-04-091-39/+66
|
* Add minimal documentation about the $world/game/ additionPerttu Ahola2012-04-081-0/+13
|
* minetest.get_node_group(name, group)Perttu Ahola2012-04-081-0/+2
|
* EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2012-04-081-0/+2
|
* Improve doc/lua_api.txtPerttu Ahola2012-04-071-10/+30
|
* PerlinNoise for Lua.Sergey Gilfanov2012-04-071-0/+9
|
* Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2012-04-061-0/+2
|
* Implement dropped items as LuaEntities; leave the old ones as is for ↵Perttu Ahola2012-04-011-4/+7
| | | | compatibility
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-011-0/+1
|
* Improve /grant and /revoke output, add /auth_reloadPerttu Ahola2012-03-311-0/+1
|
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-311-2/+14
|
* Fix doc/lua_api.txtPerttu Ahola2012-03-311-2/+2
|
* initial_properties field in entity definitionPerttu Ahola2012-03-311-2/+5
|
* More documentation in doc/lua_api.txtPerttu Ahola2012-03-311-3/+45
|
* Allow group:groupname in ABM definition and implement ↵Perttu Ahola2012-03-311-0/+3
| | | | minetest.hash_node_position()
* Improved teleport commandPerttu Ahola2012-03-301-0/+3
|
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola2012-03-301-4/+22
| | | | names, 2) minetest.register_authentication_handler()
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola2012-03-301-3/+14
| | | | players too!
* minetest.register_chatcommand(cmd, def)Perttu Ahola2012-03-301-0/+9
|
* Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola2012-03-291-1/+1
|
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola2012-03-291-36/+84
| | | | leveldiff)