Remove FPS from being next to the version string
[oweals/minetest.git] / src / script / lua_api / l_vmanip.cpp
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