Compare commits

..

132 Commits

Author SHA1 Message Date
ThePendulum
59424af388 Only using websockets. 2023-11-21 01:03:25 +01:00
ThePendulum
39a27f501e Refactored for SocketIO server. 2023-11-13 22:56:46 +01:00
ThePendulum
ffdfefa6d4 1.26.12 2023-08-21 23:12:06 +02:00
ThePendulum
b3ab3bf1ba Fixed kill announce for IRC.. 2023-08-21 23:12:02 +02:00
ThePendulum
2e54d38383 1.26.11 2023-08-17 22:38:45 +02:00
ThePendulum
98a1aa8fff Revealing who used kill command in all active rooms. 2023-08-17 22:38:43 +02:00
ThePendulum
6f2a5e03e9 1.26.10 2023-07-18 23:35:55 +02:00
ThePendulum
9966c79a26 Added milliseconds to Duck result. 2023-07-18 23:35:53 +02:00
ThePendulum
a46ffb431b 1.26.9 2023-07-11 16:41:40 +02:00
ThePendulum
b9be447dba Upgraded Clive to new room user ID data. 2023-07-11 16:41:38 +02:00
ThePendulum
a45d00c105 1.26.8 2023-06-26 22:56:37 +02:00
ThePendulum
00b92f445e Using distance for duck times. 2023-06-26 22:56:35 +02:00
ThePendulum
09e78a8bbb 1.26.7 2023-06-23 05:24:55 +02:00
ThePendulum
44d8304aa0 Added 23-letter words to dictionary. 2023-06-23 05:24:53 +02:00
Niels Simenon
8e16f189f5 1.26.6 2023-05-06 01:32:32 +02:00
Niels Simenon
c85ec3440b Added target user to chat. 2023-05-06 01:32:30 +02:00
Niels Simenon
650a8d2ec9 1.26.5 2023-04-12 17:17:51 +02:00
Niels Simenon
d263c42d38 Allow arithmetic functions in numbers. 2023-04-12 17:17:49 +02:00
Niels Simenon
fcd1597707 1.26.4 2023-04-12 17:13:26 +02:00
Niels Simenon
27a82b9cdd Disallowing functions and non-arithmetic operators in numbers. 2023-04-12 17:13:24 +02:00
Niels Simenon
b791147ce0 1.26.3 2023-04-11 01:31:14 +02:00
Niels Simenon
29ce536ffd Fixed IRC message target. 2023-04-11 01:31:12 +02:00
Niels Simenon
e584389453 Fixed reversed IRC recipient logic. 2023-04-11 01:09:40 +02:00
Niels Simenon
ba8e39f857 1.26.2 2023-04-11 00:51:52 +02:00
Niels Simenon
44386cf096 Added recipient to IRC message. 2023-04-11 00:51:50 +02:00
Niels Simenon
21feb37d21 Fixed logical typo. 2023-04-11 00:47:45 +02:00
Niels Simenon
85be251b3f 1.26.1 2023-04-11 00:46:42 +02:00
Niels Simenon
73117e7614 Changed conversation determination in chat. 2023-04-11 00:46:40 +02:00
Niels Simenon
750997f3cc 1.26.0 2023-04-11 00:37:05 +02:00
Niels Simenon
da9c85d90c Added PM support to chat. 2023-04-11 00:37:03 +02:00
Niels Simenon
ee50935339 1.25.5 2023-04-10 16:50:41 +02:00
Niels Simenon
2860630921 Changed default number name from big to large, added nums to short commands. 2023-04-10 16:50:39 +02:00
Niels Simenon
6c5fd6ed0a Changed back default consonant bias. 2023-04-10 16:37:32 +02:00
Niels Simenon
c43be9df13 1.25.4 2023-04-10 16:34:56 +02:00
Niels Simenon
8aef44b2d9 Moved consonant bias to config, increased slightly to 0.6. 2023-04-10 16:34:53 +02:00
Niels Simenon
77b6ebfb5c 1.25.3 2023-04-10 16:25:10 +02:00
Niels Simenon
6817f51b83 Moved available letters to config. 2023-04-10 16:25:08 +02:00
Niels Simenon
42c850ac90 1.25.2 2023-04-10 16:06:55 +02:00
Niels Simenon
91eaa9d709 Improved Letters distribution. Added conundrum to mash. 2023-04-10 16:06:53 +02:00
Niels Simenon
f4776df853 1.25.1 2023-04-10 14:26:30 +02:00
Niels Simenon
cfcb48224b Disallowing fractions in numbers game, fixed stop output, added generic calculator to numbers. 2023-04-10 14:26:28 +02:00
Niels Simenon
ea672df4c3 1.25.0 2023-04-10 05:54:30 +02:00
Niels Simenon
4fbd366bb9 Added numbers game. 2023-04-10 05:54:27 +02:00
Niels Simenon
8c34fe5013 1.24.10 2023-04-10 01:23:22 +02:00
Niels Simenon
74342ab07b Added chat token reset. WIP numbers game. 2023-04-10 01:23:19 +02:00
Niels Simenon
7321037f4f 1.24.9 2023-04-09 22:47:22 +02:00
Niels Simenon
68cefc0e2a Added word limit to chat bot. 2023-04-09 22:47:19 +02:00
Niels Simenon
f222922643 1.24.8 2023-04-09 16:04:22 +02:00
Niels Simenon
c4d328b409 Passing user identifier to OpenAI API. 2023-04-09 16:04:19 +02:00
Niels Simenon
efc45f2103 1.24.7 2023-04-09 15:59:48 +02:00
Niels Simenon
b724f4ecb7 Set default chat history to 2. 2023-04-09 15:59:46 +02:00
Niels Simenon
8960a23448 1.24.6 2023-04-09 15:54:42 +02:00
Niels Simenon
ef30c41758 Added username parameter to chat token, tracking by username. 2023-04-09 15:54:39 +02:00
Niels Simenon
4b8077f7e7 Fixed token text error. 2023-04-09 15:48:30 +02:00
Niels Simenon
d4edbfda7a 1.24.5 2023-04-09 15:45:43 +02:00
Niels Simenon
ad7f1f548e Increased default chat cut-off. 2023-04-09 15:45:41 +02:00
Niels Simenon
6469a7b660 Removed null environment from ecosystem file. 2023-04-09 02:05:03 +02:00
Niels Simenon
f084dddfce 1.24.4 2023-04-09 02:02:00 +02:00
Niels Simenon
a946e0447b Using instance name for local database. 2023-04-09 02:01:58 +02:00
Niels Simenon
e5a10d8059 Added knex module. 2023-04-09 01:54:25 +02:00
Niels Simenon
291a338eca 1.24.3 2023-04-09 01:44:25 +02:00
Niels Simenon
21a90a51cf Added token limits to OpenAI chat. 2023-04-09 01:44:22 +02:00
Niels Simenon
058ca10011 1.24.2 2023-04-09 00:20:32 +02:00
Niels Simenon
8f37ee145e Fixed chat prompt regex breaking if no username prefix is configured. 2023-04-09 00:20:29 +02:00
Niels Simenon
834ccc3ea0 1.24.1 2023-04-09 00:14:38 +02:00
Niels Simenon
3a660a0c1c Updated recommended node version. Added hostname to system uptime. 2023-04-09 00:14:35 +02:00
Niels Simenon
c7c0f3de2d 1.24.0 2023-04-09 00:07:18 +02:00
Niels Simenon
c17c51dcd1 Added OpenAI chat bot. 2023-04-09 00:07:16 +02:00
Niels Simenon
a759421791 1.23.6 2023-03-12 02:14:15 +01:00
Niels Simenon
0aa8475d3a Added Eswatini and North Macedonia as official country names. 2023-03-12 02:14:09 +01:00
Niels Simenon
ed87ce1759 1.23.5 2023-02-02 01:45:41 +01:00
Niels Simenon
6c3a887f3f Hinting punctuation in Trivia. 2023-02-02 01:45:37 +01:00
Niels Simenon
c22767285c 1.23.4 2022-11-26 17:57:50 +01:00
Niels Simenon
9295502d2c Added ecosystem rule to gitignore. 2022-11-26 17:57:45 +01:00
Niels Simenon
b77cf1d487 1.23.3 2022-11-26 17:53:29 +01:00
Niels Simenon
174dfdedfa Using room users API. 2022-11-26 17:53:27 +01:00
Niels Simenon
50263b2b56 1.23.2 2022-11-26 16:49:31 +01:00
Niels Simenon
87f2e81794 Fixed checking username on non-existent user. 2022-11-26 16:49:29 +01:00
Niels Simenon
761078bf19 1.23.1 2022-11-17 22:05:08 +01:00
Niels Simenon
a13d88ada5 Fixed Kuwait geo image. 2022-11-17 22:05:05 +01:00
Niels Simenon
3a8d040996 1.23.0 2022-11-08 22:21:45 +01:00
Niels Simenon
d624602a1d Added JavaScript 'game'. 2022-11-08 22:21:43 +01:00
Niels Simenon
dac6430112 1.22.1 2022-11-06 16:58:45 +01:00
Niels Simenon
18572df506 Fixed countries mode in Geo. 2022-11-06 16:58:44 +01:00
Niels Simenon
174eba2b1e 1.22.0 2022-11-06 16:14:17 +01:00
Niels Simenon
4727217b88 Added flags to Geo. 2022-11-06 16:14:14 +01:00
Niels Simenon
e0aab6acf3 1.21.1 2022-11-06 03:11:43 +01:00
Niels Simenon
cdfcd8e4fa Added coin to dice. 2022-11-06 03:11:39 +01:00
Niels Simenon
a47b8adf99 1.21.0 2022-11-06 02:07:33 +01:00
Niels Simenon
803e44dd84 Updated help for Geo. 2022-11-06 02:07:31 +01:00
Niels Simenon
d41a0384d6 Added US states to Geo game. 2022-11-06 02:06:04 +01:00
Niels Simenon
5499dbf1f1 1.20.4 2022-11-03 16:45:51 +01:00
Niels Simenon
97a76fd88c Updated curated country file. 2022-11-03 16:45:49 +01:00
Niels Simenon
aa5559f286 Updated curated countries file. 2022-11-02 22:30:31 +01:00
Niels Simenon
9c1966f600 1.20.3 2022-11-02 22:20:38 +01:00
Niels Simenon
c1b8340268 Curated Geo country file, improved hint letter spacing. 2022-11-02 22:20:36 +01:00
Niels Simenon
157ae8bfcc 1.20.2 2022-11-02 20:59:38 +01:00
Niels Simenon
43d307f68c Swapped URL and question in Geo. 2022-11-02 20:59:35 +01:00
Niels Simenon
631dc58d3c Added question rotation to Geo. 2022-11-02 20:56:06 +01:00
Niels Simenon
d99503885b 1.20.1 2022-11-02 20:46:51 +01:00
Niels Simenon
210155305c Disabled various small island countries, added hint to Geo. 2022-11-02 20:46:47 +01:00
Niels Simenon
72aed56485 1.20.0 2022-11-02 06:16:23 +01:00
Niels Simenon
036feb12a5 Added Geo game. 2022-11-02 06:16:17 +01:00
Niels Simenon
48003e4d34 1.19.8 2022-11-02 01:20:21 +01:00
Niels Simenon
09d069dec1 Help module can give game-specific help. 2022-11-02 01:20:19 +01:00
Niels Simenon
22e5114647 1.19.7 2022-11-02 01:09:04 +01:00
Niels Simenon
baa2246245 Added question skip to trivia. 2022-11-02 01:09:02 +01:00
Niels Simenon
43478b3cc6 1.19.6 2022-11-02 00:34:05 +01:00
Niels Simenon
46c61e2a92 Fixed dice excluding last face, increased max rolls to 20. Increased default number of Hunt guesses. Increased default Riddle timeout. 2022-11-02 00:34:03 +01:00
Niels Simenon
6adb443aff 1.19.5 2022-11-01 05:59:20 +01:00
Niels Simenon
53022278c9 Added ground track to Hunt, added new SChat 2 colors. 2022-11-01 05:59:17 +01:00
Niels Simenon
35a28760cd 1.19.4 2022-11-01 05:41:00 +01:00
Niels Simenon
3c42807f62 Removed Parrot from default config, expanded Hunt help text. 2022-11-01 05:40:58 +01:00
Niels Simenon
d8e4e4f0a2 Expanded letters help text. 2022-11-01 05:34:25 +01:00
Niels Simenon
3e685bd5a4 1.19.3 2022-11-01 05:31:07 +01:00
Niels Simenon
505b2449ba Added ~letsgo shortcut to the letters. 2022-11-01 05:31:05 +01:00
Niels Simenon
2d48a18c16 1.19.2 2022-11-01 05:26:06 +01:00
Niels Simenon
007773f38c Fixed style bypass. 2022-11-01 05:26:04 +01:00
Niels Simenon
89dc51e3e9 Added username color to Hunt point award. 2022-10-30 05:03:11 +01:00
Niels Simenon
435ff3a4b5 1.19.1 2022-10-30 04:59:18 +01:00
Niels Simenon
c3f1b59416 Hunt only listeners for closely matching words, fixed completion not awarding points, added help. 2022-10-30 04:59:14 +01:00
Niels Simenon
d257f93f3e 1.19.0 2022-10-30 04:21:37 +01:00
Niels Simenon
b4add9e11d Added Hunt (hangman) game. 2022-10-30 04:21:32 +01:00
Niels Simenon
cb2fa362d6 1.18.2 2022-10-28 05:12:36 +02:00
Niels Simenon
02da8f7705 Changed riddle timeout to seconds. 2022-10-28 05:12:33 +02:00
Niels Simenon
273013e390 1.18.1 2022-10-28 05:06:50 +02:00
Niels Simenon
33c7b25bd2 Added riddles. 2022-10-28 05:06:48 +02:00
Niels Simenon
8b75691c5f 1.18.0 2022-10-28 03:45:53 +02:00
Niels Simenon
6ebe1cf4aa Added riddles outline. 2022-10-28 03:45:50 +02:00
Niels Simenon
dc6df7c344 Added letter generator to letters game. 2022-10-28 03:44:09 +02:00
Niels Simenon
809e79affe Improved 8-ball punctuation handling. 2022-10-28 03:26:36 +02:00
Niels Simenon
335bd55a91 Accepting punctuation as part of a 8ball question. 2022-10-28 03:17:09 +02:00
1046 changed files with 12834 additions and 157 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,8 @@
node_modules/ node_modules/
config/* config/*
!config/default.js !config/default.js
*.config.js
!ecosystem.config.js
*.sqlite
points*.json points*.json
assets/mash-words.json assets/mash-words.json

2
.nvmrc
View File

@@ -1 +1 @@
v17.0.1 v18.15.0

File diff suppressed because it is too large Load Diff

63
assets/countries.js Normal file
View File

@@ -0,0 +1,63 @@
'use strict';
const fs = require('fs').promises;
const crypto = require('crypto');
const { argv } = require('yargs');
// const bhttp = require('bhttp');
const countries = require('./countries.json');
const states = require('./states-us.json');
const data = {
countries,
states,
flags: countries,
};
/*
async function fetchCountries() {
const res = await bhttp.get('http://localhost:3000/api/countries');
if (res.statusCode === 200) {
await fs.writeFile('./assets/countries.json', JSON.stringify(res.body, null, 4));
console.log('Done fetching countries!');
return;
}
console.log(`Failed to fetch countries: ${res.statusCode}`);
}
*/
async function init() {
const type = argv.type || 'countries';
const countryImgs = await fs.readdir(`./assets/${type}`);
const countriesByCode = Object.fromEntries(data[type].map((country) => [country.alpha2, country]));
const imgCountries = await Promise.all(countryImgs.filter((file) => !['encoded', 'disabled'].includes(file)).map(async (file) => {
const code = file.match(/(\w+).png/)?.[1];
if (!code || !countriesByCode[code]) {
console.warn(`No country for ${file} with code ${code}`);
return null;
}
const filename = `${crypto.createHash('md5').update(code).digest('hex').slice(0, 4)}.png`;
await fs.copyFile(`./assets/${type}/${file}`, `./assets/${type}/encoded/${filename}`);
return {
file: filename,
code,
...countriesByCode[code],
};
}));
await fs.writeFile(`./assets/${type}-curated.json`, JSON.stringify(imgCountries.filter(Boolean), null, 4));
console.log('Done!');
}
init();
// fetchCountries();

1259
assets/countries.json Normal file

File diff suppressed because it is too large Load Diff

BIN
assets/countries/AD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

BIN
assets/countries/AE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
assets/countries/AF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
assets/countries/AL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
assets/countries/AM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

BIN
assets/countries/AO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
assets/countries/AQ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
assets/countries/AR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
assets/countries/AS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
assets/countries/AT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
assets/countries/AU.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
assets/countries/AZ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

BIN
assets/countries/BA.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
assets/countries/BB.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

BIN
assets/countries/BD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
assets/countries/BE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

BIN
assets/countries/BF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
assets/countries/BG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
assets/countries/BH.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
assets/countries/BI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
assets/countries/BJ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
assets/countries/BO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
assets/countries/BR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
assets/countries/BS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

BIN
assets/countries/BT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
assets/countries/BW.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

BIN
assets/countries/BY.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
assets/countries/BZ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
assets/countries/CA.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
assets/countries/CD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

BIN
assets/countries/CF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
assets/countries/CG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

BIN
assets/countries/CH.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
assets/countries/CI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

BIN
assets/countries/CL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
assets/countries/CM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
assets/countries/CN.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

BIN
assets/countries/CO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
assets/countries/CR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
assets/countries/CU.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
assets/countries/CY.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

BIN
assets/countries/CZ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

BIN
assets/countries/DE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
assets/countries/DJ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
assets/countries/DK.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
assets/countries/DO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

BIN
assets/countries/DZ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
assets/countries/EC.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
assets/countries/EE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

BIN
assets/countries/EG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
assets/countries/EH.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
assets/countries/ER.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
assets/countries/ES.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

BIN
assets/countries/ET.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
assets/countries/FI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

BIN
assets/countries/FJ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
assets/countries/FK.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

BIN
assets/countries/FM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

BIN
assets/countries/FO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

BIN
assets/countries/FR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
assets/countries/GA.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
assets/countries/GB.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
assets/countries/GE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

BIN
assets/countries/GF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
assets/countries/GH.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
assets/countries/GI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

BIN
assets/countries/GL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
assets/countries/GM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
assets/countries/GN.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
assets/countries/GQ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

BIN
assets/countries/GR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

BIN
assets/countries/GT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
assets/countries/GW.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

BIN
assets/countries/GY.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
assets/countries/HN.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
assets/countries/HR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB

BIN
assets/countries/HT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
assets/countries/HU.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

BIN
assets/countries/ID.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
assets/countries/IE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
assets/countries/IL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
assets/countries/IM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
assets/countries/IN.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
assets/countries/IQ.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
assets/countries/IR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
assets/countries/IS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
assets/countries/IT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

BIN
assets/countries/JE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

BIN
assets/countries/JM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
assets/countries/JO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
assets/countries/JP.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
assets/countries/KE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
assets/countries/KG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
assets/countries/KH.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 KiB

BIN
assets/countries/KP.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Some files were not shown because too many files have changed in this diff Show More