summaryrefslogtreecommitdiff
path: root/mesecons_commandblock
AgeCommit message (Expand)Author
2021-02-27Make /tell need shout priv (#553)wsor4035
2020-08-15Allow admins digging any command block (#525)Vitaliy
2020-07-31Replace deprecated getpos() calls (#522)tuedel
2020-06-27Use mod.conf for dependencies (#492)David Leal
2019-06-27Optimize images (#464)Hugo Locurcio
2018-12-21Document inactive block behaviour (#447)Christopher Head
2017-11-01Set is_ground_content to false (#386)DS
2017-10-07Handle blasts (#356)DS
2016-08-23Move shared textures into base mod (fixes a few LuaC issues)Carter Kolwey
2016-07-09Command block server crash fixednumber Zero
2016-04-21Escape command block commands for formspecCarter Kolwey
2016-02-15Consistently use UNIX line endings (LF instead of CR LF)Jeija
2015-11-20Major change: Documentation is now included with mesecons, the website just e...Jeija
2014-06-06Fix the commandblock's check for quiting the formspecShadowNinja
2014-01-11Use a textarea for the commandblock to accept multiple commandsShadowNinja
2014-01-11Fix #136 by always running commands as the placerShadowNinja
2014-01-11Revert "Remove command block until #136 is fixed"ShadowNinja
2014-01-10Add dummy mesecons_commandblock/init.lua as we keep the textures in that folderJeija
2014-01-10Merge pull request #138 from ShadowNinja/split_texturesJeija
2014-01-10Move textures into their modsShadowNinja
2014-01-09Remove command block until #136 is fixedJeija
2013-12-18Change field receipt handling to work properly with Minetest 0.4.8.Uberi
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-11-30Use minetest.swap_node() instead of mesecons' version, Minor code changesVanessa Ezekowitz
2013-04-27Avoid prepending "Server -!- " to messages sent using the command block.Anthony Zhang
2013-04-02Sanity checks for commandblock commands.Anthony Zhang
2013-03-27Add /tellme command to command block.Anthony Zhang
2013-03-07Add /hp command to set the HP of a given player, requires the ban privelege.Anthony Zhang
2013-03-06Digging and footstep sounds for everything that needs them! Plus, pushing but...Anthony Zhang
2012-12-25Implement /say and /tell commands to aid mapmakers using command blocks.Anthony Zhang
2012-12-08Cleanup, make and use util.lua, port command block and delayer to nodedefJeija
2012-10-28Add command block:Anthony Zhang