You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were validating the origin of the fake messages that the server creates artificially when the timer runs out.
Turns out that that was a bad idea, because in half of the cases, the artificial message is rejected 😐
Allowed "illegal" hidden global picks and bans, which means players can pick and ban any civilisation as long as they don't know that their pick/ban is illegal because a hidden pick/ban of their opponent would prevent theirs.
Before, they would have been able to execute the turn, because there is no way their client can know that it is illegal, but the server would have rejected it. Now, such a turn is accepted.
Added dark mode. By default, it respects the setting of your operating system / web browser. But there also is a button for you to manually switch between dark/light mode. Neat!
You can now reorder turns in the Preset editor by dragging and dropping! Very handy if you forgot a turn. Finally you don't have to delete all those turns just to fix an error.
Added a Spanish translation. You know, for people who would like to use the site in Spanish.
Updated Chinese and German translations as well.
The civilisation names on the Preset overview page are now also localised.
The server now logs when it executes actions, like selecting a civilisation on behalf of a player because their time ran out, or executing admin turns.