1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
98f7ed9dfd Implement player start turn query 2023-08-28 18:56:36 +04:00
edd029c79c Replace "currentPlayer" from gamestate with "activePlayers"
- Allows multiple active players at once, e.g. simturns
- Cleared up validation of netpacks by server, e.g. always check for
pack sender
2023-08-25 18:56:15 +03:00
940bdcee3e Fixes according to review 2023-08-24 23:34:33 +03:00
f9410145d6 Fix handling of "7 days without town" loss condition 2023-08-24 23:34:33 +03:00
a19cdb57ba Fix handling of turn order in case of player defeat 2023-08-24 23:34:33 +03:00
d83aa828f6 Fix turn ending 2023-08-24 23:34:33 +03:00
c4bc6840ea Moved management of turn order into a new class 2023-08-24 23:34:33 +03:00