summaryrefslogtreecommitdiff
path: root/games/devtest/mods/experimental
Commit message (Collapse)AuthorAge
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-03
| | | | | | | 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.
* Devtest: Extend tooltips of many items and tools (#10312)Wuzzy2020-09-04
| | | Also show error message when using tools wrong
* Fix undeclared global in devtest (#10133)Wuzzy2020-07-02
|
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-26