Recent posts

#1
банковская гарантия - это обязательство банка перед третьим лицом предоставить платеж или выполнить определенное действие в случае невыполнения обязательств заказчиком по договору.
#2
Изучите все нюансы и особенности банковских гарантий с нашим полным руководством, чтобы быть в курсе о всех важных аспектах этого финансового инструмента.
#3
Статья расскажет о требованиях к клиентам при оформлении банковской гарантии и какие условия нужно соблюсти для успешного получения этого финансового инструмента.
#4
в статье рассказывается о важности знания основных принципов и механизмов функционирования банковской гарантии для обеспечения безопасности ваших финансов и минимизации рисков в банковских операциях.
#5
Bug Reports / Re: TypeError: e.name is undef...
Last post by Ingix - 09 October 2024, 09:24:24 AM
Thanks for the report. Some info seems to have been lost after the reconnect.
#6
General Discussion / Re: GET YOUR SERVERS FIXED
Last post by Ingix - 09 October 2024, 09:22:16 AM
I can ask about that. Sent me a private message with your in-game name, then I'll forward it to the developer.
#7
Bug Reports / TypeError: e.name is undefined...
Last post by Dwedit - 09 October 2024, 02:10:38 AM
Got exception on the "return a.name.localeCompare(b.name);" line

        key: "createUniqueInitials",
        value: function createUniqueInitials() {
            var players = this.game.state.players;
            players.sort(function (a, b) {
                return a.name.localeCompare(b.name);
            });
            var previousPrefix = 1;
            for (var i = 0; i < players.length - 1; i++) {
                var prefix = 1;
                for (; prefix < players[i].name.length; prefix++) {
                    if (players[i].name[prefix - 1].toLowerCase() !== players[i + 1].name[prefix - 1].toLowerCase()) break;
                }
                players[i].initials = players[i].name.slice(0, Math.max(previousPrefix, prefix));
                previousPrefix = prefix;
            }
            if (players.length > 1 && players[players.length - 2].name.length === previousPrefix) previousPrefix += 1;
            players[players.length - 1].initials = players[players.length - 1].name.slice(0, previousPrefix);
            players.sort(function (a, b) {
                return a.index - b.index;
            });
        }
#8
General Discussion / Re: GET YOUR SERVERS FIXED
Last post by halapenyoharry - 08 October 2024, 08:39:52 PM
at this point I'm wondering how to get a refund because it simply is so laggy it takes away from the enjoyment of the game.
#9
Interface Issues / Prompt for opponent to undo -1...
Last post by Dwedit - 08 October 2024, 12:22:50 AM
Somehow I got a prompt where the opponent requested to undo -17 (a negative number) moves.  I saw that, then reloaded the game.  The message changed to say undo 1 move.
#10
General Discussion / Re: It keeps resigning me
Last post by Kameyou - 03 October 2024, 10:22:23 AM
i got the same issue as well just now