summaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
AgeCommit message (Expand)Author
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-05-03Optional dependencies and properly handle mod name conflicts againKahrl
2013-04-23Add minetest.get_player_ip()ShadowNinja
2013-04-23Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...ShadowNinja
2013-04-07Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-31Add Ore generation flags, implement ore absolute heightkwolekr
2013-03-30Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixeskwolekr
2013-03-24Add more error checking to l_register_orekwolekr
2013-03-24Add Ore infrastructure and l_register_ore()kwolekr
2013-03-23Allow spawning particles from the server, from luaJeija
2013-03-13fix typo invalid for loop endsapier
2013-03-11Move l_get_all_craft_recipes to scriptapi_craftsapier
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-03-05Added method to get all registered recipes for item(node)RealBadAngel
2013-03-05split scriptapi.cppsapier
2013-02-27Fix nodeplacement predictionPilzAdam
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24Add seed parameter for default and L-system treesRealBadAngel
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