index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
chatcommands.lua
Age
Commit message (
Expand
)
Author
2014-05-07
Organize builtin into subdirectories
ShadowNinja
2014-04-11
Fix crash when teleporting near unknown node
BlockMen
2014-02-27
Remove "Server -!- " prefix from player messages
ShadowNinja
2014-02-03
Add minetest.kick_player(name, reason)
sapier
2013-11-27
Rollback fixes and get_node_actions
ShadowNinja
2013-11-17
Replace print()s with minetest.log() in builtin
PilzAdam
2013-07-08
Make sure that coordinates passed to /teleport are actual numbers
PilzAdam
2013-05-25
Move scriptapi to separate folder (by sapier)
sapier
2013-04-23
Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...
ShadowNinja
2013-04-05
Add private messaging with /msg
ShadowNinja
2013-03-30
Don't grant priveleges to non-existent players.
0gb.us
2012-11-30
Log /grant and /revoke command usage
DannyDark
2012-11-20
Fix server crash on /clearpassword
Anthony
2012-08-12
Move chat commands to Lua and remove servercommand.{cpp,h}
Matthew I
2012-07-27
Make the rollback system VERY FUCKING GOD DAMN POWERFUL
Perttu Ahola
2012-07-27
Don't track liquids for rollback because of too much log
Perttu Ahola
2012-07-27
Experimental-ish rollback functionality
Perttu Ahola
2012-07-23
Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.lua
Perttu Ahola
2012-07-22
Add "/mods" command to list mods to client
Matthew I
2012-07-21
Message cleanups (consistency) and prevent /me when not allowed to shout
Calinou
2012-06-16
Fix /setpassword and /clearpassword
Perttu Ahola
2012-05-19
Take out the "Privileges of foo are hidden from you." response of /privs
Perttu Ahola
2012-04-13
Fix executing register_chatcommand-defined commands even in the middle of a c...
Perttu Ahola
2012-04-10
basic_privs to allow granting/revoking interact_extra too
Perttu Ahola
2012-04-09
Support static_spawnpoint setting
Perttu Ahola
2012-04-09
Add basic_privs privilege
Perttu Ahola
2012-04-01
Remplement and improve /setting in Lua, now called /set
Perttu Ahola
2012-04-01
Don't allow /granting unknown privileges
Perttu Ahola
2012-04-01
Split builtin.lua to multiple files
Perttu Ahola