aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/experimental/commands.lua
AgeCommit message (Collapse)Author
2022-10-23DevTest: Remove experimental modWuzzy
2022-10-23DevTest: Move detached inv tests to chest modWuzzy
2022-10-23DevTest: Move benchmark commands to new modWuzzy
2022-10-23DevTest: Move /test_place_nodes to testnodes modWuzzy
2022-10-23DevTest: Move chat command logging to separate modWuzzy
2022-09-18Content ID caching in Lua (#12444)Jude Melton-Houghton
* Cache content IDs in Lua Co-authored-by: sfan5 <sfan5@live.de>
2021-04-28Fix rotation for falling mesh degrotate nodes (#11159)Wuzzy
2021-03-15Devtest: Fix missing log level in minetest.log (#11068)Wuzzy
2020-10-03Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy
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-07-02Fix undeclared global in devtest (#10133)Wuzzy
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy