QTfrontend/mapContainer.cpp
author unc0rr
Thu, 16 Oct 2008 16:54:44 +0000
changeset 1366 eba12c22f8ca
parent 1365 2ffe20744a4a
child 1790 c84223511ca8
permissions -rw-r--r--
Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     1
/*
1066
1f1b3686a2b0 Update copyright headers a bit
unc0rr
parents: 883
diff changeset
     2
 * Hedgewars, a free turn based strategy game
883
07a568ba44e0 Update copyright info in source files headers
unc0rr
parents: 788
diff changeset
     3
 * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     4
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     8
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    12
 * GNU General Public License for more details.
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    13
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    14
 * You should have received a copy of the GNU General Public License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    15
 * along with this program; if not, write to the Free Software
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    17
 */
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    18
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    19
#include <QPushButton>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    20
#include <QBuffer>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    21
#include <QUuid>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    22
#include <QBitmap>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    23
#include <QPainter>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    24
#include <QLinearGradient>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    25
#include <QColor>
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
    26
#include <QTextStream>
677
9d0bcc3c903a Save some vertical pixels using fewer margin in HWMapContainer
unc0rr
parents: 530
diff changeset
    27
#include <QApplication>
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    28
#include <QLabel>
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    29
#include <QListWidget>
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    30
#include <QVBoxLayout>
1224
0b9fbee5ceda - Add icons for each theme
unc0rr
parents: 1215
diff changeset
    31
#include <QIcon>
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
    32
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
    33
#include "hwconsts.h"
788
00720357601f - Get rid of PageSimpleGame, now pressing 'quick game' just starts round
unc0rr
parents: 682
diff changeset
    34
#include "mapContainer.h"
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    35
#include "igbox.h"
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    36
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    37
HWMapContainer::HWMapContainer(QWidget * parent) :
1333
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
    38
	QWidget(parent),
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
    39
	mainLayout(this),
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
    40
	pMap(0)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    41
{
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    42
	mainLayout.setContentsMargins(QApplication::style()->pixelMetric(QStyle::PM_LayoutLeftMargin),
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    43
		1,
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    44
		QApplication::style()->pixelMetric(QStyle::PM_LayoutRightMargin),
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    45
		QApplication::style()->pixelMetric(QStyle::PM_LayoutBottomMargin));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    46
	imageButt = new QPushButton(this);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    47
	imageButt->setObjectName("imageButt");
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    48
	imageButt->setFixedSize(256 + 6, 128 + 6);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    49
	imageButt->setFlat(true);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    50
	imageButt->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);//QSizePolicy::Minimum, QSizePolicy::Minimum);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    51
	mainLayout.addWidget(imageButt, 0, 0, 1, 2);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    52
	connect(imageButt, SIGNAL(clicked()), this, SLOT(setRandomSeed()));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    53
	connect(imageButt, SIGNAL(clicked()), this, SLOT(setRandomTheme()));
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
    54
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    55
	chooseMap = new QComboBox(this);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    56
	chooseMap->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    57
	chooseMap->addItem(QComboBox::tr("generated map..."));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    58
	for (int i = 0; i < mapList->size(); ++i) {
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    59
		QString map = (*mapList)[i];
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    60
		QFile mapCfgFile(
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    61
				QString("%1/Maps/%2/map.cfg")
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    62
				.arg(datadir->absolutePath())
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    63
				.arg(map));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    64
		if (mapCfgFile.open(QFile::ReadOnly)) {
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    65
			QString theme;
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    66
			QTextStream input(&mapCfgFile);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    67
			input >> theme;
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    68
			chooseMap->addItem(map, theme);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    69
			mapCfgFile.close();
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    70
		}
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    71
	}
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    72
	
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    73
	connect(chooseMap, SIGNAL(currentIndexChanged(int)), this, SLOT(mapChanged(int)));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    74
	mainLayout.addWidget(chooseMap, 1, 1);
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
    75
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    76
	QLabel * lblMap = new QLabel(tr("Map"), this);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
    77
	mainLayout.addWidget(lblMap, 1, 0);
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    78
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    79
	gbThemes = new IconedGroupBox(this);
1248
8c77eec56bf4 Better theme selection widget look
unc0rr
parents: 1228
diff changeset
    80
	gbThemes->setTitleTextPadding(60);
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    81
	gbThemes->setTitle(tr("Themes"));
1248
8c77eec56bf4 Better theme selection widget look
unc0rr
parents: 1228
diff changeset
    82
8c77eec56bf4 Better theme selection widget look
unc0rr
parents: 1228
diff changeset
    83
	//gbThemes->setStyleSheet("padding: 0px"); // doesn't work - stylesheet is set with icon
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    84
	mainLayout.addWidget(gbThemes, 0, 2, 2, 1);
1210
bfed1b89bc85 Add themes list to map selection widget
unc0rr
parents: 1209
diff changeset
    85
	
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    86
	QVBoxLayout * gbTLayout = new QVBoxLayout(gbThemes);
1228
8fa4a7055aff - Update copyrights
unc0rr
parents: 1224
diff changeset
    87
	gbTLayout->setContentsMargins(0, 0, 0 ,0);
8fa4a7055aff - Update copyrights
unc0rr
parents: 1224
diff changeset
    88
	gbTLayout->setSpacing(0);
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
    89
	lwThemes = new QListWidget(this);
1210
bfed1b89bc85 Add themes list to map selection widget
unc0rr
parents: 1209
diff changeset
    90
	lwThemes->setMinimumHeight(30);
1248
8c77eec56bf4 Better theme selection widget look
unc0rr
parents: 1228
diff changeset
    91
	lwThemes->setFixedWidth(120);
1211
94c4f20abdda Fill themes list with themes
unc0rr
parents: 1210
diff changeset
    92
	for (int i = 0; i < Themes->size(); ++i) {
94c4f20abdda Fill themes list with themes
unc0rr
parents: 1210
diff changeset
    93
		QListWidgetItem * lwi = new QListWidgetItem();
94c4f20abdda Fill themes list with themes
unc0rr
parents: 1210
diff changeset
    94
		lwi->setText(Themes->at(i));
94c4f20abdda Fill themes list with themes
unc0rr
parents: 1210
diff changeset
    95
		lwi->setTextAlignment(Qt::AlignHCenter);
94c4f20abdda Fill themes list with themes
unc0rr
parents: 1210
diff changeset
    96
		lwThemes->addItem(lwi);
94c4f20abdda Fill themes list with themes
unc0rr
parents: 1210
diff changeset
    97
	}
1215
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
    98
	connect(lwThemes, SIGNAL(currentRowChanged(int)), this, SLOT(themeSelected(int)));
1210
bfed1b89bc85 Add themes list to map selection widget
unc0rr
parents: 1209
diff changeset
    99
	
1209
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
   100
	gbTLayout->addWidget(lwThemes);
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
   101
	lwThemes->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Minimum);
7f6cb1d7be2a Start remaking multiplayer page
unc0rr
parents: 1164
diff changeset
   102
	
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   103
	mainLayout.setSizeConstraint(QLayout::SetFixedSize);//SetMinimumSize
1215
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   104
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   105
	setRandomSeed();
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   106
	setRandomTheme();
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   107
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   108
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   109
void HWMapContainer::setImage(const QImage newImage)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   110
{
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   111
	QPixmap px(256, 128);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   112
	QPixmap pxres(256, 128);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   113
	QPainter p(&pxres);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   114
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   115
	px.fill(Qt::yellow);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   116
	QBitmap bm = QBitmap::fromImage(newImage);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   117
	px.setMask(bm);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   118
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   119
	QLinearGradient linearGrad(QPoint(128, 0), QPoint(128, 128));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   120
	linearGrad.setColorAt(1, QColor(0, 0, 192));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   121
	linearGrad.setColorAt(0, QColor(66, 115, 225));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   122
	p.fillRect(QRect(0, 0, 256, 128), linearGrad);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   123
	p.drawPixmap(QPoint(0, 0), px);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   124
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   125
	imageButt->setIcon(pxres);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   126
	imageButt->setIconSize(QSize(256, 128));
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   127
	chooseMap->setCurrentIndex(0);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   128
	pMap = 0;
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   129
}
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   130
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   131
void HWMapContainer::mapChanged(int index)
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   132
{
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   133
	if(!index) {
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   134
		changeImage();
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   135
		gbThemes->show();
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   136
		emit mapChanged("+rnd+");
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   137
		emit themeChanged(chooseMap->itemData(0).toString());
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   138
	} else
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   139
	{
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   140
		loadMap(index);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   141
		gbThemes->hide();
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   142
		emit mapChanged(chooseMap->currentText());
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   143
	}
331
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   144
}
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   145
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   146
void HWMapContainer::loadMap(int index)
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   147
{
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   148
	QPixmap mapImage;
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   149
	if(!mapImage.load(datadir->absolutePath() + "/Maps/" + chooseMap->currentText() + "/preview.png")) {
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   150
		changeImage();
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   151
		chooseMap->setCurrentIndex(0);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   152
		return;
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   153
	}
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   154
	imageButt->setIcon(mapImage);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   155
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   156
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   157
void HWMapContainer::changeImage()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   158
{
1214
090f94cd663e - Make border 3px width
unc0rr
parents: 1211
diff changeset
   159
	pMap = new HWMap();
090f94cd663e - Make border 3px width
unc0rr
parents: 1211
diff changeset
   160
	connect(pMap, SIGNAL(ImageReceived(const QImage)), this, SLOT(setImage(const QImage)));
090f94cd663e - Make border 3px width
unc0rr
parents: 1211
diff changeset
   161
	pMap->getImage(m_seed.toStdString());
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   162
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   163
1215
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   164
void HWMapContainer::themeSelected(int currentRow)
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   165
{
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   166
	QString theme = Themes->at(currentRow);
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   167
	chooseMap->setItemData(0, theme);
1224
0b9fbee5ceda - Add icons for each theme
unc0rr
parents: 1215
diff changeset
   168
	gbThemes->setIcon(QIcon(QString("%1/Themes/%2/icon.png").arg(datadir->absolutePath()).arg(theme)));
1215
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   169
	emit themeChanged(theme);
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   170
}
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   171
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   172
QString HWMapContainer::getCurrentSeed() const
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   173
{
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   174
  return m_seed;
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   175
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   176
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   177
QString HWMapContainer::getCurrentMap() const
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   178
{
320
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   179
  if(!chooseMap->currentIndex()) return QString();
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   180
  return chooseMap->currentText();
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   181
}
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   182
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   183
QString HWMapContainer::getCurrentTheme() const
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   184
{
1366
eba12c22f8ca Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr
parents: 1365
diff changeset
   185
	return chooseMap->itemData(chooseMap->currentIndex()).toString();
249
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   186
}
ff85fa029541 map choose from files added
displacer
parents: 216
diff changeset
   187
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   188
void HWMapContainer::resizeEvent ( QResizeEvent * event )
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   189
{
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   190
  //imageButt->setIconSize(imageButt->size());
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   191
}
320
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   192
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   193
void HWMapContainer::setSeed(const QString & seed)
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   194
{
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   195
	m_seed = seed;
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   196
	changeImage();
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   197
}
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   198
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   199
void HWMapContainer::setMap(const QString & map)
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   200
{
1333
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   201
	if(map == "+rnd+")
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   202
	{
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   203
		changeImage();
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   204
		return;
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   205
	}
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   206
	
331
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   207
	int id = chooseMap->findText(map);
1333
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   208
	if(id > 0) {
331
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   209
		chooseMap->setCurrentIndex(id);
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   210
		loadMap(id);
1333
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   211
		if (pMap)
1365
2ffe20744a4a - Fix crash when changing maps
unc0rr
parents: 1348
diff changeset
   212
		{
1333
b0b0510eb82d - Fix a bug with chosen map (new clinet gets wrong information)
unc0rr
parents: 1318
diff changeset
   213
			disconnect(pMap, 0, this, SLOT(setImage(const QImage)));
1365
2ffe20744a4a - Fix crash when changing maps
unc0rr
parents: 1348
diff changeset
   214
			pMap = 0;
2ffe20744a4a - Fix crash when changing maps
unc0rr
parents: 1348
diff changeset
   215
		}
331
6bfc326e4976 Selecting map works in net game
unc0rr
parents: 329
diff changeset
   216
	}
320
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   217
}
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   218
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   219
void HWMapContainer::setTheme(const QString & theme)
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   220
{
1215
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   221
	QList<QListWidgetItem *> items = lwThemes->findItems(theme, Qt::MatchExactly);
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   222
	if(items.size())
0c1c294c0f7e Themes list now works
unc0rr
parents: 1214
diff changeset
   223
		lwThemes->setCurrentItem(items.at(0));
320
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   224
}
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   225
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   226
void HWMapContainer::setRandomSeed()
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   227
{
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   228
  m_seed = QUuid::createUuid().toString();
329
4c3aad46baa5 Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents: 325
diff changeset
   229
  emit seedChanged(m_seed);
320
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   230
  changeImage();
1ee7f087195a - HWMapContainer sets and stores the theme
unc0rr
parents: 314
diff changeset
   231
}
1318
18da1c5e960d - Shut the client's tries to configure server up
unc0rr
parents: 1248
diff changeset
   232
18da1c5e960d - Shut the client's tries to configure server up
unc0rr
parents: 1248
diff changeset
   233
void HWMapContainer::setRandomTheme()
18da1c5e960d - Shut the client's tries to configure server up
unc0rr
parents: 1248
diff changeset
   234
{
18da1c5e960d - Shut the client's tries to configure server up
unc0rr
parents: 1248
diff changeset
   235
	if(!Themes->size()) return;
18da1c5e960d - Shut the client's tries to configure server up
unc0rr
parents: 1248
diff changeset
   236
	quint32 themeNum = rand() % Themes->size();
18da1c5e960d - Shut the client's tries to configure server up
unc0rr
parents: 1248
diff changeset
   237
	lwThemes->setCurrentRow(themeNum);
18da1c5e960d - Shut the client's tries to configure server up
unc0rr
parents: 1248
diff changeset
   238
}