]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_vmanip.cpp
Store `MapEditEvent` blocks in a vector (#13071)
[minetest.git] / src / script / lua_api / l_vmanip.cpp
2022-12-24 Jude Melton-HoughtonStore `MapEditEvent` blocks in a vector (#13071)
2022-10-18 Jude Melton-HoughtonImplement vector and node conversion in Lua (#12609)
2022-10-04 Jude Melton-HoughtonConsolidate API object code (#12728)
2022-08-13 Jude Melton-HoughtonAllow buffer argument to VoxelManip:get_light_data...
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Remove some unused variable from Lua class wrappers
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2018-08-02 HybridDogLuaVoxelManip: Throw warning or error instead of silent...
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
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