aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/chatcommands.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add reason to kicked log message and use present tenseest312015-04-051-3/+6
|
* Radius parameter for /deleteblocks hereSmallJoker2015-03-051-2/+9
|
* Add /setpassword and /clearpassword loggingest312015-02-271-5/+15
|
* Fix unused (and so, broken) enable_rollback_recording. This option must be ↵Loic Blot2015-02-181-0/+10
| | | | | | reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable) ok @ShadowNinja
* Prevent null concatenation when /deleteblocks is provided an incorrect formatkwolekr2015-01-271-0/+4
|
* Simplify deleteblocks chat command argument parsingkwolekr2015-01-151-12/+6
| | | | | Add optional core.pos_to_string decimal place rounding Move core.string_to_pos to builtin/common/misc_helpers.lua for consistency
* Add ability to delete MapBlocks from mapkwolekr2015-01-151-0/+40
| | | | Also add a Lua API and chatcommand for this
* Fix some undeclared global variablesCraig Davison2014-11-261-1/+2
|
* Add last_login field to auth.txtRyan Newell2014-11-081-0/+17
| | | | Also shortens some related code and adds more parameters to string.split.
* Add a better error message when trying to teleport another player without ↵LeMagnesium2014-10-071-37/+39
| | | | bring privileges
* Mod profiling supportsapier2014-08-191-0/+13
| | | | | | | | | 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)
* Add success and output return values to chat commandsShadowNinja2014-05-281-240/+212
|
* Sort commands and privs alphabetically in '/help'.Diego Martinez2014-05-241-4/+17
| | | | Also make a stray variable local.
* Use "core" namespace internallyShadowNinja2014-05-081-194/+194
|
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+725