1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/server/processors
Ivan Savenko 219f81d28b Added explicit "PlayerEndsTurn" netpack
- PlayerEndsTurn pack is now sent when player ends turn
- YourTurn pack has been renamed to PlayerStartsTurn for consistency
- PlayerStartsTurn will no longer replace list of acting players
- PlayerEndsGame and PlayerEndsTurn will remove player from acting list
2023-09-18 20:55:01 +03:00
..
HeroPoolProcessor.cpp Removed getStr(bool), replaced with similar toString() 2023-09-04 22:21:02 +03:00
HeroPoolProcessor.h Moved management of turn order into a new class 2023-08-24 23:34:33 +03:00
PlayerMessageProcessor.cpp Removed getStr(bool), replaced with similar toString() 2023-09-04 22:21:02 +03:00
PlayerMessageProcessor.h Fixed few more discovered regressions 2023-08-21 17:55:49 +03:00
TurnOrderProcessor.cpp Added explicit "PlayerEndsTurn" netpack 2023-09-18 20:55:01 +03:00
TurnOrderProcessor.h Added explicit "PlayerEndsTurn" netpack 2023-09-18 20:55:01 +03:00