aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/chatcommands.lua
AgeCommit message (Collapse)Author
2014-11-26Fix some undeclared global variablesCraig Davison
2014-11-08Add last_login field to auth.txtRyan Newell
Also shortens some related code and adds more parameters to string.split.
2014-10-07Add a better error message when trying to teleport another player without ↵LeMagnesium
bring privileges
2014-08-19Mod profiling supportsapier
Config settings: profiling = true/false (gather statistics) detailed_profiling = true/false (break mod times to callbacks) Chat commands: save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
2014-05-28Add success and output return values to chat commandsShadowNinja
2014-05-24Sort commands and privs alphabetically in '/help'.Diego Martinez
Also make a stray variable local.
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja