APuddle210
e4686642a0
Replace Africa Map files ( #262 )
...
Replaces the existing Africa with a revised, identically sized one.
Revisions include addition of navigable rivers allowing the interior to
have access to trade.
Chnages to the json file to take the number of Nation bots from 5 to 36.
Should help prevent so much early game blobbing on this map.
2025-03-18 20:39:45 -07:00
Ilan Schemoul
24f25d677a
sam is red when reloading ( #268 )
2025-03-18 14:16:02 -07:00
APuddle210
a402242f11
Replacing existing map images with colorized ones ( #263 )
...
Replacing existing map images with colorized ones for use in the UI.
Confirmed no unintended impacts by receating the map binaries and no
differences being identified by Git.
Africa was not colorized in this one since it is replaced entirely in PR
262.
2025-03-18 13:29:49 -07:00
APuddle210
48d111bf0d
Add new map, iberia, france, north africa ( #285 )
...
Addition of new map, 'Gateway to the Atlantic' covering Iberia, France,
and North Africa.
Tested via loading to local build, ensuring the game launched
succesfully, and ran a full game through to completion. Confirmed
thumbnail is displayed in the UI.
Discovered possibly undocumented bug: minimap binary generation fails if
either the width or height of the provided map image is an odd number.
Not sure what proper tests for a new map would look like, hope this is
sufficient testing.






2025-03-18 12:05:11 -07:00
APuddle210
a9fe042c53
Add New North America, and 50 US State Flags ( #273 )
...
Revised North America Map, added lakes and rivers, some manual edits
around the northern coasts to preserve the jagged fjordness, added ~53
bots to the json, to fill in all the empty space (makes for a very fun
solo run, may need to reduce somewhat once the players get a chance to
try it).
Added 50 US state flags to the resources folder.
**Can now Nuke Santa.**
2025-03-17 08:58:26 -07:00
Peter
c0d6889e4d
possible discrepancy between map bins and build-map script ( #249 )
...
i just ran build-map script and the bins were different than the ones in
main...
2025-03-14 16:31:04 -07:00
Ilan Schemoul
3ce5785d1e
nuke icon ( #207 )
...
- **feat: white nuke icon next to name if player nukes you**

- **feat: red nuke icon if player sends nuke towards you**
-

2025-03-11 15:44:45 -07:00
evanpelle
4c372b3877
fix build error importing image from extra, rename Extra=>extra ( #212 )
2025-03-11 08:33:58 -07:00
Tiger McSwane
219d732f84
Added Britannia map with 23 NPC as well as their flags ( #186 )
...
Let me know if you have any questions or concerns. This is my first time
near coding, so it would not hurt to double check my work. Thanks!
2025-03-08 16:58:04 -08:00
evanpelle
4281095666
update maps: remove small lakes as it breaks encirclement. More money… ( #188 )
...
… more frequent trade ships, lakes prevent encirclement, warships start
at full health
2025-03-08 16:45:23 -08:00
evanpelle
c99cec8f0b
add South America map ( #184 )
2025-03-08 12:11:34 -08:00
evanpelle
d0359a2db4
Merge pull request #149 from UnBuiltTree/icon-remake
...
Icon Remake
2025-03-06 18:49:19 -08:00
UnBuiltTree
919e6ff9a4
Icon adjustments 3
2025-03-06 20:01:29 -06:00
Evan
4c8eeb0cc1
merge branch v0.17.3
2025-03-06 15:46:57 -08:00
UnBuiltTree
7b93bc8038
Fort Icon Alt2
2025-03-06 08:30:01 -06:00
UnBuiltTree
aa85da97d3
Icon Adjustments
2025-03-06 08:19:36 -06:00
UnBuiltTree
89326baa37
Updated StructureLayer and GameMap for Remake of Icons, added extra building png icons resources.
2025-03-05 21:29:19 -06:00
Evan
84f067d66b
remove small lakes, use largest body of water as ocean
2025-03-03 20:00:12 -08:00
evanpelle
9d992c29e3
Merge pull request #99 from groffta/randmap
...
Added random option to map selection for SinglePlayerModal and HostLobbyModal.
2025-03-02 20:13:14 -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
Todd Groff
c648da2277
Merge branch 'main' into randmap
2025-03-02 16:29:57 -05:00
evanpelle
38b762b8bc
Merge pull request #95 from ilan-schemoul/embargoes
...
feat: everyone trade with everyone, anyone can embargo a player to stop trade
2025-03-02 10:58:05 -08:00
NewHappyRabbit
9b85651ad8
Fixed dark mode class being added in different places (body and html elements).
...
Fixed flag "None" (xx.svg) being able to be set and used ingame.
All menu modals will now close if you click outside of them.
Fixed info icon in instructions.
Added an icon to show the number of new events that happened while the events panel is hidden.
Removed opacity from the svg icons files and added it to the player-icons div, making them have the same opacity and being more visible.
2025-03-02 09:39:36 -08:00
Evan
2316a86669
update syria flag
2025-03-02 09:39:36 -08:00
NewHappyRabbit
d9d919ac29
Fixed typos on some countries
2025-03-02 09:39:36 -08:00
ilan schemoul
e2083b53df
feat: icon over player name to signal embargo
2025-03-02 18:34:22 +01:00
NewHappyRabbit
c057f70c45
UI fixes
2025-03-02 09:29:10 -08:00
Evan
db4e520886
fix africa map: add straight of gibraltar
2025-03-02 09:29:10 -08:00
Todd
5763abd30f
Added random map option to SinglePlayerModal and HostLobbyModal
2025-03-02 02:46:48 -05:00
evanpelle
0ac3a92742
Merge pull request #97 from ilan-schemoul/request-alliance-icon
...
feat: add icon when player request alliance
2025-03-01 21:45:00 -08:00
ilan schemoul
c2b90a52a3
feat: add icon when player request alliance
...
To spot who asked alliance on the map add an email icon next to them
2025-03-02 00:13:05 +01:00
Bruno Jurković
ae1ca1046f
expanded and prettified readme
2025-03-01 21:25:31 +01:00
Evan
810656cb19
update syria flag
2025-02-28 13:50:56 -08:00
NewHappyRabbit
9f2dfd6a35
Fixed typos on some countries
2025-02-28 16:28:45 +02:00
NewHappyRabbit
8e9757e1ae
UI fixes
2025-02-26 21:26:42 +02:00
Evan
2ab13d097a
fix africa map: add straight of gibraltar
2025-02-24 13:28:14 -08:00
NewHappyRabbit
aa24d317c8
Added PWA and mobile improvements to the UI
2025-02-24 11:49:58 +02:00
Evan
4ccd6071c6
connect ocean on asia map to allow boats
2025-02-23 20:37:39 -08:00
NewHappyRabbit
1e38e5565c
Added instructions in modal in main menu
2025-02-21 00:58:07 +02: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