KranX / Vangers

The video game that combines elements of the racing and role-playing genres.
https://store.steampowered.com/app/264080/Vangers/
GNU General Public License v3.0
660 stars 89 forks source link

Client net protocol version updated; server now handles protocol versions differently; multiplayer world activity cycles fixed #619

Closed Aidoneus closed 1 year ago

Aidoneus commented 1 year ago

Since the release of multiplayer in open source version the multiplayer-only cyclic activity of worlds was enabled, but clients were not receiving expected seed – game "birth date", which lead to this activity being permanently stuck in the same state: Weexow was flooded, Necross was more dry & insects there were more aggresive etc.

Changes introduced in the commit:

Tested cases:

Meaning the issue is fixed and backwards compatibility for old clients is intact as well.

stalkerg commented 1 year ago

please fix windows build:

server/server.cpp:1220:38: error: cannot convert 'long int*' to 'time_t*' {aka 'long long int*'}