Evan
4c8eeb0cc1
merge branch v0.17.3
2025-03-06 15:46:57 -08:00
Evan
84f067d66b
remove small lakes, use largest body of water as ocean
2025-03-03 20:00:12 -08:00
ilan schemoul
373a1aacf7
feat: remove small islands when loading a map
...
Also updated the map loader to now run on every single map (in the
`maps` array).
Also now maps are loaded concurrently (run every promise at the same
time and wait that they are all finished). As the functions are CPU
bound and not IO bound running concurrently doesn't change much right
now but it can if we use more promise in the function loadTerrainMap
then things will get faster.
2025-03-02 22:47:09 +01:00
NewHappyRabbit
d9d919ac29
Fixed typos on some countries
2025-03-02 09:39:36 -08:00
Evan
db4e520886
fix africa map: add straight of gibraltar
2025-03-02 09:29:10 -08:00
NewHappyRabbit
9f2dfd6a35
Fixed typos on some countries
2025-02-28 16:28:45 +02:00
Evan
2ab13d097a
fix africa map: add straight of gibraltar
2025-02-24 13:28:14 -08:00
Evan
4ccd6071c6
connect ocean on asia map to allow boats
2025-02-23 20:37:39 -08:00
NewHappyRabbit
1dfc0aef39
Added Mars. Excluded from public lobby playlist. Changed Africa image background to transparent.
2025-02-20 20:42:17 +02:00
SunnyBoyWTF
0d9b9fc6d1
Add files via upload
2025-02-20 09:48:07 -05:00
SunnyBoyWTF
cc6bf01e3d
Delete resources/maps/Asia.png
2025-02-20 09:47:37 -05:00
SunnyBoyWTF
a47343e40a
Compiled binary files
2025-02-20 08:42:29 -05:00
SunnyBoyWTF
67b5e35619
Add files via upload
2025-02-20 08:34:33 -05:00
SunnyBoyWTF
78a9a92de1
Delete resources/maps/Asia.png
2025-02-20 08:34:11 -05:00
SunnyBoyWTF
be7fd0fea2
Update Asia.json
2025-02-20 08:27:48 -05:00
SunnyBoyWTF
715505d7b8
Update Asia.json
2025-02-20 08:19:38 -05:00
SunnyBoyWTF
d867c7a606
Create Asia.json
2025-02-20 08:06:42 -05:00
SunnyBoyWTF
83837e4b0c
Add files via upload
2025-02-20 07:50:09 -05:00
SunnyBoyWTF
ed8a828afb
add two new bots to Africa
2025-02-19 13:42:28 -05:00
SunnyBoyWTF
e12b6b4a27
Merge branch 'main' into main
2025-02-19 10:29:25 -05:00
SunnyBoyWTF
b30b75d95e
Recompiled binary files
2025-02-19 08:09:52 -05:00
SunnyBoyWTF
30cf2ad1c7
Deleted binary files for recompiling
2025-02-19 08:01:16 -05:00
SunnyBoyWTF
4593bd9261
Deleted binary files for recompiling
2025-02-19 08:00:52 -05:00
SunnyBoyWTF
9e87cee96e
Added Suez Canal to Africa.png
2025-02-19 07:59:34 -05:00
SunnyBoyWTF
b90bbf3ea4
Delete resources/maps/Africa.png
2025-02-19 07:59:06 -05:00
SunnyBoyWTF
4eeae8879c
Compiled binary files
2025-02-18 13:49:37 -05:00
SunnyBoyWTF
8a0e372708
Update Africa.json to reflect new image dimensions
2025-02-18 13:31:11 -05:00
SunnyBoyWTF
75bb6dc084
Replace Africa.png with a smaller image
2025-02-18 13:27:02 -05:00
SunnyBoyWTF
79ba1bc4d3
Delete resources/maps/Africa.png to replace with a smaller image
2025-02-18 13:26:24 -05:00
SunnyBoyWTF
652c52aa6b
fixed bug in Africa.json
2025-02-18 13:10:46 -05:00
SunnyBoyWTF
2df902b897
Update Africa.json
2025-02-18 13:09:45 -05:00
SunnyBoyWTF
ba1f4f1bfd
Create Africa.json
2025-02-18 13:00:02 -05:00
SunnyBoyWTF
ceeea215ab
Add Africa.png
2025-02-18 12:57:56 -05:00
NewHappyRabbit
9565a0cffa
Added map image preview for public lobby
2025-02-18 14:52:09 +02:00
Evan
49b794ba4e
rename Russian Federation => Russia
2025-02-12 11:30:49 -08:00
Evan
2df3db7292
format root dir
2025-02-12 08:38:56 -08:00
Evan
f742226807
fix country codes
2025-02-11 16:41:20 -08:00
evanpelle
a16df4e145
Merge branch 'main' into main
2025-02-11 16:36:42 -08:00
NewHappyRabbit
aac149569c
Fixed bots flags not working
2025-02-12 02:28:55 +02:00
Evan
69debaca77
make BlackSea flag codes lowercase
2025-02-11 16:21:08 -08:00
Evan
4c76eafd97
update NPCs to use country svgs instead of emojies
2025-02-11 14:25:51 -08:00
NewHappyRabbit
949f68287e
Added flags
2025-02-11 23:34:19 +02:00
Evan
89d9a8433b
spell colombia correctly
2025-01-24 14:48:31 -08:00
Evan
eed90dece5
update europ and world maps
2025-01-05 12:56:04 -08:00
Evan
f7fda4fb48
remove single pixel lakes
2025-01-05 12:38:06 -08:00
Evan
903a630953
added Black Sea
2025-01-02 11:16:43 -08:00
Evan
2ceeda051d
added suez canal
2024-12-27 10:21:09 -08:00
evanpelle
111775a3f4
generate mini map offline and load it from binary. this reduces loading time by 30-40%
2024-12-25 11:27:36 -08:00
Evan
951585a8ed
NorthAmerica has panama canal, fixed ocean calculation for Oceania
2024-12-12 21:00:10 -08:00
Evan
da7637477c
add Oceania and North America maps
2024-12-08 20:56:19 -08:00