aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/information_formspecs.lua
AgeCommit message (Collapse)Author
2022-11-29Fix /help privs checks (#13008)Jude Melton-Houghton
2022-05-27Builtin: Optimize misc helpers (#12377)Lars Müller
Also add formspec_escape unit test
2021-10-01Add an option `-t` to force text output in /helpPedro Gimeno
This also improves detection of whether formspecs are available.
2021-03-05Translate 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-11Replace 'minetest.' with 'core.' in builtinrubenwardy
2020-03-14Fix some chatcommands not returning a value (#9503)Wuzzy
2019-09-19Also print help commands to chat for server terminal (#8869)Tim Myers
2019-08-06Add luacheck to check builtin (#7895)rubenwardy
2019-08-02Builtin: Forward old return valuesSmallJoker
Was forgotten in 69bf964.
2019-07-20Add /help formspec for commands and privileges (#8385)SmallJoker
* Trigger for 'all' as well * Add description textarea, double-click to copy