Hello everyone... I'm here to share these images of the new weapons and units available so far, starting with the first era: chipped stone, polished stone, and finally copper. We can see all the evolutions of the weapons and units.
It is not just about "a stable internet connection". It depends how far the players are away or how well their isps interact.
IMO:
The auto-pause on disconnection feature from autociv should get implemented in the main game.
Connection, disconnections, pauses should be logged. Logging should be done with timestamps
The problem is that without retrieving reports from all players, we don't know if the game is still in progress. As there is no artificial limit to the duration of games, we'd have to wait a few hours to be reasonably sure it's over.
@Atrik: fix pingall pls
Line 15 ChatCommandHandler~autociv.js
const ignore = new Set([selfNick].concat(this.botsListIgnore));
const ignore = new Set([selfNick].concat(that.botsListIgnore));
change this to that
and add "WFGBot" to botsListIgnore