summaryrefslogtreecommitdiff
path: root/mesecons_commandblock
AgeCommit message (Collapse)Author
2021-02-27Make /tell need shout priv (#553)wsor4035
2020-08-15Allow admins digging any command block (#525)Vitaliy
Allow admins (i.e. players with the `protection_bypass` privilege) digging any command block
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
Recompress losslessly using `optipng` and `advpng`
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
Before that, command block would crash the server if activated when no players are online
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 ↵Jeija
extracts the documentation in a more readable format This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code! Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available by reading the documentation.json file.
2014-06-06Fix the commandblock's check for quiting the formspecShadowNinja
The submit button also sends a quit field.
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
This reverts commit 3f76b77001512a7b71a8c81c181f78729c34e0d0.
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
Move textures into their mods
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
here and there to facilitate this.
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 ↵Anthony Zhang
buttons, punching switches, and flipping levers all make sounds.
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
* not obtainable legitimately in Survival mode * found in Creative inventory or using /giveme mesecons_commandblock:commandblock_off * glows slightly when turned on * runs a command in the context of the targeted player * player can be targeted by name, or using the special forms (@nearest, @farthest, @random) * when powered, runs its command with its parameters * right click to bring up the configuration screen * diggable and modifiable only by its owner, the person who placed it