evanpelle
718b572b59
Merge pull request #117 from ilan-schemoul/cance-attacks
...
feat: cancel attack
2025-03-04 05:20:01 -08:00
evanpelle
58ed84a63e
Merge pull request #130 from ilan-schemoul/fix-touch-atk
...
fix: touch screen should always open menu when touch screen
2025-03-03 20:06:04 -08:00
Evan
9fd1203d50
format HostLobbyModal
2025-03-03 14:46:29 -08:00
ilan schemoul
0790c3d818
fix: touch screen should always open menu when touch screen
...
Previous patch (to choos left click actions) by mistake made touchscreen
by default attack with touch instead of open menu
2025-03-03 22:10:58 +01:00
ilan schemoul
9a1f916f4d
feat: cancel attack
...
Canceling attack takes time and incurs a malus (loose some troops).
Also prettier fixed a file HostLobbyModal.
2025-03-03 22:06:35 +01:00
evanpelle
10f730a0ca
Merge pull request #125 from BrunoJurkovic/join-spamming
...
Simple debouncer preventing join spam
2025-03-03 10:39:39 -08:00
Bruno Jurković
8498c0d398
simple debouncer preventing join spam
2025-03-03 12:11:46 +01: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
evanpelle
af802c4ad0
Merge pull request #102 from BrunoJurkovic/warship-selection
...
Warship Selection System
2025-03-02 20:11:11 -08:00
Bruno Jurković
f84a18aa95
prevent selecting other players' warships
2025-03-02 23:31:25 +01:00
Bruno Jurković
3d4ea515de
refactor: move selection rendering to dedicated UILayer
2025-03-02 23:31:19 +01:00
Bruno Jurković
1d7b03dde7
Reusable clearSelectionBox method, modified terrain redraw
2025-03-02 23:30:50 +01:00
Bruno Jurković
c3dfcc63a5
Added warship selection mechanic
2025-03-02 23:30:47 +01:00
ilan schemoul
0372abe548
fix: crash if trying to view game without being a player
2025-03-02 22:52:42 +01:00
evanpelle
db3f62d0b1
Merge pull request #88 from ilan-schemoul/click
...
Left click now open menu (double click or shift+click to attack)
2025-03-02 13:38:09 -08:00
Todd Groff
c648da2277
Merge branch 'main' into randmap
2025-03-02 16:29:57 -05:00
ilan schemoul
fc7b08402f
feat: stats system to see number of nukes sent by a player in PlayerPanel
2025-03-02 21:41:00 +01: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
Evan
c6b16aba74
remove lobbies logging
2025-03-02 09:39:54 -08:00
Evan
77fa605c0c
update it to win modal ad
2025-03-02 09:39:54 -08:00
Evan
0d5dcf1313
don't use shadow dom on winmodal which prevents ads from displaying
2025-03-02 09:39:54 -08:00
Evan
cc89d157d6
add google ad to home page
2025-03-02 09:39:54 -08:00
Evan
3b492df56b
set trust proxy to 3
2025-03-02 09:39:54 -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
38365fd9d0
configure nginx to run in container
2025-03-02 09:39:36 -08:00
Evan
a029b4277f
use node cluster to shard server
2025-03-02 09:39:09 -08:00
ilan schemoul
e2083b53df
feat: icon over player name to signal embargo
2025-03-02 18:34:22 +01:00
evanpelle
0a077ebf4d
Merge pull request #100 from d3n0x8/scrollAttackRatio
...
add shift + scroll command in HelpModal hotkeys table
2025-03-02 18:34:04 +01:00
NewHappyRabbit
5d163a765c
Added CTRL+CLICK hotkey to instructions
2025-03-02 09:29:10 -08:00
NewHappyRabbit
c057f70c45
UI fixes
2025-03-02 09:29:10 -08:00
Evan
ff33c2db50
have server check hashes, crash game if out of sync
2025-03-02 09:29:10 -08:00
Evan
d92a68e958
update version
2025-03-02 09:29:10 -08:00
NewHappyRabbit
d29438ae69
Added hotkey 'C' to center camera on player
2025-03-02 09:29:10 -08:00
NewHappyRabbit
a21181c059
Added a button to focus the player that sent an alliance request. Increased bots name color brightness
2025-03-02 09:29:10 -08:00
Evan
e0938253df
send game hash to server each second
2025-03-02 09:29:10 -08:00
Evan
808107c9c3
don't log zod validation errors
2025-03-02 09:29:10 -08:00
ilan schemoul
d6b29a655c
feat: left click now opens menu (to avoid misclicks), shift+left click is attack
...
It happens very frequently that I misclick (meant to click on neighbor,
mean to click modal, sensitive touchpad and many others) and ruin my
game (and another player's). So by default left click opens the menu. As
the attack button is in the middle you can just double click to attack.
You can also shift+click to attack.
I have updated the Help modal to document all that + the existing (just
discovered in the code) ctrl+click to open build menu.
2025-03-02 17:56:14 +01:00
andreasRM
ce94f4496c
Merge branch 'openfrontio:main' into scrollAttackRatio
2025-03-02 13:12:37 +01:00
Andreas Rey Malissein
b1eb375c52
add shift + scroll command in HelpModal hotkeys table
2025-03-02 13:12:18 +01:00
Todd
db9a75a3d9
consistency and fixed typo
2025-03-02 03:00:05 -05:00
Todd
5763abd30f
Added random map option to SinglePlayerModal and HostLobbyModal
2025-03-02 02:46:48 -05:00
evanpelle
32f3739570
Merge pull request #98 from d3n0x8/scrollAttackRatio
...
choose attack ratio with shift + scrolling down or up
2025-03-01 21:45:31 -08: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
evanpelle
1d9fb7bab8
Merge pull request #93 from PilkeySEK/none-flag-fix
...
Fix the "None" flag displaying in-game
2025-03-01 21:42:55 -08:00
Andreas Rey Malissein
b992166488
choose attack ratio with shift + scrolling down or up
2025-03-02 02:33:35 +01: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
PilkeySEK
1ffa06b5a8
dont send the non-flag to the server
2025-03-01 09:12:43 +01:00
Andreas Rey Malissein
1efc95001d
possibility to see the whole scoreboard or the top 5 only + show players troops in leaderboards
2025-03-01 02:29:05 +01:00
ilan schemoul
5243d6a3e1
update the button to "Join next game" so it's clear it's a button
2025-02-27 23:01:25 +01:00
evanpelle
3c163140c2
Merge pull request #79 from NewHappyRabbit/creative-mode
...
Customizable creative mode
2025-02-24 13:27:14 -08:00