mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Mulligan crash fix, multi-column screen alignment for multiplayer, Server Win32 compile fix
This commit is contained in:
parent
a03bf8884f
commit
1bc05562cc
8 changed files with 93 additions and 57 deletions
|
|
@ -22,7 +22,7 @@ private:
|
|||
|
||||
PhasesToolbar *phasesToolbar;
|
||||
QList<Player *> players;
|
||||
QRectF playersRect;
|
||||
QList<QList<Player *> > playersByColumn;
|
||||
QList<ZoneViewWidget *> views;
|
||||
QSize viewSize;
|
||||
QPointer<CardItem> hoveredCard;
|
||||
|
|
@ -33,7 +33,6 @@ public:
|
|||
GameScene(PhasesToolbar *_phasesToolbar, QObject *parent = 0);
|
||||
~GameScene();
|
||||
void retranslateUi();
|
||||
const QRectF &getPlayersRect() const { return playersRect; }
|
||||
void processViewSizeChange(const QSize &newSize);
|
||||
|
||||
void startRubberBand(const QPointF &selectionOrigin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue