mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
improved cipt handling, initial p/t for cards
This commit is contained in:
parent
d05603f83b
commit
ce80d29f50
24 changed files with 226 additions and 118 deletions
|
|
@ -391,6 +391,7 @@ void TabGame::processGameEventContainer(GameEventContainer *cont, AbstractClient
|
|||
{
|
||||
const QList<GameEvent *> &eventList = cont->getEventList();
|
||||
GameEventContext *context = cont->getContext();
|
||||
messageLog->containerProcessingStarted(context);
|
||||
for (int i = 0; i < eventList.size(); ++i) {
|
||||
GameEvent *event = eventList[i];
|
||||
|
||||
|
|
@ -430,6 +431,7 @@ void TabGame::processGameEventContainer(GameEventContainer *cont, AbstractClient
|
|||
}
|
||||
}
|
||||
}
|
||||
messageLog->containerProcessingDone();
|
||||
}
|
||||
|
||||
void TabGame::sendGameCommand(GameCommand *command, int playerId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue