|
From: SourceForge.net <no...@so...> - 2012-12-07 13:33:38
|
Bugs item #3590291, was opened at 2012-11-26 23:12 Message generated for change (Comment added) made by cleka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101939&aid=3590291&group_id=1939 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Network Group: None Status: Open Resolution: None Priority: 3 Private: No Submitted By: Clemens Katzer (cleka) Assigned to: Clemens Katzer (cleka) Summary: Remote client might or might not use xml files from server Initial Comment: At the moment a remote client will ask for the xml files describing the variant from server only, if it's a variant different than the one which is currently loaded (e.g. during application startup, which is selected in the variant selection drop-down menu). This will cause problems if server side (especially the one hosted on public server) runs already a version with variant changes in it, but users use old clients. The client will thus see e.g. different recruiting conditions, skill/power factor values, or whatever was changed. Either the client prevents actions which would be allowed now, or it allows things server will reject. We have two variant changes pending now, due to which I didn't do a new release so far because of those compatibility issues above. IMHO best solution would probably be, provide a new (minor bugfix-) release which brings a fix to only this problem (identifying itself as a new client-counter-version, from 4 to 5 I think), and before making a release that incorporates variant changes, make the "minimum accepted client counter version" also 5. And give players/users 1-3 weeks of time to upgrade when it suits them. ---------------------------------------------------------------------- >Comment By: Clemens Katzer (cleka) Date: 2012-12-07 05:33 Message: Partly fixed in trunk in r5243. (WebClient side. WebServer side checking which version webclient is still missing). As usual, leaving open until it's visible in an official released build. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101939&aid=3590291&group_id=1939 |