aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/information_formspecs.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Builtin: Optimize misc helpers (#12377)Lars Müller2022-05-271-2/+2
| | | Also add formspec_escape unit test
* Add an option `-t` to force text output in /helpPedro Gimeno2021-10-011-25/+7
| | | | This also improves detection of whether formspecs are available.
* Translate builtin (#10693)Wuzzy2021-03-051-13/+15
| | | | | 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.
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-111-1/+1
|
* Fix some chatcommands not returning a value (#9503)Wuzzy2020-03-141-2/+2
|
* Also print help commands to chat for server terminal (#8869)Tim Myers2019-09-191-3/+11
|
* Add luacheck to check builtin (#7895)rubenwardy2019-08-061-4/+3
|
* Builtin: Forward old return valuesSmallJoker2019-08-021-1/+1
| | | | Was forgotten in 69bf964.
* Add /help formspec for commands and privileges (#8385)SmallJoker2019-07-201-0/+145
* Trigger for 'all' as well * Add description textarea, double-click to copy