Add sysconf BONES_POOLS to allow more bones-files per level
authorPasi Kallinen <paxed@alt.org>
Sun, 20 Aug 2017 20:04:55 +0000 (23:04 +0300)
committerPasi Kallinen <paxed@alt.org>
Sun, 20 Aug 2017 20:04:59 +0000 (23:04 +0300)
commit1eca824321baf75e64cb7fb2efe4271324895ca6
tree6b26684eac2eaa796ceee2fa2f7895d49a59ea15
parent7bb4cb1b1eedec56e9d78efb1e091dd9478cf87c
Add sysconf BONES_POOLS to allow more bones-files per level

Reduce the chance of a player playing on a public server encountering
their own bones, by implementing separate bones pools. The pool a player
belongs to is determined at game start, and only bones in that pool
are used. The sysconf BONES_POOLS allows the sysadmin to define how
many pools there are.
doc/fixes36.1
include/sys.h
src/files.c
src/sys.c
sys/unix/sysconf
sys/vms/sysconf
sys/winnt/sysconf