aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-1181/+0
* Optional dependencies and properly handle mod name conflicts againKahrl2013-05-031-2/+1
* Add minetest.get_player_ip()ShadowNinja2013-04-231-0/+26
* Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...ShadowNinja2013-04-231-2/+5
* Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr2013-04-071-0/+1
* Add Mapgen V7, reorganize biomeskwolekr2013-04-071-59/+17
* Add Ore generation flags, implement ore absolute heightkwolekr2013-03-311-0/+1
* Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixeskwolekr2013-03-301-1/+1
* Add more error checking to l_register_orekwolekr2013-03-241-2/+14
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-241-2/+44
* Allow spawning particles from the server, from luaJeija2013-03-231-0/+4
* fix typo invalid for loop endsapier2013-03-131-1/+1
* Move l_get_all_craft_recipes to scriptapi_craftsapier2013-03-111-73/+0
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-8/+8
* Added method to get all registered recipes for item(node)RealBadAngel2013-03-051-0/+74
* split scriptapi.cppsapier2013-03-051-6415/+344
* Fix nodeplacement predictionPilzAdam2013-02-271-5/+5
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add seed parameter for default and L-system treesRealBadAngel2013-02-241-0/+1
* Disable placement prediction for nodes that use on_rightclickJeija2013-02-191-1/+5
* Add Perlin noise map Lua APIkwolekr2013-02-061-7/+187
* Merge pull request #447 from sapier/add_lua_log_parameter_checkkwolekr2013-01-261-2/+2
|\
| * check parameters for minetest.log lua functionsapier2013-01-261-2/+2
* | add support for saving settings by lua command (server doesn't autosave on exit)sapier2013-01-211-0/+8
* | Finish and clean up mapgen configurationkwolekr2013-01-211-2/+2
* | Clean up EmergeManager, do initial work on Mapgen configurationkwolekr2013-01-211-0/+8
* | Readded and optimized mapgen V6kwolekr2013-01-211-10/+9
* | Add initial Lua biomedef support, fixed biome selectionkwolekr2013-01-211-91/+177
* | The new mapgen, noise functions, et al.kwolekr2013-01-211-8/+8
* | stop MSVC++ from generating dumb warningskwolekr2013-01-211-7/+7
|/
* Fix buttons not working for Lua-triggered formspecssapier2013-01-071-3/+4
* L-Systems treegen update.RealBadAngel2013-01-071-6/+15
* Add ServerEnvironment::setNode()/removeNode() to allow setting nodes from the...Perttu Ahola2013-01-021-27/+2
* Add InvRef:get_location()Perttu Ahola2013-01-021-0/+38
* Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from luasapier2013-01-021-0/+16
* L-System treegenRealBadAngel2012-12-301-0/+41
* Smooth day-night transitionsPerttu Ahola2012-12-021-1/+1
* Add shutdown hook interface to Lua APIMatthew I2012-11-301-0/+13
* RealBadAngel's patch which allows the lua api to read pressed player keys. Th...MirceaKitsune2012-11-251-1/+50
* A bunch of fixesMirceaKitsune2012-11-251-14/+14
* Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune2012-11-251-4/+13
* Complete the attachment framework.MirceaKitsune2012-11-251-5/+2
* Framework for the attachment system, new object property which allows changin...MirceaKitsune2012-11-251-0/+45
* Get the new animation framework properly workingMirceaKitsune2012-11-251-49/+44
* Joint positioning and rotation code, and fix a problem related to their lua APIMirceaKitsune2012-11-251-15/+25
* Allow the LUA API to set animations to meshes as well as the animation speed....MirceaKitsune2012-11-251-0/+39
* Add a subfolder for models and transfer models from server to clientMirceaKitsune2012-11-251-1/+2
* Properly read the mesh from LUA.MirceaKitsune2012-11-251-0/+3
* Merge pull request #243 from xyzz/liquid_renewablePilzAdam2012-11-031-0/+1
|\