aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
AgeCommit message (Expand)Author
2013-03-29New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam
2013-03-28Fix parameter list of obj:set_attach() and obj:set_bone_position()PilzAdam
2013-03-24Vary ore sheet y position by noisekwolekr
2013-03-24Fix indentation of lua_api.txtPerttu Ahola
2013-03-24Update lua_api.txtkwolekr
2013-03-23Allow spawning particles from the server, from luaJeija
2013-03-236d facedirRealBadAngel
2013-03-21Support game-specific minetest.confPerttu Ahola
2013-03-21lua_api.txt: Document paths, games and common mod loadingPerttu Ahola
2013-03-17lua methods set_look_pitch and set_look_yawRealBadAngel
2013-03-17Allow minetest.after to take a variable number of argumentsJeija
2013-03-05Added method to get all registered recipes for item(node)RealBadAngel
2013-03-05Allow any character in formspec strings with escape charkwolekr
2013-02-24Add seed parameter for default and L-system treesRealBadAngel
2013-02-13Fix to on_rightclick not able to change wielded_itemRealBadAngel
2013-01-23Treegen update. Some new symbols. Speed up code a bit.RealBadAngel
2013-01-21add support for saving settings by lua command (server doesn't autosave on exit)sapier
2013-01-07Fix buttons not working for Lua-triggered formspecssapier
2013-01-07L-Systems treegen update.RealBadAngel
2013-01-04Implement textarea in formspec, a multiline input fieldJeija
2013-01-04Add on_rightclick(pos, node, clicker) callback for nodesPilzAdam
2013-01-02Add InvRef:get_location()Perttu Ahola
2013-01-02Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from luasapier
2012-12-30L-System treegenRealBadAngel
2012-12-17Add ability to change the itemstack in placenode callbacksPilzAdam
2012-12-01New elements in formspec, item_image and item_image_button.RealBadAngel
2012-12-01Add the group attached_nodePilzAdam
2012-11-30Add shutdown hook interface to Lua APIMatthew I
2012-11-26Bump version to 0.4.4 as this isn't compatible with 0.4.3Perttu Ahola
2012-11-25RealBadAngel's patch which allows the lua api to read pressed player keys. Th...MirceaKitsune
2012-11-25A bunch of fixesMirceaKitsune
2012-11-25Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune
2012-11-25Framework for the attachment system, new object property which allows changin...MirceaKitsune
2012-11-25Get the new animation framework properly workingMirceaKitsune
2012-11-25Joint positioning and rotation code, and fix a problem related to their lua APIMirceaKitsune
2012-11-25Allow the LUA API to set animations to meshes as well as the animation speed....MirceaKitsune
2012-11-25Get the mesh working through the memory cache properly. Most credit goes to c...MirceaKitsune
2012-11-08Adding background to FormspecRealBadAngel
2012-11-03Merge pull request #243 from xyzz/liquid_renewablePilzAdam
2012-11-01Add falling_node to special groups in lua-api.txtPilzAdam
2012-09-09Add nodedef.on_blast() to lua_api.txt in order to support chained explosions ...Perttu Ahola
2012-09-09Add dtime_s to entity activationPerttu Ahola
2012-09-09Fix ObjectRef:punch()Perttu Ahola
2012-09-07Add liquid_renewable property.Ilya Zhuravlev
2012-09-02Add overridable function for handling dropped items from nodesPerttu Ahola
2012-09-01Add bouncy node groupPerttu Ahola
2012-09-01Add disable_jump and fall_damage_add_percent node groupsPerttu Ahola
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