Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | SAPI: Track last executed mod and include in error messages | kwolekr | 2015-08-12 |
| | |||
* | Add ability to specify coordinates for /spawnentity | Marcin | 2015-07-18 |
| | |||
* | Remove reference to deprecated privilege | Craig Davison | 2015-06-14 |
| | |||
* | Nicer time setting logging | est31 | 2015-06-02 |
| | | | | | | | | | | Now logs ACTION[ServerThread]: player sets time to 6:03 instead of ACTION[ServerThread]: player sets time to 6:3 | ||
* | Added hour:minute format to time command | LeMagnesium | 2015-05-16 |
| | | | | | * The time command now accepts parameters in the form <hour>:<minute>, and if invoked with no parameters returns the current time in said format. | ||
* | Add reason to kicked log message and use present tense | est31 | 2015-04-05 |
| | |||
* | Radius parameter for /deleteblocks here | SmallJoker | 2015-03-05 |
| | |||
* | Add /setpassword and /clearpassword logging | est31 | 2015-02-27 |
| | |||
* | Fix unused (and so, broken) enable_rollback_recording. This option must be ↵ | Loic Blot | 2015-02-18 |
| | | | | | | 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 format | kwolekr | 2015-01-27 |
| | |||
* | Simplify deleteblocks chat command argument parsing | kwolekr | 2015-01-15 |
| | | | | | 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 map | kwolekr | 2015-01-15 |
| | | | | Also add a Lua API and chatcommand for this | ||
* | Fix some undeclared global variables | Craig Davison | 2014-11-26 |
| | |||
* | Add last_login field to auth.txt | Ryan Newell | 2014-11-08 |
| | | | | Also shortens some related code and adds more parameters to string.split. | ||
* | Add a better error message when trying to teleport another player without ↵ | LeMagnesium | 2014-10-07 |
| | | | | bring privileges | ||
* | Mod profiling support | sapier | 2014-08-19 |
| | | | | | | | | | 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 commands | ShadowNinja | 2014-05-28 |
| | |||
* | Sort commands and privs alphabetically in '/help'. | Diego Martinez | 2014-05-24 |
| | | | | Also make a stray variable local. | ||
* | Use "core" namespace internally | ShadowNinja | 2014-05-08 |
| | |||
* | Organize builtin into subdirectories | ShadowNinja | 2014-05-07 |