index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
game
/
chatcommands.lua
Age
Commit message (
Expand
)
Author
2016-10-20
Chat commands: Trim whitespaces from input of `/privs` command
red-001
2016-10-16
Builtin/../chatcommands: Add /grantme command
red-001
2016-07-12
Builtin/profiler: Replace game profiler (#4245)
Tim
2016-05-31
Add colored text (not only colored chat).
Ekdohibs
2016-05-31
Colored chat working as expected for both freetype and non-freetype builds. @...
TriBlade9
2016-04-29
Avoid teleporting player if /teleport coords are out-of-range
tenplus1
2016-04-28
Builtin: Add basic_privs setting
rubenwardy
2016-03-24
Make `options` local here.
Auke Kok
2016-03-09
Add consistent monotonic day counter - get_day_count()
Auke Kok
2016-03-06
Faster insertion into table
Rui914
2016-02-11
Log /clearobjects mode
Kahrl
2016-02-11
Add '/clearobjects quick'
Kahrl
2016-02-04
Add admin command which says who the administator is for the server.
Splizard
2015-11-02
Add callback parameter for core.emerge_area()
kwolekr
2015-10-31
minetest. to core.
Rui914
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
2015-05-16
Added hour:minute format to time command
LeMagnesium
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 re...
Loic Blot
2015-01-27
Prevent null concatenation when /deleteblocks is provided an incorrect format
kwolekr
2015-01-15
Simplify deleteblocks chat command argument parsing
kwolekr
2015-01-15
Add ability to delete MapBlocks from map
kwolekr
2014-11-26
Fix some undeclared global variables
Craig Davison
2014-11-08
Add last_login field to auth.txt
Ryan Newell
2014-10-07
Add a better error message when trying to teleport another player without bri...
LeMagnesium
2014-08-19
Mod profiling support
sapier
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
2014-05-08
Use "core" namespace internally
ShadowNinja
2014-05-07
Organize builtin into subdirectories
ShadowNinja