From 07d62cec868b1c1a04cf28679cc274417fdf2649 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Thu, 18 Mar 2021 16:59:24 +0100 Subject: [PATCH] Fix inventors note for Copycat --- TODO | 6 ------ client/src/translations/rules/Copycat/en.pug | 5 ++++- client/src/translations/rules/Copycat/es.pug | 5 ++++- client/src/translations/rules/Copycat/fr.pug | 5 ++++- client/src/views/Hall.vue | 1 + 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 0aab7d35..10788bd0 100644 --- a/TODO +++ b/TODO @@ -5,9 +5,3 @@ If new live game starts in background, "new game" notify OK but not first move. "FreeBoard", re-using a lot of Board logic, but with SVG (empty) board + SVG (empty) reserves. Will be used for variants with custom non-rectangular board (Hex, at least) Or, with other board shapes (see greenchess.net for example) - -===== - -New variants: -Hidden2: Hidden with free initial setup (as in Screen) -Shinobi Chess diff --git a/client/src/translations/rules/Copycat/en.pug b/client/src/translations/rules/Copycat/en.pug index 15765b01..8a619142 100644 --- a/client/src/translations/rules/Copycat/en.pug +++ b/client/src/translations/rules/Copycat/en.pug @@ -25,4 +25,7 @@ p a(href="https://discord.gg/tv9hVkQKa9") Discord server |  :-) -p Inventors: students at xxNarcissus school. +p + | Inventors: students at + a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club + | . diff --git a/client/src/translations/rules/Copycat/es.pug b/client/src/translations/rules/Copycat/es.pug index 089b3389..8a7f0714 100644 --- a/client/src/translations/rules/Copycat/es.pug +++ b/client/src/translations/rules/Copycat/es.pug @@ -25,4 +25,7 @@ p a(href="https://discord.gg/tv9hVkQKa9") servidor Discord |  Copycat :-) -p Inventores: alumnos de la escuela de xxNarcissus. +p + | Inventores: alumnos al + a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club + | . diff --git a/client/src/translations/rules/Copycat/fr.pug b/client/src/translations/rules/Copycat/fr.pug index e29e35b3..03206984 100644 --- a/client/src/translations/rules/Copycat/fr.pug +++ b/client/src/translations/rules/Copycat/fr.pug @@ -25,4 +25,7 @@ p a(href="https://discord.gg/tv9hVkQKa9") serveur Discord |  Copycat :-) -p Inventeurs : étudiants à l'école de xxNarcissus. +p + | Inventeurs : étudiants à l' + a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club + | . diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 22ffe45d..c6b00d48 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1309,6 +1309,7 @@ export default { // on game just after, the main Hall will be notified. }; if (c.type == "live") { + // TODO: ask my IP + opp IP, to add to game infos? (potential bans) notifyNewgame(); this.startNewGame(gameInfo); // Increment game stats counter in DB -- 2.44.0