Commit Graph

1873 Commits

Author SHA1 Message Date
evanpelle 7c7db3a918 fix strict spawn bug 2025-05-15 09:33:30 -07:00
Scott Anderson 283784eb44 src/core/game/GameView.ts 2025-05-15 00:02:50 -04:00
Scott Anderson f22717a7d5 tests/Warship.test.ts 2025-05-14 22:57:38 -04:00
Scott Anderson 8cce70fe30 src/core/game/PlayerImpl.ts 2025-05-14 22:57:38 -04:00
Scott Anderson 5a2765db43 src/client/graphics/layers/EventsDisplay.ts 2025-05-14 22:57:38 -04:00
Scott Anderson aa6b85e7a9 src/core/game/Game.ts 2025-05-14 22:39:49 -04:00
Scott Anderson 3ed25fb88c src/scripts/TerrainMapGenerator.ts 2025-05-14 22:36:44 -04:00
Scott Anderson ae8a3e354d fix 2025-05-14 22:29:21 -04:00
Scott Anderson 2ee607452a test 2025-05-14 22:28:03 -04:00
Scott Anderson 2a67b84163 Merge main into strict 2025-05-14 22:18:35 -04:00
Scott Anderson f4a8288653 src/core/game/GameView.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 1cf45ac913 src/core/execution/SAMLauncherExecution.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 84ed66920d src/core/execution/DefensePostExecution.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 474d99490f src/core/configuration/DevConfig.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 48b74ddd0a src/core/configuration/DefaultConfig.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 8430f8e21e src/core/configuration/ConfigLoader.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 30977e0deb src/client/graphics/layers/UnitLayer.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 1ea0c3832a src/client/graphics/layers/TerritoryLayer.ts 2025-05-14 22:15:36 -04:00
Scott Anderson c3be640fb9 src/client/graphics/layers/SpawnTimer.ts 2025-05-14 22:15:36 -04:00
Scott Anderson ef80b97b73 src/client/graphics/layers/RadialMenu.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 61e0c0ca95 src/client/graphics/layers/PlayerPanel.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 5da577d879 src/client/graphics/layers/PlayerInfoOverlay.ts 2025-05-14 22:15:36 -04:00
Scott Anderson b39c5526a1 src/client/graphics/layers/OptionsMenu.ts 2025-05-14 22:15:36 -04:00
Scott Anderson c0c675088c src/client/graphics/layers/MultiTabModal.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 4f06126b00 src/client/graphics/layers/ChatModal.ts 2025-05-14 22:15:36 -04:00
Scott Anderson cc5b6adfbc src/client/graphics/layers/ChatDisplay.ts 2025-05-14 22:15:36 -04:00
Scott Anderson 272e29fe67 src/client/graphics/SpriteLoader.ts 2025-05-14 22:15:36 -04:00
evanpelle 005f0ddd03 have nginx support up to 40 workers 2025-05-14 15:47:27 -07:00
Léo Kosman 87fd9c3219 Feat : focus unit when clicking on warnings in chat (#699)
## Description:

Enables you to click on the `Naval invasion incoming from X` or `X -
atom bomb inbound` messages to focus the camera on the incoming unit
(boat or nuke). Works for boats, atom bombs, hydrogen bombs and MIRVs.

Nothing changes in looks, only the fact that the messages are clickable.

closes #641 

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

## Please put your Discord username so you can be contacted if a bug or
regression is found:

leo21_
2025-05-14 17:18:46 -04:00
Aotumuri 1dfa62f998 mls-3 (#752)
## Description:

## Please complete the following:

- [ ] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

## Please put your Discord username so you can be contacted if a bug or
regression is found:

<DISCORD USERNAME>
2025-05-14 15:36:31 -04:00
Scott Anderson 9029c6e281 bug: fix nuke tile score (#749)
## Description:

Fix a bug with nuke tile scoring.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors
2025-05-14 09:34:25 -07:00
Scott Anderson fc54cd7658 Docker TTL (#750)
## Description:

- Terminate docker containers in staging subdomains after 24 hours.
- Reduce worker count to 2 for these deployments.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

---------

Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com>
2025-05-14 09:33:07 -07:00
Scott Anderson d1728b7eef src/core/game/GameUpdates.ts 2025-05-14 02:26:31 -04:00
Scott Anderson 9eb59f9d91 src/core/Schemas.ts 2025-05-14 02:26:28 -04:00
Scott Anderson 829e690428 src/client/Transport.ts 2025-05-14 02:26:26 -04:00
Scott Anderson 329a692ef0 src/client/SinglePlayerModal.ts 2025-05-14 02:26:23 -04:00
Scott Anderson 18550ff8aa src/client/PublicLobby.ts 2025-05-14 02:26:21 -04:00
Scott Anderson ef2287782a src/client/Main.ts 2025-05-14 02:26:18 -04:00
Scott Anderson 81c2d88add src/client/LocalServer.ts 2025-05-14 02:26:16 -04:00
Scott Anderson 90f728734d src/client/HostLobbyModal.ts 2025-05-14 02:26:13 -04:00
Scott Anderson dabe61f6ab src/client/ClientGameRunner.ts 2025-05-14 02:26:11 -04:00
Scott Anderson 90c1de44b6 src/server/Master.ts 2025-05-14 01:58:35 -04:00
Scott Anderson 95b1777769 src/server/MapPlaylist.ts 2025-05-14 01:58:28 -04:00
Scott Anderson cc044d7a09 src/server/Logger.ts 2025-05-14 01:58:14 -04:00
Scott Anderson 07a04294ad src/server/Gatekeeper.ts 2025-05-14 01:58:02 -04:00
Scott Anderson 17f2559572 src/server/GameServer.ts 2025-05-14 01:57:48 -04:00
Scott Anderson a930a8c231 src/server/GameManager.ts 2025-05-14 01:56:15 -04:00
Scott Anderson 75e28f944f src/server/Worker.ts 2025-05-14 01:53:46 -04:00
Scott Anderson 1e1a14c8a8 PastelTheme 2025-05-14 01:53:36 -04:00
Scott Anderson 4df361d5b1 src/core/configuration/DefaultConfig.ts 2025-05-14 01:53:16 -04:00