Aaron Suen d32a2c856c Build mod summary list automatically
Instead of maintaining the short description of each sub-mod
manually in a giant README file, distribute the short descriptions
into each relevant mod, and then build the README listings
automatically at deploy time.

This should:
- Make it harder to forget to add/remove mods in the list
- Prevent them from being out of alphabetical order
- Ensure each mod has a description for in-menu use
2023-06-20 07:30:35 -04:00
..
2022-12-09 17:58:34 -05:00
2023-06-20 07:30:35 -04:00
2022-12-09 17:58:34 -05:00

------------------------------------------------------------------------

Adds a simple "/lag <seconds>" command for anyone with the "server"
priv.  When set to anything above zero, no server step will be allowed
to complete in less than that amount of time (it effectively set the
minimum lag per step).  CPU cycles will be wasted to meet the lag
requirement (it's a busy-wait).

This is useful for quickly testing lag-dependent issues such as machines
jamming under high lag conditions.

Lag is not preserved across server restarts and is reset to zero.

There is a maximum safe lag level assigned at runtime, which can be
overridden by a setting, but changing the setting requires a restart.

------------------------------------------------------------------------