19 Commits

Author SHA1 Message Date
Auke Kok
a153f771be Add review permission.
This moves review into a separate permission, aside from "server".

The benefit is that we can grant this to more people without the
need to pass out "server" privs, which has a lot more powers than
needeed.

This doesn't grant noclip. This needs to be done separately. Scoring
will be disabled for those with the review priv.
2020-07-27 16:52:10 -07:00
Wuzzy
207de4dc2c Add I18N support
This adds I18N support for ITB by using Minetest 5.0.0's locale system.
2019-09-11 21:06:59 -07:00
Auke Kok
c93f8402e5 Allow inspection of players/objects.
At minimum, base properties and phsyics settings. Others need
adding as well.
2019-08-30 17:29:20 -07:00
Auke Kok
b5eca5eb52 Update inspector mod to current. 2019-08-30 16:34:28 -07:00
Auke Kok
a0cd3281c7 Allow right-click to be used for nodes ABOVE the pointed one.
This allows me to inspect and debug air and airlike nodes.
2019-04-19 22:44:56 -07:00
Auke Kok
57e0332bc3 Fix /inspect crash. 2019-04-19 20:05:56 -07:00
Auke Kok
44e0ef1647 fsc: secure formspec code.
Implemented for terminal, and signs, rules, inspector and creator interface code.

Also, fix a bazillion usability bugs in here.
2017-12-27 17:46:00 -08:00
Auke Kok
0bb96ad779 Print node meta before node def, since that's the least interesting. 2017-10-10 23:23:33 -07:00
Auke Kok
410e0da619 Restrict /inspect. Unify access perms for chat commands. 2017-10-10 23:12:52 -07:00
Auke Kok
ed912a1e7d Logic error: only look at server priv if not editing. 2017-03-23 11:15:26 -07:00
Auke Kok
8e22aa73c7 Allow editors to use inspector tool 2017-03-23 11:02:02 -07:00
Auke Kok
8fe0c975ac Put triggers above (long) nodedef. 2017-03-22 22:36:53 -07:00
Auke Kok
4408b95e39 Whitespace: new luacheck version. 2017-03-13 23:19:06 -07:00
Auke Kok
4ffa9130c0 Fix a nasty in inspector cmd. 2017-03-13 22:36:00 -07:00
Auke Kok
312ff5dfcb Fix unused var luacheck. 2017-02-19 21:26:21 -08:00
Ekdohibs
fd561a9c3b Inspector: make offsets work and show them correctly 2017-02-18 17:07:33 +01:00
Auke Kok
0444b889d4 Try and dump offsets of nodes. 2017-02-17 18:07:17 -08:00
Auke Kok
74da55d906 restrict inspector to server priv. 2017-02-17 00:31:25 -08:00
Auke Kok
b5e46b46b6 Add inspector mod. 2017-02-17 00:31:25 -08:00