minetest/builtin
Elijah Duffy 7d3641021b
Lua API: Add register_on_chatcommand to SSM and CSM (#7862)
Allows catching a chatcommand call just after the command and the
parameters are parsed but before its existence is checked and before the
corresponding function is run. Returning `true` from a callback function
will prevent default handling of the command leaving mods to handle the
command manually.
2020-10-03 17:38:08 +01:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
client Lua API: Add register_on_chatcommand to SSM and CSM (#7862) 2020-10-03 17:38:08 +01:00
common Ability to remove minetest.after once set (#10103) 2020-09-23 19:11:56 +02:00
fstk Auto focus on OK button in main menu error messages (#10300) 2020-08-23 15:40:34 +02:00
game Lua API: Add register_on_chatcommand to SSM and CSM (#7862) 2020-10-03 17:38:08 +01:00
mainmenu Improve layout of main menu 'local' tab (#10366) 2020-09-29 23:37:03 +01:00
profiler Profiler: Fix wrong function name for entities 2020-02-23 22:24:12 +01:00
init.lua Add HTTP API to main menu (#9998) 2020-06-06 17:17:08 +01:00
settingtypes.txt Reduce the FPS when the window is unfocused (#8837) 2020-10-03 17:33:51 +01:00