Fix 2 warnings reported by GCC
[oweals/minetest.git] / src / script / lua_api / l_vmanip.cpp
2017-06-19 Loic BlotFix 2 warnings reported by GCC
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-04-20 Dániel JuhászLight update for map blocks
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2016-10-31 paramatLua voxelmanip: Add optional buffer param for 'get...
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2015-12-07 paramatMapgen: Add propagate_shadow bool to calcLighting
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-05-17 kwolekrAdd optional buffer param for bulk data array writes...
2015-04-17 kwolekrSwitch to check_v3s16 in l_mapgen.cpp and l_vmanip...
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2015-01-05 kwolekrOptionally specify propagateSunlight area in calcLighting
2015-01-05 kwolekrExclude vertical mapblock borders when setting light
2015-01-04 kwolekrLuaVoxelManip: Error when given out-of-bounds area
2015-01-04 kwolekrLighting: Fix nearly all issues
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-07-30 Craig RobbinsFix issue 1527
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-01-19 kwolekrLuaVoxelManip: Add get_param2_data and set_param2_data
2013-11-30 kwolekrLuaVoxelManip: Add area parameters back to calc_lightin...
2013-11-30 kwolekrLuaVoxelManip: Add get_light_data() and set_light_data()
2013-11-21 kwolekrLuaVoxelManip: Update parameter index of set_lighting()
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-06 kwolekrLuaVoxelManip: Allow liquid updates in non-mapgen Voxel...
2013-06-30 kwolekrLuaVoxelManip: Fix minor bug with set_lighting, remove...
2013-06-28 kwolekrApply various fixes to several things
2013-06-28 kwolekrLuaVoxelManip: Separate VoxelManip data get/set from...
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrAdd LuaVoxelManip