Recent posts

#1
Support / Re: Please delete my account
Last post by Ingix - Today at 04:41:59 PM
Quote from: Lady Di on Today at 09:34:58 AMPlease delete my account on dominion online and here

Lady Di

Sorry, the first time I only deleted the other requested account, now both are gone.
#2
Support / Re: Please delete my account
Last post by Lady Di - Today at 09:34:58 AM
Please delete my account on dominion online and here

Lady Di
#3
Support / Re: Please delete my account
Last post by Ingix - Today at 08:52:58 AM
Done!
#4
Support / Re: Please delete my account
Last post by reclus_ive - Today at 03:01:25 AM
Please delete my account. Username: harriswalzobviously
#5
Support / Re: Please delete my account
Last post by Ingix - 11 October 2024, 11:49:29 PM
Done
#6
Support / Re: Please delete my account
Last post by Lady Di - 11 October 2024, 08:43:43 AM
Please Delete these accounts:

Lady Di
petrag

THANK YOU
#7
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.
#8
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.
#9
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;
            });
        }
#10
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.