summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-10fix deprecated callsHEADmasterJuraj Vajda
2017-02-22Limit radius to 120 even for players with server privilege.Gael-de-Sailly
2017-02-22Reduced default radius (24) and max radius (32)Gael-de-Sailly
And round to the nearest chunk instead of rounding up: the radius you put has never been the exact radius taken, it was rounded to a chunk border up to 15 nodes farther. Now it's rounded to a chunk border from 8 nodes closer to 7 nodes farther.
2016-02-06Added description.txt and mod.confGael-de-Sailly
2015-10-04Improve mapfix, thanks to crabman77Gael-de-Sailly
2015-10-04Fixed mistakeGael-de-Sailly
and use os.time instead of os.clock
2015-07-03Rewritten README, added screenshotsGael-de-Sailly
2015-07-02Rewrite mapfixGael-de-Sailly
2015-05-10Cleaned codeGael-de-Sailly
It was useless to run vm:calc_lighting() : it's not supported by this type of voxelmanip, and included in vm:update_map()
2014-11-30Cleaned the code, thanks to SmallJokerGael-de-Sailly
2014-11-30Modified licenseGael-de-Sailly
2014-11-30Added init.luaGael-de-Sailly
2014-11-30Initial commitGaël Chrétien