Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-27 | Builtin: Optimize misc helpers (#12377) | Lars Müller | |
Also add formspec_escape unit test | |||
2021-10-01 | Add an option `-t` to force text output in /help | Pedro Gimeno | |
This also improves detection of whether formspecs are available. | |||
2021-03-05 | Translate builtin (#10693) | Wuzzy | |
This PR is the second attempt to translate builtin. Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext. | |||
2021-02-11 | Replace 'minetest.' with 'core.' in builtin | rubenwardy | |
2020-03-14 | Fix some chatcommands not returning a value (#9503) | Wuzzy | |
2019-09-19 | Also print help commands to chat for server terminal (#8869) | Tim Myers | |
2019-08-06 | Add luacheck to check builtin (#7895) | rubenwardy | |
2019-08-02 | Builtin: Forward old return values | SmallJoker | |
Was forgotten in 69bf964. | |||
2019-07-20 | Add /help formspec for commands and privileges (#8385) | SmallJoker | |
* Trigger for 'all' as well * Add description textarea, double-click to copy |