Splizard
3f429363a2
Add admin command which says who the administator is for the server.
2016-02-04 13:23:02 +01:00
kwolekr
4072700558
Add callback parameter for core.emerge_area()
2015-11-02 18:43:09 -05:00
Rui914
f4e29e66bb
minetest. to core.
2015-10-31 02:28:06 +01:00
kwolekr
23316c9f92
Add /emergeblocks command and core.emerge_area() Lua API
2015-09-23 15:56:24 -04:00
kwolekr
2fb4917d8e
SAPI: Track last executed mod and include in error messages
2015-08-12 23:56:12 -04:00
Marcin
7527fea2ae
Add ability to specify coordinates for /spawnentity
2015-07-18 08:35:36 +02:00
Craig Davison
e49c838c0b
Remove reference to deprecated privilege
2015-06-14 23:53:30 +02:00
est31
51c32c262f
Nicer time setting logging
...
Now logs
ACTION[ServerThread]: player sets time to 6:03
instead of
ACTION[ServerThread]: player sets time to 6:3
2015-06-02 06:49:05 +02:00
LeMagnesium
6aecfb8151
Added hour:minute format to time command
...
* 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-05-16 18:15:34 -04:00
est31
36ada329b5
Add reason to kicked log message and use present tense
2015-04-05 04:18:47 +02:00
SmallJoker
ae0d39fcbc
Radius parameter for /deleteblocks here
2015-03-05 00:10:53 +10:00
est31
ef9fd92918
Add /setpassword and /clearpassword logging
2015-02-27 23:00:28 +01:00
Loic Blot
ad693a80de
Fix unused (and so, broken) enable_rollback_recording. This option must be reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable)
...
ok @ShadowNinja
2015-02-18 09:28:39 +01:00
kwolekr
3ccfc96d0d
Prevent null concatenation when /deleteblocks is provided an incorrect format
2015-01-27 22:36:53 -05:00
kwolekr
4e33a698b7
Simplify deleteblocks chat command argument parsing
...
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 18:05:13 -05:00
kwolekr
66b0d25786
Add ability to delete MapBlocks from map
...
Also add a Lua API and chatcommand for this
2015-01-15 16:48:56 -05:00
Craig Davison
f7c264cec7
Fix some undeclared global variables
2014-11-26 22:50:08 +10:00
Ryan Newell
c4ddc515f9
Add last_login field to auth.txt
...
Also shortens some related code and adds more parameters to string.split.
2014-11-08 12:49:50 -05:00
LeMagnesium
ddd48ba303
Add a better error message when trying to teleport another player without bring privileges
2014-10-07 16:52:52 -04:00
sapier
4b2e3ceaad
Mod profiling support
...
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-08-19 22:22:57 +02:00
ShadowNinja
d37ee7bca8
Add success and output return values to chat commands
2014-05-28 18:36:46 -04:00
Diego Martinez
5e98bcc1d1
Sort commands and privs alphabetically in '/help'.
...
Also make a stray variable local.
2014-05-24 17:33:59 -04:00
ShadowNinja
9718e20bfa
Use "core" namespace internally
2014-05-08 13:02:04 -04:00
ShadowNinja
6001210df6
Organize builtin into subdirectories
2014-05-07 17:14:23 -04:00