aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_vmanip.h
AgeCommit message (Expand)Author
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2022-05-02Remove some unused variable from Lua class wrapperssfan5
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-04-08Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot
2017-04-07Clang-format: fix some header files and remove them from whitelistLoic Blot
2015-01-05Shorten ManualMapVoxelManipulator to MMVManipkwolekr
2015-01-04Add minetest.generate_ores() and minetest.generate_decorations()kwolekr
2014-12-29LuaVoxelManip: Remove blank allocatorkwolekr
2014-12-27LuaVoxelManip: Add option to allocate blank datakwolekr
2014-09-01Add LuaVoxelManip methods: get_node_at() and set_node_at()kwolekr
2014-09-01Update Mapgen VoxelManipulator on buffer invalidationkwolekr
2014-01-19LuaVoxelManip: Add get_param2_data and set_param2_datakwolekr
2013-11-30LuaVoxelManip: Add get_light_data() and set_light_data()kwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-06-29LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ...kwolekr
2013-06-27LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data b...kwolekr
2013-06-27Add minetest.get_mapgen_object to APIkwolekr
2013-06-27Add LuaVoxelManipkwolekr