summaryrefslogtreecommitdiff
path: root/ChatCommands.md
AgeCommit message (Collapse)Author
2017-09-05Allow to bulk-set param2 of regions (#144)Wuzzy
2017-08-31Add //hollowcube and //cubesfan5
closes #143
2017-08-31Dual-based cylinderKyle
2016-10-13Merge remote-tracking branch 'tmp/hollowpyramid'sfan5
2016-07-03Modify outset and inset to accept both hv and vh combinations. Update ↵Daniel Sosa
documentation accordingly.
2016-07-03Clean some documentation issuesDaniel Sosa
2016-07-03Update command documentationDaniel Sosa
2016-03-23Add //drainsfan5
2015-12-18Clarify `//deleteblocks`Anthony Zhang
2015-09-13Added hollow pyramidsSebastien Ponce
2015-02-20Add //deleteblocks commandest31
2015-02-01Cleanup and fixupShadowNinja
Non-stylistic changes: * Add LuaDoc/LDoc support. * Fix `clear_objects` area size calculation. * Fix `clear_objects` removing player objects. * Fix shadowing of marker entity name with player name. * Make visualization functions use `swap_node`. * Make hidden nodes unwalkable. * Prevent `hide` from hiding air. * Make deprecated functions log to deprecated stream when called. * Fixed `replaceinverse` not using normalized node names. * Added .gitignore. * Bump version to 1.1. Stylistic changes: * Change `x = function` to `function x`. * Change comment format. * Make missing VoxelManip error less obnoxious. * Move `sort_pos` into `common.lua`, which is a required module. * Remove local copies of `minetest`. * Remove `worldedit = worldedit or {}` from modules. * Replace replaceinverse with an inverse argument to `replace`. * Added `error()`s on on invalid axes. * Change `wip` to `TODO`. * Rename `clearobjects` to `clear_objects`. * Remove `hollow_{sphere,dome,cylinder}` and replace them with a hollow parameter to each function. * Add helpers to reduce code duplication. * Renamed `Chat Commands.md` to `ChatCommands.md`.