aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_env.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObje...Loic Blot2015-02-171-13/+0
* Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot2015-02-161-3/+2
* Add ability to delete MapBlocks from mapkwolekr2015-01-151-1/+34
* LuaVoxelManip: Remove blank allocatorkwolekr2014-12-291-8/+3
* LuaVoxelManip: Add option to allocate blank datakwolekr2014-12-271-0/+7
* Add support for NoiseParams in minetest.get_perlin() and add docs on NoisePar...kwolekr2014-12-121-5/+13
* Add flags and lacunarity as new noise parameterskwolekr2014-12-071-3/+3
* Remove most exceptions from getNode() (and variants)Craig Robbins2014-11-141-12/+11
* Fix object reference pushing functions when called from coroutinesShadowNinja2014-10-071-3/+3
* Add LuaVoxelManip methods: get_node_at() and set_node_at()kwolekr2014-09-011-2/+1
* Fix seg fault if popping from empty stack (L-system trees)Craig Robbins2014-08-231-3/+13
* Mod profiling supportsapier2014-08-191-0/+8
* Use "core" namespace internallyShadowNinja2014-05-081-43/+43
* Remove liquid_finite and weatherproller2014-04-181-25/+0
* Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja2014-01-231-1/+1
* Add forceloadingNovatux2014-01-111-0/+23
* Make line_of_sight return blocking node positionstujones112013-12-121-2/+8
* Optimize table creationShadowNinja2013-11-301-31/+14
* Add minetest.swap_nodeNovatux2013-11-301-0/+17
* Fix line_of_sight (AGAIN)sapier2013-11-251-4/+6
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-151-8/+20
* Weather: Clean up getHeat/getHumidity somewhatkwolekr2013-09-161-2/+2
* Add minetest.get_gametime() API function, that returns the number of seconds ...Novatux2013-09-081-0/+11
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-214/+62
* Better snow fall, finite liquid transform, leveled nodes apiproller2013-07-281-1/+19
* Weather supportproller2013-07-271-0/+82
* LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ...kwolekr2013-06-291-1/+1
* Apply various fixes to several thingskwolekr2013-06-271-1/+6
* LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data b...kwolekr2013-06-271-10/+1
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-0/+54
* Add minetest.get_mapgen_object to APIkwolekr2013-06-271-2/+106
* Add LuaVoxelManipkwolekr2013-06-271-4/+21
* Fix missing find_path and line_of_sightsapier2013-06-011-8/+10
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+687