aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_vmanip.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-17/+22
|
* LuaVoxelManip: Allow liquid updates in non-mapgen VoxelManip objectskwolekr2013-07-061-2/+0
|
* LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ↵kwolekr2013-06-291-21/+27
| | | | light and liquid updates
* Apply various fixes to several thingskwolekr2013-06-271-2/+6
|
* LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data ↵kwolekr2013-06-271-17/+37
| | | | back to map
* Add minetest.get_mapgen_object to APIkwolekr2013-06-271-2/+8
|
* Add LuaVoxelManipkwolekr2013-06-271-0/+264