Commit Graph

2883 Commits

Author SHA1 Message Date
Evan a7f08b5233 allow up to 3 of same ip to join game 2025-02-23 19:57:51 -08:00
Evan 0994fb19bb rate limit start & create private lobby, change max game duration to 3 hours 2025-02-23 19:42:25 -08:00
Evan 528c8c371e only allow 1 ip per game, don't allow modifying public games 2025-02-23 19:42:15 -08:00
Evan 951d708763 only allow one ip per game 2025-02-23 19:41:56 -08:00
Evan a072a24433 add ws rate limiter 2025-02-23 19:41:38 -08:00
Evan 59ae10771c install pg 2025-02-23 19:39:21 -08:00
Evan 19794e4c65 add express rate limiting 2025-02-23 19:38:17 -08:00
evanpelle b711ea4975 Merge pull request #71 from NewHappyRabbit/fix-1/2-hotkeys
Added preventDefault to 1/2 hotkeys
2025-02-22 19:16:20 -08:00
evanpelle 27f3ed6939 Merge pull request #69 from NewHappyRabbit/fix-flags-css
Changed flag search input text to black when in light mode
2025-02-22 19:13:45 -08:00
evanpelle d010577fad Merge pull request #68 from seanlowe/main
allow closing the radial or build menu with the esc key
2025-02-22 19:13:30 -08:00
evanpelle 2442c50e1f Merge pull request #67 from SunnyBoyWTF/patch-1
change disable npcs to disable nations
2025-02-22 19:13:11 -08:00
evanpelle 7be24b898a Merge pull request #66 from NewHappyRabbit/leaderboard-padding
Leaderboards CSS fixes
2025-02-22 19:12:40 -08:00
evanpelle b9f28a58a0 Merge pull request #64 from NewHappyRabbit/main
FIX: Mobile users cant spawn
2025-02-22 19:12:27 -08:00
SunnyBoyWTF 240882f14b Update SinglePlayerModal.ts 2025-02-22 10:36:56 -05:00
NewHappyRabbit c47fe8cc5e Added event.preventDefault() to hotkeys 1/2 2025-02-22 04:13:29 +02:00
NewHappyRabbit ec2ba4eece Changed flag search input text to black when in light mode 2025-02-22 01:54:23 +02:00
Sean Lowe 13a0593689 allow closing the radial or build menu with the esc key 2025-02-21 14:56:19 -07:00
NewHappyRabbit 7138b694f9 Trimmed player names to avoid overflow and scrollbar 2025-02-21 15:32:33 +02:00
SunnyBoyWTF d11e8d8494 change disable bots to disable nations 2025-02-21 08:28:14 -05:00
NewHappyRabbit 5f09d960af Removed padding on mobile 2025-02-21 15:18:31 +02:00
NewHappyRabbit 0729c8d18a Fix: Mobile users cant spawn 2025-02-21 14:38:13 +02:00
Evan 5898f0360c floor renderNumber(), have buildmenu refresh on tick 2025-02-20 21:15:54 -08:00
Evan 33c634f928 allow ü in schema 2025-02-20 19:16:31 -08:00
Evan 74f56d8fac allow ü 2025-02-20 19:10:40 -08:00
Evan 5ab75e6389 add support link in win game modal 2025-02-20 19:02:03 -08:00
Evan df88cf461e update version 2025-02-20 15:36:25 -08:00
evanpelle 2969098b6f Merge pull request #63 from NewHappyRabbit/instructions
Added instructions in modal in main menu
2025-02-20 15:33:28 -08:00
Evan 8f8fbf6be6 make join discord button more prominent 2025-02-20 15:31:38 -08:00
NewHappyRabbit 952c6844c2 Fix: Modal was set to auto open 2025-02-21 01:25:42 +02:00
Evan ee56d68748 get eaten if surrounded by same player while on lake 2025-02-20 15:14:29 -08:00
NewHappyRabbit ba3b5600da Fixed css for mobile 2025-02-21 01:10:56 +02:00
NewHappyRabbit 1e38e5565c Added instructions in modal in main menu 2025-02-21 00:58:07 +02:00
Evan 7c4d24034a replace end quotes with ads 2025-02-20 14:22:00 -08:00
Evan 6734cbc832 show player type in player info overlay 2025-02-20 13:38:35 -08:00
evanpelle 012b04606f Merge pull request #61 from NewHappyRabbit/maps
Added Mars. Excluded from public lobby playlist. Changed Africa image…
2025-02-20 13:30:17 -08:00
Evan f23f84e693 reduce tolerance for pathfinding to make shells hit target better. 2025-02-20 11:53:11 -08:00
Evan 82667b413d warships prioritize other warships, always recalcs target 2025-02-20 11:41:25 -08:00
Evan 5e9703a5b7 show game join url when playing multiplayer 2025-02-20 11:26:03 -08:00
Evan f8c5d29b36 bugfix: show updated cost when building a unit while another unit of same type is under construction 2025-02-20 10:45:58 -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
evanpelle aa76c28bb1 Merge pull request #60 from NewHappyRabbit/mobile-leaderboard
Changed the text of the close button to 'Hide' instead of 'X' to keep it consistent across other UI elements
2025-02-20 10:03:46 -08:00
evanpelle 92c3011c3a Merge pull request #59 from NewHappyRabbit/events-revamped
Added css to keep the container scrolled to the bottom
2025-02-20 10:03:29 -08:00
evanpelle 0e8ab17710 Merge pull request #58 from NewHappyRabbit/namelayer-improvements
Moved flags to the left of the username. Icons above the username. Target icon and emojis still center.
2025-02-20 10:03:11 -08:00
evanpelle 82406b0fae Merge pull request #56 from SunnyBoyWTF/main
Added Asia Map.
2025-02-20 10:02:00 -08:00
evanpelle 49b4e24b45 Merge pull request #55 from NewHappyRabbit/terrain-toggle
Added a toggle for the Alternate View in the ingame options menu
2025-02-20 10:01:13 -08:00
NewHappyRabbit 9f1106b9b9 Changed the text of the close button to 'Hide' instead of 'X' to keep it consistent across other UI elements 2025-02-20 19:45:10 +02:00
NewHappyRabbit cfc4e5959a Added css to keep the container scrolled to the bottom, so you can see the latest events 2025-02-20 19:36:30 +02:00
NewHappyRabbit 24ca620975 Moved icons above the username. Emojis and target icon are still in the center 2025-02-20 17:39:58 +02:00
NewHappyRabbit 2c644d81fd Moved flags to the left of the username 2025-02-20 16:53:24 +02:00
SunnyBoyWTF 0d9b9fc6d1 Add files via upload 2025-02-20 09:48:07 -05:00