Still need to implement the server side and the changes for outgoing
client commands, but this is enough that I can playback demos recorded
with protocol 666.
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
Now pull together all that previous work and enable the BJP
protocols. Each uses a different combination of bytes/shorts for
models, static and dymanic sounds.
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
Similar to MAX_MODELS, although I'm not 100% confident about static
vs. dynamic sounds in this case.
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
Create a wrapper max_models() so we can take the current connection's
protocol number into account when checking for model overflow.
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>