7 Commits

Author SHA1 Message Date
Aaron Suen
68eb61b873 Remove stub settingtypes.txt files
These were intended to make it possible to access these settings
in the MT settings UI.  However, apparently it's not possible to
have nil as a default, and MT throws warnings in this scenario.
Remove these settings until that's properly supported.
2024-10-20 11:50:28 -04:00
Aaron Suen
ac6fbe3ffe Fix teleport tracking upper bound check 2024-07-27 23:26:11 -04:00
Aaron Suen
5c8040a2cc Add stub settingtypes.txt files
These are all based on automated detection (intercept the minetest
settings metatable methods) and lack any useful documentation, and
may be incomplete (e.g. missing keys that are only discovered at
runtime based on specific actions).

Eventually these will be filled out and used to document settings,
and make it easier to manage settings in the MT Settings UI.
2024-03-28 09:23:12 -04:00
Aaron Suen
f5f5236fc8 Include player network stats in log 2023-12-16 10:50:03 -05:00
Aaron Suen
ff233b23c4 Annotate teleport fix with player RTT/jitter stats if any 2023-12-16 10:35:27 -05:00
Aaron Suen
32e2d1e718 Don't teleport attached players 2023-12-02 16:41:24 -05:00
Aaron Suen
cd29ab2f5c New mod to hotfix teleport regressions 2023-12-02 11:37:12 -05:00