aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
AgeCommit message (Expand)Author
2013-02-19Disable placement prediction for nodes that use on_rightclickJeija
2013-02-06Add Perlin noise map Lua APIkwolekr
2013-01-26Merge pull request #447 from sapier/add_lua_log_parameter_checkkwolekr
2013-01-26check parameters for minetest.log lua functionsapier
2013-01-21add support for saving settings by lua command (server doesn't autosave on exit)sapier
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Clean up EmergeManager, do initial work on Mapgen configurationkwolekr
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21Add initial Lua biomedef support, fixed biome selectionkwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2013-01-21stop MSVC++ from generating dumb warningskwolekr
2013-01-07Fix buttons not working for Lua-triggered formspecssapier
2013-01-07L-Systems treegen update.RealBadAngel
2013-01-02Add ServerEnvironment::setNode()/removeNode() to allow setting nodes from the...Perttu Ahola
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-02Smooth day-night transitionsPerttu Ahola
2012-11-30Add shutdown hook interface to Lua APIMatthew I
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-25Complete the attachment framework.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-25Add a subfolder for models and transfer models from server to clientMirceaKitsune
2012-11-25Properly read the mesh from LUA.MirceaKitsune
2012-11-03Merge pull request #243 from xyzz/liquid_renewablePilzAdam
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-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