ryzomcore icon indicating copy to clipboard operation
ryzomcore copied to clipboard

Include multiple versions in client build of protocol XML files

Open kaetemi opened this issue 5 years ago • 2 comments

Client processes these at runtime, server is fixed. Client is more likely to be a head in version of server. Server already sends the used version. Easier for open source collaboration.

kaetemi avatar Oct 31 '20 19:10 kaetemi

Embed a versioning tag for each command into the XML, so client can read/write the bit stream correctly.

kaetemi avatar Oct 31 '20 19:10 kaetemi

Let pushNameToStream return a version number of 1 and upwards, instead of a bool. Optimize select to get from a flat map instead of from this recursive string cutting loop.

kaetemi avatar Oct 31 '20 19:10 kaetemi