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