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