author | nemo |
Tue, 23 Feb 2010 23:54:38 +0000 | |
changeset 2854 | 7aac108149d9 |
parent 2845 | 19db164dd20d |
child 2881 | 70d7976fa829 |
permissions | -rw-r--r-- |
184 | 1 |
/* |
1066 | 2 |
* Hedgewars, a free turn based strategy game |
1236 | 3 |
* Copyright (c) 2006-2008 Andrey Korotaev <unC0Rr@gmail.com> |
184 | 4 |
* |
5 |
* This program is free software; you can redistribute it and/or modify |
|
6 |
* it under the terms of the GNU General Public License as published by |
|
7 |
* the Free Software Foundation; version 2 of the License |
|
8 |
* |
|
9 |
* This program is distributed in the hope that it will be useful, |
|
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
* GNU General Public License for more details. |
|
13 |
* |
|
14 |
* You should have received a copy of the GNU General Public License |
|
15 |
* along with this program; if not, write to the Free Software |
|
16 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
|
17 |
*/ |
|
18 |
||
19 |
#include <QGridLayout> |
|
20 |
#include <QPushButton> |
|
21 |
#include <QGroupBox> |
|
22 |
#include <QComboBox> |
|
311 | 23 |
#include <QCheckBox> |
184 | 24 |
#include <QLabel> |
25 |
#include <QToolBox> |
|
26 |
#include <QLineEdit> |
|
27 |
#include <QListWidget> |
|
28 |
#include <QApplication> |
|
231 | 29 |
#include <QSpinBox> |
452 | 30 |
#include <QTextEdit> |
636 | 31 |
#include <QRadioButton> |
665 | 32 |
#include <QTableView> |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
33 |
#include <QMessageBox> |
673 | 34 |
#include <QHeaderView> |
1252 | 35 |
#include <QTabWidget> |
1377 | 36 |
#include <QTextBrowser> |
1399 | 37 |
#include <QTableWidget> |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
38 |
#include <QAction> |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
39 |
#include <QMenu> |
1885 | 40 |
#include <QDataWidgetMapper> |
41 |
||
184 | 42 |
|
43 |
#include "pages.h" |
|
44 |
#include "sdlkeys.h" |
|
45 |
#include "hwconsts.h" |
|
46 |
#include "gamecfgwidget.h" |
|
47 |
#include "teamselect.h" |
|
48 |
#include "gamecfgwidget.h" |
|
49 |
#include "SquareLabel.h" |
|
50 |
#include "mapContainer.h" |
|
187 | 51 |
#include "about.h" |
297 | 52 |
#include "fpsedit.h" |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
53 |
#include "netserverslist.h" |
412 | 54 |
#include "netudpwidget.h" |
461 | 55 |
#include "chatwidget.h" |
579 | 56 |
#include "playrecordpage.h" |
612
333d095319de
abstract class for items container (hedgehogs num, bullets, etc.)
displacer
parents:
603
diff
changeset
|
57 |
#include "selectWeapon.h" |
1192 | 58 |
#include "igbox.h" |
1238
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
59 |
#include "hats.h" |
1885 | 60 |
#include "misc.h" |
1932 | 61 |
#include "togglebutton.h" |
2098
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
62 |
#include "hwform.h" |
2191 | 63 |
#include "SDLs.h" |
184 | 64 |
|
2377 | 65 |
PageMain::PageMain(QWidget* parent) : |
684 | 66 |
AbstractPage(parent) |
184 | 67 |
{ |
2098
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
68 |
if(frontendEffects) setAttribute(Qt::WA_NoSystemBackground, true); |
184 | 69 |
QGridLayout * pageLayout = new QGridLayout(this); |
1148 | 70 |
//pageLayout->setColumnStretch(0, 1); |
71 |
//pageLayout->setColumnStretch(1, 2); |
|
72 |
//pageLayout->setColumnStretch(2, 1); |
|
184 | 73 |
|
1199 | 74 |
//QPushButton* btnLogo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true); |
75 |
//pageLayout->setAlignment(btnLogo, Qt::AlignHCenter); |
|
1148 | 76 |
pageLayout->setRowStretch(0, 1); |
1150 | 77 |
pageLayout->setRowStretch(1, 1); |
78 |
pageLayout->setRowStretch(2, 0); |
|
79 |
pageLayout->setRowStretch(3, 1); |
|
1199 | 80 |
pageLayout->setRowStretch(4, 1); |
184 | 81 |
|
1152
c72b939c00df
Make buttons border have different colors when mouse is over or it is pressed
unc0rr
parents:
1151
diff
changeset
|
82 |
BtnSinglePlayer = addButton(":/res/LocalPlay.png", pageLayout, 2, 0, 1, 2, true); |
1450 | 83 |
BtnSinglePlayer->setToolTip(tr("Local Game (Play a game on a single computer)")); |
1150 | 84 |
pageLayout->setAlignment(BtnSinglePlayer, Qt::AlignHCenter); |
184 | 85 |
|
1152
c72b939c00df
Make buttons border have different colors when mouse is over or it is pressed
unc0rr
parents:
1151
diff
changeset
|
86 |
BtnNet = addButton(":/res/NetworkPlay.png", pageLayout, 2, 2, 1, 2, true); |
1450 | 87 |
BtnNet->setToolTip(tr("Network Game (Play a game across a network)")); |
1150 | 88 |
pageLayout->setAlignment(BtnNet, Qt::AlignHCenter); |
579 | 89 |
|
1199 | 90 |
BtnSetup = addButton(":/res/Settings.png", pageLayout, 4, 3, true); |
184 | 91 |
|
1199 | 92 |
//BtnInfo = addButton(":/res/About.png", pageLayout, 3, 1, 1, 2, true); |
93 |
BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true); |
|
1212 | 94 |
BtnInfo->setStyleSheet("border: transparent;background: transparent;"); |
1150 | 95 |
pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
1199 | 96 |
//pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
184 | 97 |
|
1199 | 98 |
BtnExit = addButton(":/res/Exit.png", pageLayout, 4, 0, 1, 1, true); |
184 | 99 |
} |
100 |
||
2516 | 101 |
PageEditTeam::PageEditTeam(QWidget* parent, SDLInteraction * sdli) : |
692 | 102 |
AbstractPage(parent) |
184 | 103 |
{ |
2516 | 104 |
mySdli = sdli; |
184 | 105 |
QGridLayout * pageLayout = new QGridLayout(this); |
1252 | 106 |
QTabWidget * tbw = new QTabWidget(this); |
1389 | 107 |
QWidget * page1 = new QWidget(this); |
108 |
QWidget * page2 = new QWidget(this); |
|
1252 | 109 |
tbw->addTab(page1, tr("General")); |
110 |
tbw->addTab(page2, tr("Advanced")); |
|
111 |
pageLayout->addWidget(tbw, 0, 0, 1, 3); |
|
112 |
BtnTeamDiscard = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
|
113 |
BtnTeamSave = addButton(":/res/Save.png", pageLayout, 1, 2, true);; |
|
1443 | 114 |
BtnTeamSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
2377 | 115 |
|
1252 | 116 |
QHBoxLayout * page1Layout = new QHBoxLayout(page1); |
117 |
page1Layout->setAlignment(Qt::AlignTop); |
|
118 |
QGridLayout * page2Layout = new QGridLayout(page2); |
|
119 |
||
120 |
// ====== Page 1 ====== |
|
121 |
QVBoxLayout * vbox1 = new QVBoxLayout(); |
|
122 |
QVBoxLayout * vbox2 = new QVBoxLayout(); |
|
123 |
QVBoxLayout * vbox3 = new QVBoxLayout(); |
|
124 |
page1Layout->addLayout(vbox1); |
|
125 |
page1Layout->addLayout(vbox2); |
|
126 |
page1Layout->addLayout(vbox3); |
|
2377 | 127 |
|
588 | 128 |
GBoxHedgehogs = new QGroupBox(this); |
184 | 129 |
GBoxHedgehogs->setTitle(QGroupBox::tr("Team Members")); |
130 |
GBoxHedgehogs->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
131 |
QGridLayout * GBHLayout = new QGridLayout(GBoxHedgehogs); |
|
1840 | 132 |
|
133 |
signalMapper = new QSignalMapper(this); |
|
2377 | 134 |
|
1238
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
135 |
HatsModel * hatsModel = new HatsModel(GBoxHedgehogs); |
184 | 136 |
for(int i = 0; i < 8; i++) |
137 |
{ |
|
1238
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
138 |
HHHats[i] = new QComboBox(GBoxHedgehogs); |
914bd2a9a249
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr
parents:
1236
diff
changeset
|
139 |
HHHats[i]->setModel(hatsModel); |
1282 | 140 |
HHHats[i]->setIconSize(QSize(32, 37)); |
141 |
//HHHats[i]->setSizeAdjustPolicy(QComboBox::AdjustToContents); |
|
1239 | 142 |
//HHHats[i]->setModelColumn(1); |
1240 | 143 |
//HHHats[i]->setMinimumWidth(132); |
1840 | 144 |
GBHLayout->addWidget(HHHats[i], i, 0); |
145 |
||
146 |
HHNameEdit[i] = new QLineEdit(GBoxHedgehogs); |
|
147 |
HHNameEdit[i]->setMaxLength(64); |
|
148 |
HHNameEdit[i]->setMinimumWidth(120); |
|
149 |
GBHLayout->addWidget(HHNameEdit[i], i, 1); |
|
2377 | 150 |
|
1840 | 151 |
randButton[i] = addButton(":/res/dice.png", GBHLayout, i, 3, true); |
152 |
||
153 |
connect(randButton[i], SIGNAL(clicked()), signalMapper, SLOT(map())); |
|
154 |
signalMapper->setMapping(randButton[i], i); |
|
155 |
||
184 | 156 |
} |
1840 | 157 |
|
2747 | 158 |
randTeamButton = addButton(QPushButton::tr("Random Team"), GBHLayout, 9, false); |
1840 | 159 |
|
1252 | 160 |
vbox1->addWidget(GBoxHedgehogs); |
161 |
||
162 |
||
1288
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
163 |
GBoxTeam = new QGroupBox(this); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
164 |
GBoxTeam->setTitle(QGroupBox::tr("Team")); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
165 |
GBoxTeam->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
166 |
QVBoxLayout * GBTLayout = new QVBoxLayout(GBoxTeam); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
167 |
TeamNameEdit = new QLineEdit(GBoxTeam); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
168 |
TeamNameEdit->setMaxLength(64); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
169 |
GBTLayout->addWidget(TeamNameEdit); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
170 |
vbox2->addWidget(GBoxTeam); |
2377 | 171 |
|
1290 | 172 |
CBTeamLvl = new QComboBox(GBoxTeam); |
1440 | 173 |
CBTeamLvl->setIconSize(QSize(48, 48)); |
1287 | 174 |
CBTeamLvl->addItem(QIcon(":/res/botlevels/0.png"), QComboBox::tr("Human")); |
175 |
for(int i = 5; i > 0; i--) |
|
176 |
CBTeamLvl->addItem( |
|
177 |
QIcon(QString(":/res/botlevels/%1.png").arg(6 - i)), |
|
178 |
QString("%1 %2").arg(QComboBox::tr("Level")).arg(i) |
|
179 |
); |
|
1288
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
180 |
GBTLayout->addWidget(CBTeamLvl); |
2377 | 181 |
|
1290 | 182 |
CBGrave = new QComboBox(GBoxTeam); |
1288
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
183 |
CBGrave->setMaxCount(65535); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
184 |
CBGrave->setIconSize(QSize(32, 32)); |
cea4a8f52f5a
Reorganize team edit page a little (save a lot of space)
unc0rr
parents:
1287
diff
changeset
|
185 |
GBTLayout->addWidget(CBGrave); |
1684 | 186 |
|
2747 | 187 |
CBFlag = new QComboBox(GBoxTeam); |
188 |
CBFlag->setMaxCount(65535); |
|
189 |
CBFlag->setIconSize(QSize(22, 15)); |
|
190 |
GBTLayout->addWidget(CBFlag); |
|
191 |
||
1659 | 192 |
{ |
1684 | 193 |
QHBoxLayout * hbox = new QHBoxLayout(); |
194 |
CBVoicepack = new QComboBox(GBoxTeam); |
|
195 |
{ |
|
196 |
QDir tmpdir; |
|
197 |
tmpdir.cd(datadir->absolutePath()); |
|
198 |
tmpdir.cd("Sounds/voices"); |
|
199 |
QStringList list = tmpdir.entryList(QDir::AllDirs | QDir::NoDotAndDotDot, QDir::Name); |
|
200 |
CBVoicepack->addItems(list); |
|
201 |
} |
|
202 |
hbox->addWidget(CBVoicepack, 100); |
|
1718 | 203 |
BtnTestSound = addButton(":/res/PlaySound.png", hbox, 1, true); |
1684 | 204 |
hbox->setStretchFactor(BtnTestSound, 1); |
2516 | 205 |
connect(BtnTestSound, SIGNAL(clicked()), this, SLOT(testSound())); |
1684 | 206 |
GBTLayout->addLayout(hbox); |
1659 | 207 |
} |
208 |
||
1252 | 209 |
GBoxFort = new QGroupBox(this); |
210 |
GBoxFort->setTitle(QGroupBox::tr("Fort")); |
|
211 |
QGridLayout * GBFLayout = new QGridLayout(GBoxFort); |
|
212 |
CBFort = new QComboBox(GBoxFort); |
|
213 |
CBFort->setMaxCount(65535); |
|
214 |
GBFLayout->addWidget(CBFort, 0, 0); |
|
215 |
FortPreview = new SquareLabel(GBoxFort); |
|
216 |
FortPreview->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
|
217 |
FortPreview->setPixmap(QPixmap()); |
|
2072
6e0fcbcc3f60
Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
nemo
parents:
2071
diff
changeset
|
218 |
// perhaps due to handling its own paintevents, SquareLabel doesn't play nice with the stars |
6e0fcbcc3f60
Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
nemo
parents:
2071
diff
changeset
|
219 |
//FortPreview->setAttribute(Qt::WA_PaintOnScreen, true); |
1252 | 220 |
GBFLayout->addWidget(FortPreview, 1, 0); |
221 |
vbox3->addWidget(GBoxFort); |
|
222 |
||
223 |
QDir tmpdir; |
|
224 |
tmpdir.cd(datadir->absolutePath()); |
|
225 |
tmpdir.cd("Forts"); |
|
226 |
tmpdir.setFilter(QDir::Files); |
|
227 |
||
1287 | 228 |
connect(CBFort, SIGNAL(currentIndexChanged(const QString &)), this, SLOT(CBFort_activated(const QString &))); |
1252 | 229 |
CBFort->addItems(tmpdir.entryList(QStringList("*L.png")).replaceInStrings(QRegExp("^(.*)L\\.png"), "\\1")); |
2377 | 230 |
|
1252 | 231 |
tmpdir.cd("../Graphics/Graves"); |
232 |
QStringList list = tmpdir.entryList(QStringList("*.png")); |
|
233 |
for (QStringList::Iterator it = list.begin(); it != list.end(); ++it ) |
|
234 |
{ |
|
1287 | 235 |
QPixmap pix(datadir->absolutePath() + "/Graphics/Graves/" + *it); |
236 |
QIcon icon(pix.copy(0, 0, 32, 32)); |
|
237 |
CBGrave->addItem(icon, (*it).replace(QRegExp("^(.*)\\.png"), "\\1")); |
|
1252 | 238 |
} |
239 |
||
2747 | 240 |
tmpdir.cd(datadir->absolutePath()); |
241 |
tmpdir.cd("Graphics/Flags"); |
|
242 |
list = tmpdir.entryList(QStringList("*.png")); |
|
243 |
for (QStringList::Iterator it = list.begin(); it != list.end(); ++it ) |
|
244 |
{ |
|
245 |
QPixmap pix(datadir->absolutePath() + "/Graphics/Flags/" + *it); |
|
246 |
QIcon icon(pix.copy(0, 0, 22, 15)); |
|
2752 | 247 |
if(it->compare("cpu.png")) // skip cpu flag |
248 |
CBFlag->addItem(icon, (*it).replace(QRegExp("^(.*)\\.png"), "\\1")); |
|
2747 | 249 |
} |
250 |
||
1252 | 251 |
vbox1->addStretch(); |
252 |
vbox2->addStretch(); |
|
253 |
// vbox3->addStretch(); |
|
254 |
||
255 |
// ====== Page 2 ====== |
|
588 | 256 |
GBoxBinds = new QGroupBox(this); |
184 | 257 |
GBoxBinds->setTitle(QGroupBox::tr("Key binds")); |
258 |
QGridLayout * GBBLayout = new QGridLayout(GBoxBinds); |
|
259 |
BindsBox = new QToolBox(GBoxBinds); |
|
260 |
BindsBox->setLineWidth(0); |
|
261 |
GBBLayout->addWidget(BindsBox); |
|
1252 | 262 |
page2Layout->addWidget(GBoxBinds, 0, 0); |
184 | 263 |
|
264 |
quint16 widind = 0, i = 0; |
|
2428 | 265 |
quint16 num = 0; |
266 |
QWidget * curW = NULL; |
|
267 |
QGridLayout * pagelayout = NULL; |
|
268 |
QLabel* l = NULL; |
|
184 | 269 |
while (i < BINDS_NUMBER) { |
2428 | 270 |
if(cbinds[i].category != NULL) |
271 |
{ |
|
272 |
if(curW != NULL) |
|
273 |
{ |
|
274 |
l = new QLabel(curW); |
|
275 |
l->setText(""); |
|
276 |
pagelayout->addWidget(l, num++, 0, 1, 2); |
|
277 |
} |
|
278 |
curW = new QWidget(this); |
|
279 |
BindsBox->addItem(curW, QApplication::translate("binds (categories)", cbinds[i].category)); |
|
280 |
pagelayout = new QGridLayout(curW); |
|
281 |
num = 0; |
|
282 |
} |
|
283 |
if(cbinds[i].description != NULL) |
|
284 |
{ |
|
285 |
l = new QLabel(curW); |
|
286 |
l->setText((num > 0 ? QString("\n") : QString("")) + QApplication::translate("binds (descriptions)", cbinds[i].description)); |
|
287 |
pagelayout->addWidget(l, num++, 0, 1, 2); |
|
288 |
} |
|
289 |
||
290 |
l = new QLabel(curW); |
|
291 |
l->setText(QApplication::translate("binds", cbinds[i].name)); |
|
292 |
l->setAlignment(Qt::AlignRight); |
|
293 |
pagelayout->addWidget(l, num, 0); |
|
294 |
CBBind[i] = new QComboBox(curW); |
|
295 |
for(int j = 0; sdlkeys[j][1][0] != '\0'; j++) |
|
296 |
CBBind[i]->addItem(QApplication::translate("binds (keys)", sdlkeys[j][1]).contains(": ") ? QApplication::translate("binds (keys)", sdlkeys[j][1]) : QApplication::translate("binds (keys)", "Keyboard") + QString(": ") + QApplication::translate("binds (keys)", sdlkeys[j][1]), sdlkeys[j][0]); |
|
297 |
pagelayout->addWidget(CBBind[i++], num++, 1); |
|
184 | 298 |
} |
299 |
} |
|
300 |
||
301 |
void PageEditTeam::CBFort_activated(const QString & fortname) |
|
302 |
{ |
|
303 |
QPixmap pix(datadir->absolutePath() + "/Forts/" + fortname + "L.png"); |
|
304 |
FortPreview->setPixmap(pix); |
|
305 |
} |
|
306 |
||
2516 | 307 |
void PageEditTeam::testSound() |
1684 | 308 |
{ |
2774
a4fd9eacd286
Switch to PlayChannel so as not to interrupt background music.
nemo
parents:
2773
diff
changeset
|
309 |
Mix_Chunk *sound; |
1684 | 310 |
QDir tmpdir; |
2516 | 311 |
mySdli->SDLMusicInit(); |
2402
edd12b259e7c
revert to manual startup of frontend's OpenAL session (keeping voices' bug fixed)
koda
parents:
2395
diff
changeset
|
312 |
|
1684 | 313 |
tmpdir.cd(datadir->absolutePath()); |
314 |
tmpdir.cd("Sounds/voices"); |
|
315 |
tmpdir.cd(CBVoicepack->currentText()); |
|
2191 | 316 |
QStringList list = tmpdir.entryList(QStringList() << "Illgetyou.ogg" << "Incoming.ogg" << "Stupid.ogg" << "Coward.ogg" << "Firstblood.ogg", QDir::Files); |
317 |
if (list.size()) { |
|
2774
a4fd9eacd286
Switch to PlayChannel so as not to interrupt background music.
nemo
parents:
2773
diff
changeset
|
318 |
sound = Mix_LoadWAV(QString(tmpdir.absolutePath() + "/" + list[rand() % list.size()]).toLocal8Bit().constData()); |
a4fd9eacd286
Switch to PlayChannel so as not to interrupt background music.
nemo
parents:
2773
diff
changeset
|
319 |
Mix_PlayChannel(-1, sound, 0); |
2191 | 320 |
} |
1684 | 321 |
} |
322 |
||
1287 | 323 |
PageMultiplayer::PageMultiplayer(QWidget* parent) : |
692 | 324 |
AbstractPage(parent) |
184 | 325 |
{ |
326 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
327 |
||
1218 | 328 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
187 | 329 |
|
184 | 330 |
gameCFG = new GameCFGWidget(this); |
331 |
pageLayout->addWidget(gameCFG, 0, 0, 1, 2); |
|
696 | 332 |
|
1218 | 333 |
pageLayout->setRowStretch(1, 1); |
334 |
||
184 | 335 |
teamsSelect = new TeamSelWidget(this); |
1218 | 336 |
pageLayout->addWidget(teamsSelect, 0, 2, 2, 2); |
184 | 337 |
|
1218 | 338 |
BtnStartMPGame = addButton(tr("Start"), pageLayout, 2, 3); |
184 | 339 |
} |
340 |
||
1249
b6670a6ea2d0
Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr
parents:
1240
diff
changeset
|
341 |
PageOptions::PageOptions(QWidget* parent) : |
692 | 342 |
AbstractPage(parent) |
184 | 343 |
{ |
344 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
427 | 345 |
pageLayout->setColumnStretch(0, 100); |
346 |
pageLayout->setColumnStretch(1, 100); |
|
347 |
pageLayout->setColumnStretch(2, 100); |
|
348 |
pageLayout->setRowStretch(0, 0); |
|
1644 | 349 |
pageLayout->setRowStretch(1, 100); |
719 | 350 |
pageLayout->setRowStretch(2, 0); |
1644 | 351 |
pageLayout->setContentsMargins(7, 7, 7, 0); |
352 |
pageLayout->setSpacing(0); |
|
427 | 353 |
|
1198 | 354 |
|
355 |
QGroupBox * gbTwoBoxes = new QGroupBox(this); |
|
356 |
pageLayout->addWidget(gbTwoBoxes, 0, 0, 1, 3); |
|
1644 | 357 |
QGridLayout * gbTBLayout = new QGridLayout(gbTwoBoxes); |
358 |
gbTBLayout->setMargin(0); |
|
359 |
gbTBLayout->setSpacing(0); |
|
1198 | 360 |
{ |
2395 | 361 |
teamsBox = new IconedGroupBox(this); |
362 |
//teamsBox->setAttribute(Qt::WA_PaintOnScreen, true); |
|
363 |
teamsBox->setIcon(QIcon(":/res/teamicon.png")); |
|
364 |
teamsBox->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
365 |
teamsBox->setTitle(QGroupBox::tr("Teams")); |
|
1198 | 366 |
|
2395 | 367 |
QVBoxLayout * GBTlayout = new QVBoxLayout(teamsBox); |
184 | 368 |
|
2395 | 369 |
CBTeamName = new QComboBox(teamsBox); |
370 |
GBTlayout->addWidget(CBTeamName); |
|
2377 | 371 |
|
2395 | 372 |
QHBoxLayout * layout1 = new QHBoxLayout; |
373 |
GBTlayout->addLayout(layout1); |
|
374 |
BtnNewTeam = addButton(tr("New team"), layout1, 0); |
|
375 |
BtnEditTeam = addButton(tr("Edit team"), layout1, 1); |
|
376 |
layout1->setStretchFactor(BtnNewTeam, 100); |
|
377 |
layout1->setStretchFactor(BtnEditTeam, 100); |
|
1199 | 378 |
|
2395 | 379 |
QHBoxLayout * layout2 = new QHBoxLayout; |
380 |
GBTlayout->addLayout(layout2); |
|
184 | 381 |
|
2395 | 382 |
labelNN = new QLabel(teamsBox); |
383 |
labelNN->setText(QLabel::tr("Net nick")); |
|
384 |
layout2->addWidget(labelNN); |
|
184 | 385 |
|
2395 | 386 |
editNetNick = new QLineEdit(teamsBox); |
387 |
editNetNick->setMaxLength(20); |
|
388 |
editNetNick->setText(QLineEdit::tr("unnamed")); |
|
389 |
layout2->addWidget(editNetNick); |
|
390 |
||
391 |
gbTBLayout->addWidget(teamsBox, 0, 0); |
|
1198 | 392 |
} |
184 | 393 |
|
2395 | 394 |
{ |
395 |
IconedGroupBox* groupWeapons = new IconedGroupBox(this); |
|
396 |
groupWeapons->setContentTopPadding(0); |
|
397 |
groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
|
398 |
groupWeapons->setIcon(QIcon(":/res/weaponsicon.png")); |
|
399 |
//groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
400 |
groupWeapons->setTitle(QGroupBox::tr("Weapons")); |
|
401 |
QGridLayout * WeaponsLayout = new QGridLayout(groupWeapons); |
|
184 | 402 |
|
2395 | 403 |
WeaponsButt = addButton(tr("Weapons set"), WeaponsLayout, 1, 0); |
404 |
WeaponsName = new QComboBox(this); |
|
405 |
WeaponsLayout->addWidget(WeaponsName, 0, 0, 1, 2); |
|
406 |
WeaponEdit = addButton(tr("Edit"), WeaponsLayout, 1, 1); |
|
2747 | 407 |
|
408 |
WeaponTooltip = new QCheckBox(this); |
|
409 |
WeaponTooltip->setText(QCheckBox::tr("Show ammo menu tooltips")); |
|
410 |
WeaponsLayout->addWidget(WeaponTooltip, 2, 0, 1, 2); |
|
411 |
||
2395 | 412 |
gbTBLayout->addWidget(groupWeapons, 1, 0); |
413 |
} |
|
2377 | 414 |
|
2395 | 415 |
{ |
416 |
AGGroupBox = new IconedGroupBox(this); |
|
417 |
AGGroupBox->setIcon(QIcon(":/res/graphicsicon.png")); |
|
418 |
AGGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); |
|
419 |
AGGroupBox->setTitle(QGroupBox::tr("Audio/Graphic options")); |
|
427 | 420 |
|
2395 | 421 |
QVBoxLayout * GBAlayout = new QVBoxLayout(AGGroupBox); |
422 |
QHBoxLayout * GBAreslayout = new QHBoxLayout(0); |
|
184 | 423 |
|
2428 | 424 |
CBFrontendFullscreen = new QCheckBox(AGGroupBox); |
425 |
CBFrontendFullscreen->setText(QCheckBox::tr("Frontend fullscreen")); |
|
426 |
GBAlayout->addWidget(CBFrontendFullscreen); |
|
427 |
||
428 |
CBFrontendEffects = new QCheckBox(AGGroupBox); |
|
429 |
CBFrontendEffects->setText(QCheckBox::tr("Frontend effects (requires restart)")); |
|
430 |
GBAlayout->addWidget(CBFrontendEffects); |
|
431 |
||
2395 | 432 |
QLabel * resolution = new QLabel(AGGroupBox); |
433 |
resolution->setText(QLabel::tr("Resolution")); |
|
434 |
GBAreslayout->addWidget(resolution); |
|
435 |
||
436 |
CBResolution = new QComboBox(AGGroupBox); |
|
437 |
GBAreslayout->addWidget(CBResolution); |
|
438 |
GBAlayout->addLayout(GBAreslayout); |
|
1812 | 439 |
|
2395 | 440 |
QHBoxLayout * GBAfpslayout = new QHBoxLayout(0); |
441 |
QLabel * maxfps = new QLabel(AGGroupBox); |
|
442 |
maxfps->setText(QLabel::tr("FPS limit")); |
|
443 |
GBAfpslayout->addWidget(maxfps); |
|
444 |
GBAlayout->addLayout(GBAfpslayout); |
|
2098
c977d7f2aa09
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo
parents:
2093
diff
changeset
|
445 |
|
2437 | 446 |
CBFullscreen = new QCheckBox(AGGroupBox); |
447 |
CBFullscreen->setText(QCheckBox::tr("Fullscreen")); |
|
448 |
GBAlayout->addWidget(CBFullscreen); |
|
449 |
||
2395 | 450 |
CBReduceQuality = new QCheckBox(AGGroupBox); |
2428 | 451 |
CBReduceQuality->setText(QCheckBox::tr("Reduced quality")); |
2395 | 452 |
GBAlayout->addWidget(CBReduceQuality); |
184 | 453 |
|
2395 | 454 |
CBEnableSound = new QCheckBox(AGGroupBox); |
455 |
CBEnableSound->setText(QCheckBox::tr("Enable sound")); |
|
456 |
GBAlayout->addWidget(CBEnableSound); |
|
2776 | 457 |
|
458 |
CBEnableFrontendSound = new QCheckBox(AGGroupBox); |
|
459 |
CBEnableFrontendSound->setText(QCheckBox::tr("Enable frontend sounds")); |
|
460 |
GBAlayout->addWidget(CBEnableFrontendSound); |
|
461 |
||
2395 | 462 |
CBEnableMusic = new QCheckBox(AGGroupBox); |
463 |
CBEnableMusic->setText(QCheckBox::tr("Enable music")); |
|
464 |
GBAlayout->addWidget(CBEnableMusic); |
|
1129 | 465 |
|
2776 | 466 |
CBEnableFrontendMusic = new QCheckBox(AGGroupBox); |
467 |
CBEnableFrontendMusic->setText(QCheckBox::tr("Enable frontend music")); |
|
468 |
GBAlayout->addWidget(CBEnableFrontendMusic); |
|
469 |
||
2395 | 470 |
QHBoxLayout * GBAvollayout = new QHBoxLayout(0); |
471 |
QLabel * vol = new QLabel(AGGroupBox); |
|
472 |
vol->setText(QLabel::tr("Initial sound volume")); |
|
473 |
GBAvollayout->addWidget(vol); |
|
474 |
GBAlayout->addLayout(GBAvollayout); |
|
475 |
volumeBox = new QSpinBox(AGGroupBox); |
|
476 |
volumeBox->setRange(0, 100); |
|
477 |
volumeBox->setSingleStep(5); |
|
478 |
GBAvollayout->addWidget(volumeBox); |
|
1777 | 479 |
|
2395 | 480 |
CBShowFPS = new QCheckBox(AGGroupBox); |
481 |
CBShowFPS->setText(QCheckBox::tr("Show FPS")); |
|
482 |
GBAlayout->addWidget(CBShowFPS); |
|
297 | 483 |
|
2395 | 484 |
CBAltDamage = new QCheckBox(AGGroupBox); |
485 |
CBAltDamage->setText(QCheckBox::tr("Alternative damage show")); |
|
486 |
GBAlayout->addWidget(CBAltDamage); |
|
529 | 487 |
|
2395 | 488 |
CBNameWithDate = new QCheckBox(AGGroupBox); |
489 |
CBNameWithDate->setText(QCheckBox::tr("Append date and time to record file name")); |
|
490 |
GBAlayout->addWidget(CBNameWithDate); |
|
1487
b4cc59a6d50a
Add an option to name records with current date and time
unc0rr
parents:
1457
diff
changeset
|
491 |
|
2395 | 492 |
#ifdef SPARKLE_ENABLED |
493 |
CBAutoUpdate = new QCheckBox(AGGroupBox); |
|
494 |
CBAutoUpdate->setText(QCheckBox::tr("Check for updates at startup")); |
|
495 |
GBAlayout->addWidget(CBAutoUpdate); |
|
2261 | 496 |
#endif |
2377 | 497 |
|
2261 | 498 |
fpsedit = new FPSEdit(AGGroupBox); |
499 |
GBAfpslayout->addWidget(fpsedit); |
|
500 |
gbTBLayout->addWidget(AGGroupBox, 0, 1, 2, 1); |
|
2395 | 501 |
} |
184 | 502 |
|
1644 | 503 |
BtnSaveOptions = addButton(":/res/Save.png", pageLayout, 2, 2, true); |
1443 | 504 |
BtnSaveOptions->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
184 | 505 |
|
1644 | 506 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
184 | 507 |
} |
508 |
||
1153 | 509 |
PageNet::PageNet(QWidget* parent) : AbstractPage(parent) |
184 | 510 |
{ |
511 |
QFont * font14 = new QFont("MS Shell Dlg", 14); |
|
512 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
513 |
pageLayout->setColumnStretch(0, 1); |
|
514 |
pageLayout->setColumnStretch(1, 1); |
|
617 | 515 |
pageLayout->setColumnStretch(2, 1); |
421 | 516 |
|
517 |
BtnNetSvrStart = new QPushButton(this); |
|
518 |
BtnNetSvrStart->setFont(*font14); |
|
519 |
BtnNetSvrStart->setText(QPushButton::tr("Start server")); |
|
1415
6fbfee0e113a
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr
parents:
1409
diff
changeset
|
520 |
BtnNetSvrStart->setVisible(haveServer); |
1395 | 521 |
pageLayout->addWidget(BtnNetSvrStart, 4, 2); |
522 |
||
523 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |
|
2377 | 524 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
525 |
ConnGroupBox = new QGroupBox(this); |
421 | 526 |
ConnGroupBox->setTitle(QGroupBox::tr("Net game")); |
527 |
pageLayout->addWidget(ConnGroupBox, 2, 0, 1, 3); |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
528 |
GBClayout = new QGridLayout(ConnGroupBox); |
646 | 529 |
GBClayout->setColumnStretch(0, 1); |
421 | 530 |
GBClayout->setColumnStretch(1, 1); |
531 |
GBClayout->setColumnStretch(2, 1); |
|
184 | 532 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
533 |
BtnNetConnect = new QPushButton(ConnGroupBox); |
184 | 534 |
BtnNetConnect->setFont(*font14); |
535 |
BtnNetConnect->setText(QPushButton::tr("Connect")); |
|
646 | 536 |
GBClayout->addWidget(BtnNetConnect, 2, 2); |
416 | 537 |
|
665 | 538 |
tvServersList = new QTableView(ConnGroupBox); |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
539 |
tvServersList->setSelectionBehavior(QAbstractItemView::SelectRows); |
665 | 540 |
GBClayout->addWidget(tvServersList, 1, 0, 1, 3); |
421 | 541 |
|
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
542 |
BtnUpdateSList = new QPushButton(ConnGroupBox); |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
543 |
BtnUpdateSList->setFont(*font14); |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
544 |
BtnUpdateSList->setText(QPushButton::tr("Update")); |
646 | 545 |
GBClayout->addWidget(BtnUpdateSList, 2, 0); |
314 | 546 |
|
653
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
547 |
BtnSpecifyServer = new QPushButton(ConnGroupBox); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
548 |
BtnSpecifyServer->setFont(*font14); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
549 |
BtnSpecifyServer->setText(QPushButton::tr("Specify")); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
550 |
GBClayout->addWidget(BtnSpecifyServer, 2, 1); |
4f44fc06ca45
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr
parents:
647
diff
changeset
|
551 |
|
668 | 552 |
connect(BtnNetConnect, SIGNAL(clicked()), this, SLOT(slotConnect())); |
184 | 553 |
} |
554 |
||
646 | 555 |
void PageNet::updateServersList() |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
556 |
{ |
1310 | 557 |
tvServersList->setModel(new HWNetUdpModel(tvServersList)); |
659 | 558 |
|
673 | 559 |
tvServersList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch); |
560 |
||
665 | 561 |
static_cast<HWNetServersModel *>(tvServersList->model())->updateList(); |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
562 |
|
665 | 563 |
connect(BtnUpdateSList, SIGNAL(clicked()), static_cast<HWNetServersModel *>(tvServersList->model()), SLOT(updateList())); |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
564 |
connect(tvServersList, SIGNAL(doubleClicked(const QModelIndex &)), this, SLOT(slotConnect())); |
646 | 565 |
} |
566 |
||
567 |
void PageNet::slotConnect() |
|
568 |
{ |
|
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
569 |
HWNetServersModel * model = static_cast<HWNetServersModel *>(tvServersList->model()); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
570 |
QModelIndex mi = tvServersList->currentIndex(); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
571 |
if(!mi.isValid()) |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
572 |
{ |
2631
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2516
diff
changeset
|
573 |
QMessageBox::information(this, tr("Error"), tr("Please select server from the list above")); |
671
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
574 |
return; |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
575 |
} |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
576 |
QString host = model->index(mi.row(), 1).data().toString(); |
a8970859f50e
Actually pass host and port values to NetConnect method
unc0rr
parents:
668
diff
changeset
|
577 |
quint16 port = model->index(mi.row(), 2).data().toUInt(); |
672
08ed55ea1e2a
- Fix a bug when server fails to start, and then connecting to another server on the same host (strange, the fix won't work on my machine)
unc0rr
parents:
671
diff
changeset
|
578 |
|
08ed55ea1e2a
- Fix a bug when server fails to start, and then connecting to another server on the same host (strange, the fix won't work on my machine)
unc0rr
parents:
671
diff
changeset
|
579 |
emit connectClicked(host, port); |
646 | 580 |
} |
581 |
||
1153 | 582 |
PageNetServer::PageNetServer(QWidget* parent) : AbstractPage(parent) |
646 | 583 |
{ |
584 |
QFont * font14 = new QFont("MS Shell Dlg", 14); |
|
585 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
586 |
pageLayout->setColumnStretch(0, 1); |
|
587 |
pageLayout->setColumnStretch(1, 1); |
|
588 |
pageLayout->setColumnStretch(2, 1); |
|
589 |
||
675 | 590 |
pageLayout->setRowStretch(0, 1); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
591 |
pageLayout->setRowStretch(1, 0); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
592 |
|
1153 | 593 |
BtnBack =addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
646 | 594 |
|
595 |
BtnStart = new QPushButton(this); |
|
596 |
BtnStart->setFont(*font14); |
|
597 |
BtnStart->setText(QPushButton::tr("Start")); |
|
675 | 598 |
pageLayout->addWidget(BtnStart, 1, 2); |
599 |
||
600 |
QWidget * wg = new QWidget(this); |
|
601 |
pageLayout->addWidget(wg, 0, 0, 1, 3); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
602 |
|
675 | 603 |
QGridLayout * wgLayout = new QGridLayout(wg); |
604 |
wgLayout->setColumnStretch(0, 1); |
|
605 |
wgLayout->setColumnStretch(1, 3); |
|
606 |
wgLayout->setColumnStretch(2, 1); |
|
607 |
||
608 |
wgLayout->setRowStretch(0, 0); |
|
609 |
wgLayout->setRowStretch(1, 1); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
610 |
|
675 | 611 |
QGroupBox * gb = new QGroupBox(wg); |
612 |
wgLayout->addWidget(gb, 0, 1); |
|
613 |
||
614 |
QGridLayout * gbLayout = new QGridLayout(gb); |
|
615 |
||
616 |
labelSD = new QLabel(gb); |
|
617 |
labelSD->setText(QLabel::tr("Server name:")); |
|
618 |
gbLayout->addWidget(labelSD, 0, 0); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
619 |
|
675 | 620 |
leServerDescr = new QLineEdit(gb); |
621 |
gbLayout->addWidget(leServerDescr, 0, 1); |
|
622 |
||
623 |
labelPort = new QLabel(gb); |
|
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
624 |
labelPort->setText(QLabel::tr("Server port:")); |
675 | 625 |
gbLayout->addWidget(labelPort, 1, 0); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
626 |
|
675 | 627 |
sbPort = new QSpinBox(gb); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
628 |
sbPort->setMinimum(0); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
629 |
sbPort->setMaximum(65535); |
675 | 630 |
gbLayout->addWidget(sbPort, 1, 1); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
631 |
|
675 | 632 |
BtnDefault = new QPushButton(gb); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
633 |
BtnDefault->setText(QPushButton::tr("default")); |
675 | 634 |
gbLayout->addWidget(BtnDefault, 1, 2); |
657
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
635 |
|
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
636 |
connect(BtnDefault, SIGNAL(clicked()), this, SLOT(setDefaultPort())); |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
637 |
} |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
638 |
|
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
639 |
void PageNetServer::setDefaultPort() |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
640 |
{ |
b34fc518a48a
Basic concept for net server options page (subject to change)
unc0rr
parents:
653
diff
changeset
|
641 |
sbPort->setValue(46631); |
632
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
642 |
} |
5e09ae25729f
Half implement possibility for different backends of servers list
unc0rr
parents:
617
diff
changeset
|
643 |
|
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2762
diff
changeset
|
644 |
PageNetGame::PageNetGame(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli) : AbstractPage(parent) |
184 | 645 |
{ |
646 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
452 | 647 |
pageLayout->setSizeConstraint(QLayout::SetMinimumSize); |
461 | 648 |
//pageLayout->setSpacing(1); |
463 | 649 |
pageLayout->setColumnStretch(0, 50); |
650 |
pageLayout->setColumnStretch(1, 50); |
|
322 | 651 |
|
461 | 652 |
// chatwidget |
2775 | 653 |
pChatWidget = new HWChatWidget(this, gameSettings, sdli, true); |
2845 | 654 |
pChatWidget->setShowReady(true); // show status bulbs by default |
1647 | 655 |
pageLayout->addWidget(pChatWidget, 1, 0, 1, 2); |
464 | 656 |
pageLayout->setRowStretch(1, 100); |
453 | 657 |
|
329
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
658 |
pGameCFG = new GameCFGWidget(this); |
322 | 659 |
pageLayout->addWidget(pGameCFG, 0, 0); |
329
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
660 |
|
4c3aad46baa5
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr
parents:
323
diff
changeset
|
661 |
pNetTeamsWidget = new TeamSelWidget(this); |
373 | 662 |
pNetTeamsWidget->setAcceptOuter(true); |
1647 | 663 |
pageLayout->addWidget(pNetTeamsWidget, 0, 1); |
184 | 664 |
|
1649 | 665 |
|
666 |
QHBoxLayout * bottomLayout = new QHBoxLayout; |
|
667 |
pageLayout->addLayout(bottomLayout, 3, 0, 1, 2); |
|
668 |
||
669 |
BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true); |
|
2377 | 670 |
|
646 | 671 |
BtnGo = new QPushButton(this); |
1677 | 672 |
BtnGo->setToolTip(QPushButton::tr("Ready")); |
1648 | 673 |
BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); |
674 |
BtnGo->setIconSize(QSize(25, 34)); |
|
1649 | 675 |
BtnGo->setMinimumWidth(50); |
676 |
BtnGo->setMinimumHeight(50); |
|
1951 | 677 |
bottomLayout->addWidget(BtnGo, 4); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
678 |
|
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
679 |
|
1951 | 680 |
BtnMaster = addButton(tr("Control"), bottomLayout, 2); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
681 |
QMenu * menu = new QMenu(BtnMaster); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
682 |
restrictJoins = new QAction(QAction::tr("Restrict Joins"), menu); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
683 |
restrictJoins->setCheckable(true); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
684 |
restrictTeamAdds = new QAction(QAction::tr("Restrict Team Additions"), menu); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
685 |
restrictTeamAdds->setCheckable(true); |
1951 | 686 |
//menu->addAction(startGame); |
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
687 |
menu->addAction(restrictJoins); |
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
688 |
menu->addAction(restrictTeamAdds); |
2377 | 689 |
|
1409
d1cbe4a57ebf
Add button for controlling room options (no usefull yet)
unc0rr
parents:
1404
diff
changeset
|
690 |
BtnMaster->setMenu(menu); |
1649 | 691 |
|
1951 | 692 |
BtnStart = addButton(QAction::tr("Start"), bottomLayout, 3); |
693 |
||
1649 | 694 |
bottomLayout->insertStretch(1, 100); |
184 | 695 |
} |
187 | 696 |
|
1648 | 697 |
void PageNetGame::setReadyStatus(bool isReady) |
698 |
{ |
|
699 |
if(isReady) |
|
700 |
BtnGo->setIcon(QIcon(":/res/lightbulb_on.png")); |
|
701 |
else |
|
702 |
BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); |
|
703 |
} |
|
704 |
||
1649 | 705 |
void PageNetGame::setMasterMode(bool isMaster) |
706 |
{ |
|
707 |
BtnMaster->setVisible(isMaster); |
|
1951 | 708 |
BtnStart->setVisible(isMaster); |
1649 | 709 |
} |
710 |
||
1153 | 711 |
PageInfo::PageInfo(QWidget* parent) : AbstractPage(parent) |
187 | 712 |
{ |
713 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
714 |
pageLayout->setColumnStretch(0, 1); |
|
715 |
pageLayout->setColumnStretch(1, 1); |
|
716 |
pageLayout->setColumnStretch(2, 1); |
|
717 |
||
1153 | 718 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
187 | 719 |
|
720 |
about = new About(this); |
|
721 |
pageLayout->addWidget(about, 0, 0, 1, 3); |
|
722 |
} |
|
306 | 723 |
|
1150 | 724 |
PageSinglePlayer::PageSinglePlayer(QWidget* parent) : AbstractPage(parent) |
586 | 725 |
{ |
1443 | 726 |
QVBoxLayout * vLayout = new QVBoxLayout(this); |
727 |
QHBoxLayout * topLine = new QHBoxLayout(); |
|
728 |
QHBoxLayout * middleLine = new QHBoxLayout(); |
|
729 |
QHBoxLayout * bottomLine = new QHBoxLayout(); |
|
1444 | 730 |
vLayout->addStretch(); |
1443 | 731 |
vLayout->addLayout(topLine); |
1457 | 732 |
vLayout->addSpacing(30); |
1443 | 733 |
vLayout->addLayout(middleLine); |
1444 | 734 |
vLayout->addStretch(); |
1443 | 735 |
vLayout->addLayout(bottomLine); |
586 | 736 |
|
1457 | 737 |
topLine->addStretch(); |
1443 | 738 |
BtnSimpleGamePage = addButton(":/res/SimpleGame.png", topLine, 0, true); |
1450 | 739 |
BtnSimpleGamePage->setToolTip(tr("Simple Game (a quick game against the computer, settings are chosen for you)")); |
1457 | 740 |
topLine->addSpacing(60); |
1443 | 741 |
BtnMultiplayer = addButton(":/res/Multiplayer.png", topLine, 1, true); |
1450 | 742 |
BtnMultiplayer->setToolTip(tr("Multiplayer (play a hotseat game against your friends, or AI teams)")); |
1457 | 743 |
topLine->addStretch(); |
2377 | 744 |
|
1457 | 745 |
|
1443 | 746 |
BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 0, true); |
1450 | 747 |
BtnTrainPage->setToolTip(tr("Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT")); |
2377 | 748 |
|
1443 | 749 |
BtnBack = addButton(":/res/Exit.png", bottomLine, 0, true); |
1444 | 750 |
bottomLine->addStretch(); |
751 |
||
1447 | 752 |
BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true); |
1450 | 753 |
BtnDemos->setToolTip(tr("Demos (Watch recorded demos)")); |
1443 | 754 |
BtnLoad = addButton(":/res/Save.png", bottomLine, 2, true); |
755 |
BtnLoad->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
|
1450 | 756 |
BtnLoad->setToolTip(tr("Load (Load a previously saved game)")); |
586 | 757 |
} |
758 |
||
1153 | 759 |
PageTraining::PageTraining(QWidget* parent) : AbstractPage(parent) |
587 | 760 |
{ |
761 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
762 |
pageLayout->setColumnStretch(0, 1); |
|
763 |
pageLayout->setColumnStretch(1, 2); |
|
764 |
pageLayout->setColumnStretch(2, 1); |
|
765 |
||
2468
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
766 |
CBSelect = new QComboBox(this); |
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
767 |
|
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
768 |
QDir tmpdir; |
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
769 |
tmpdir.cd(datadir->absolutePath()); |
2786 | 770 |
tmpdir.cd("Missions"); |
2468
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
771 |
tmpdir.setFilter(QDir::Files); |
2786 | 772 |
CBSelect->addItems(tmpdir.entryList(QStringList("*.hwt")).replaceInStrings(QRegExp("^(.*)\\.hwt"), "\\1")); |
2468
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
773 |
|
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
774 |
pageLayout->addWidget(CBSelect, 1, 1); |
0b62498c201a
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents:
2447
diff
changeset
|
775 |
|
587 | 776 |
BtnStartTrain = new QPushButton(this); |
777 |
BtnStartTrain->setFont(*font14); |
|
778 |
BtnStartTrain->setText(QPushButton::tr("Go!")); |
|
779 |
pageLayout->addWidget(BtnStartTrain, 1, 2); |
|
780 |
||
1153 | 781 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
587 | 782 |
} |
783 |
||
923
b3d097097b54
Use default ammostore string size for weapons number instead of predefined const
unc0rr
parents:
788
diff
changeset
|
784 |
PageSelectWeapon::PageSelectWeapon(QWidget* parent) : |
684 | 785 |
AbstractPage(parent) |
600 | 786 |
{ |
787 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
2377 | 788 |
|
2369
c3eb11f1ab3a
Implement probability editor for weapon schemes (engine doesn't support that yet)
unc0rr
parents:
2368
diff
changeset
|
789 |
pWeapons = new SelWeaponWidget(cAmmoNumber, this); |
718 | 790 |
pageLayout->addWidget(pWeapons, 0, 0, 1, 4); |
600 | 791 |
|
1168 | 792 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
730 | 793 |
BtnDefault = addButton(tr("Default"), pageLayout, 1, 1); |
794 |
BtnDelete = addButton(tr("Delete"), pageLayout, 1, 2); |
|
1168 | 795 |
BtnSave = addButton(":/res/Save.png", pageLayout, 1, 3, true); |
2368 | 796 |
BtnSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); |
797 |
||
798 |
connect(BtnDefault, SIGNAL(clicked()), pWeapons, SLOT(setDefault())); |
|
799 |
connect(BtnSave, SIGNAL(clicked()), pWeapons, SLOT(save())); |
|
600 | 800 |
} |
801 |
||
1249
b6670a6ea2d0
Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr
parents:
1240
diff
changeset
|
802 |
PageInGame::PageInGame(QWidget* parent) : |
686 | 803 |
AbstractPage(parent) |
804 |
{ |
|
805 |
QLabel * label = new QLabel(this); |
|
806 |
label->setText("In game..."); |
|
807 |
} |
|
1311 | 808 |
|
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2762
diff
changeset
|
809 |
PageRoomsList::PageRoomsList(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli) : |
1311 | 810 |
AbstractPage(parent) |
811 |
{ |
|
1312 | 812 |
QGridLayout * pageLayout = new QGridLayout(this); |
1314 | 813 |
|
2428 | 814 |
QHBoxLayout * newRoomLayout = new QHBoxLayout(); |
2414 | 815 |
QLabel * roomNameLabel = new QLabel(this); |
816 |
roomNameLabel->setText(tr("Room Name:")); |
|
1314 | 817 |
roomName = new QLineEdit(this); |
1334
b58afaadf7ae
Send team removal message to others in room when client disconnects
unc0rr
parents:
1315
diff
changeset
|
818 |
roomName->setMaxLength(60); |
2414 | 819 |
newRoomLayout->addWidget(roomNameLabel); |
820 |
newRoomLayout->addWidget(roomName); |
|
821 |
pageLayout->addLayout(newRoomLayout, 0, 0); |
|
2377 | 822 |
|
1399 | 823 |
roomsList = new QTableWidget(this); |
824 |
roomsList->setSelectionBehavior(QAbstractItemView::SelectRows); |
|
825 |
roomsList->verticalHeader()->setVisible(false); |
|
826 |
roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive); |
|
1894 | 827 |
roomsList->setAlternatingRowColors(true); |
1522 | 828 |
pageLayout->addWidget(roomsList, 1, 0, 3, 1); |
1584
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1576
diff
changeset
|
829 |
pageLayout->setRowStretch(2, 100); |
2377 | 830 |
|
2775 | 831 |
chatWidget = new HWChatWidget(this, gameSettings, sdli, false); |
1584
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1576
diff
changeset
|
832 |
pageLayout->addWidget(chatWidget, 4, 0, 1, 2); |
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1576
diff
changeset
|
833 |
pageLayout->setRowStretch(4, 350); |
1522 | 834 |
|
1312 | 835 |
BtnCreate = addButton(tr("Create"), pageLayout, 0, 1); |
836 |
BtnJoin = addButton(tr("Join"), pageLayout, 1, 1); |
|
1522 | 837 |
BtnRefresh = addButton(tr("Refresh"), pageLayout, 3, 1); |
2377 | 838 |
|
1856
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
839 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 5, 0, true); |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
840 |
BtnAdmin = addButton(tr("Admin features"), pageLayout, 5, 1); |
1314 | 841 |
|
842 |
connect(BtnCreate, SIGNAL(clicked()), this, SLOT(onCreateClick())); |
|
843 |
connect(BtnJoin, SIGNAL(clicked()), this, SLOT(onJoinClick())); |
|
1315 | 844 |
connect(BtnRefresh, SIGNAL(clicked()), this, SLOT(onRefreshClick())); |
1314 | 845 |
connect(roomsList, SIGNAL(doubleClicked (const QModelIndex &)), this, SLOT(onJoinClick())); |
1311 | 846 |
} |
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
847 |
|
1856
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
848 |
void PageRoomsList::setAdmin(bool flag) |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
849 |
{ |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
850 |
BtnAdmin->setVisible(flag); |
e71dbf958c87
Enable admin button when have privilege. Button does nothing yet.
unc0rr
parents:
1840
diff
changeset
|
851 |
} |
1377 | 852 |
|
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
853 |
void PageRoomsList::setRoomsList(const QStringList & list) |
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
854 |
{ |
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
855 |
roomsList->clear(); |
2443
fececcbc2189
Smaxx patch for fixing all sound related issues on any system
koda
parents:
2442
diff
changeset
|
856 |
roomsList->setColumnCount(7); |
1399 | 857 |
roomsList->setHorizontalHeaderLabels( |
858 |
QStringList() << |
|
2414 | 859 |
QTableWidget::tr("Room Name") << |
860 |
QTableWidget::tr("C") << |
|
861 |
QTableWidget::tr("T") << |
|
862 |
QTableWidget::tr("Owner") << |
|
863 |
QTableWidget::tr("Map") << |
|
864 |
QTableWidget::tr("Rules") << |
|
865 |
QTableWidget::tr("Weapons") |
|
1399 | 866 |
); |
1893 | 867 |
|
2447
08d623a494e6
Smaxx's updated german translation + texture gap fixes + updated room list
koda
parents:
2443
diff
changeset
|
868 |
// set minimum sizes |
2649 | 869 |
// roomsList->horizontalHeader()->resizeSection(0, 200); |
870 |
// roomsList->horizontalHeader()->resizeSection(1, 50); |
|
871 |
// roomsList->horizontalHeader()->resizeSection(2, 50); |
|
872 |
// roomsList->horizontalHeader()->resizeSection(3, 100); |
|
873 |
// roomsList->horizontalHeader()->resizeSection(4, 100); |
|
874 |
// roomsList->horizontalHeader()->resizeSection(5, 100); |
|
875 |
// roomsList->horizontalHeader()->resizeSection(6, 100); |
|
876 |
||
2414 | 877 |
// set resize modes |
2649 | 878 |
// roomsList->horizontalHeader()->setResizeMode(QHeaderView::Interactive); |
1893 | 879 |
|
2414 | 880 |
if (list.size() % 8) |
1399 | 881 |
return; |
882 |
||
2414 | 883 |
roomsList->setRowCount(list.size() / 8); |
884 |
for(int i = 0, r = 0; i < list.size(); i += 8, r++) |
|
885 |
{ |
|
886 |
QTableWidgetItem * item; |
|
2654
622d89be57b6
Can't trim this unless another value is used. needed for joins.
nemo
parents:
2651
diff
changeset
|
887 |
item = new QTableWidgetItem(list[i + 1]); // room name |
2414 | 888 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
889 |
||
890 |
// pick appropriate room icon and tooltip (game in progress yes/no; later maybe locked rooms etc.) |
|
891 |
if(list[i].compare("True")) |
|
892 |
{ |
|
893 |
item->setIcon(QIcon(":/res/iconTime.png"));// game is in lobby |
|
894 |
item->setToolTip(tr("This game is in lobby.\nYou may join and start playing once the game starts.")); |
|
895 |
} |
|
896 |
else |
|
1399 | 897 |
{ |
2414 | 898 |
item->setIcon(QIcon(":/res/iconDamage.png"));// game has started |
899 |
item->setToolTip(tr("This game is in progress.\nYou may join and spectate now but you'll have to wait for the game to end to start playing.")); |
|
1399 | 900 |
} |
2414 | 901 |
|
902 |
roomsList->setItem(r, 0, item); |
|
903 |
||
904 |
item = new QTableWidgetItem(list[i + 2]); // number of clients |
|
905 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
906 |
item->setTextAlignment(Qt::AlignCenter); |
|
2442 | 907 |
item->setToolTip(tr("There are %1 clients connected to this room.", "", list[i + 2].toInt()).arg(list[i + 2])); |
2414 | 908 |
roomsList->setItem(r, 1, item); |
909 |
||
910 |
item = new QTableWidgetItem(list[i + 3]); // number of teams |
|
911 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
912 |
item->setTextAlignment(Qt::AlignCenter); |
|
2442 | 913 |
item->setToolTip(tr("There are %1 teams participating in this room.", "", list[i + 3].toInt()).arg(list[i + 3])); |
2414 | 914 |
roomsList->setItem(r, 2, item); |
915 |
||
2650
7bfc1edccb8b
Arbitrary sanity limits on names. 35 name, 15, username, 20 weapon, 20 scheme. Could increase, just to avoid annoying scrolling for silly names.
nemo
parents:
2649
diff
changeset
|
916 |
item = new QTableWidgetItem(list[i + 4].left(15)); // name of host |
2414 | 917 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
918 |
item->setToolTip(tr("%1 is the host. He may adjust settings and start the game.").arg(list[i + 4])); |
|
919 |
roomsList->setItem(r, 3, item); |
|
920 |
||
921 |
if(list[i + 5].compare("+rnd+")) |
|
2733 | 922 |
{ |
2414 | 923 |
item = new QTableWidgetItem(list[i + 5]); // selected map |
2733 | 924 |
|
925 |
// check to see if we've got this map |
|
926 |
// not perfect but a start |
|
927 |
if(!mapList->contains(list[i + 5])) |
|
928 |
item->setForeground(QBrush(QColor(255, 0, 0))); |
|
929 |
} |
|
2414 | 930 |
else |
931 |
item = new QTableWidgetItem(tr("Random Map")); // selected map (is randomized) |
|
932 |
||
933 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
|
934 |
item->setToolTip(tr("Games may be played on precreated or randomized maps.")); |
|
935 |
roomsList->setItem(r, 4, item); |
|
936 |
||
2650
7bfc1edccb8b
Arbitrary sanity limits on names. 35 name, 15, username, 20 weapon, 20 scheme. Could increase, just to avoid annoying scrolling for silly names.
nemo
parents:
2649
diff
changeset
|
937 |
item = new QTableWidgetItem(list[i + 6].left(20)); // selected game scheme |
2414 | 938 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
939 |
item->setToolTip(tr("The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism.")); |
|
940 |
roomsList->setItem(r, 5, item); |
|
941 |
||
2650
7bfc1edccb8b
Arbitrary sanity limits on names. 35 name, 15, username, 20 weapon, 20 scheme. Could increase, just to avoid annoying scrolling for silly names.
nemo
parents:
2649
diff
changeset
|
942 |
item = new QTableWidgetItem(list[i + 7].left(20)); // selected weapon scheme |
2414 | 943 |
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable); |
944 |
item->setToolTip(tr("The Weapon Scheme defines available weapons and their ammunition count.")); |
|
945 |
roomsList->setItem(r, 6, item); |
|
946 |
||
947 |
} |
|
2651 | 948 |
roomsList->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch); |
949 |
roomsList->horizontalHeader()->setResizeMode(1, QHeaderView::ResizeToContents); |
|
950 |
roomsList->horizontalHeader()->setResizeMode(2, QHeaderView::ResizeToContents); |
|
951 |
roomsList->horizontalHeader()->setResizeMode(3, QHeaderView::ResizeToContents); |
|
952 |
roomsList->horizontalHeader()->setResizeMode(4, QHeaderView::ResizeToContents); |
|
953 |
roomsList->horizontalHeader()->setResizeMode(5, QHeaderView::ResizeToContents); |
|
954 |
roomsList->horizontalHeader()->setResizeMode(6, QHeaderView::ResizeToContents); |
|
955 |
||
2649 | 956 |
// roomsList->resizeColumnsToContents(); |
1313
f4c54e9e1b8c
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
unc0rr
parents:
1312
diff
changeset
|
957 |
} |
1314 | 958 |
|
959 |
void PageRoomsList::onCreateClick() |
|
960 |
{ |
|
961 |
if (roomName->text().size()) |
|
962 |
emit askForCreateRoom(roomName->text()); |
|
963 |
else |
|
964 |
QMessageBox::critical(this, |
|
965 |
tr("Error"), |
|
2631
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2516
diff
changeset
|
966 |
tr("Please enter room name"), |
1314 | 967 |
tr("OK")); |
968 |
} |
|
969 |
||
970 |
void PageRoomsList::onJoinClick() |
|
971 |
{ |
|
1399 | 972 |
QTableWidgetItem * curritem = roomsList->item(roomsList->currentRow(), 0); |
1314 | 973 |
if (!curritem) |
974 |
{ |
|
975 |
QMessageBox::critical(this, |
|
976 |
tr("Error"), |
|
2631
163b0128bd21
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents:
2516
diff
changeset
|
977 |
tr("Please select room from the list"), |
1314 | 978 |
tr("OK")); |
979 |
return ; |
|
980 |
} |
|
981 |
emit askForJoinRoom(curritem->data(Qt::DisplayRole).toString()); |
|
982 |
} |
|
983 |
||
1315 | 984 |
void PageRoomsList::onRefreshClick() |
985 |
{ |
|
986 |
emit askForRoomList(); |
|
987 |
} |
|
988 |
||
1800 | 989 |
|
990 |
PageConnecting::PageConnecting(QWidget* parent) : |
|
991 |
AbstractPage(parent) |
|
992 |
{ |
|
993 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1904 | 994 |
|
995 |
QLabel * lblConnecting = new QLabel(this); |
|
996 |
lblConnecting->setText(tr("Connecting...")); |
|
997 |
pageLayout->addWidget(lblConnecting); |
|
1800 | 998 |
} |
1884 | 999 |
|
1000 |
PageScheme::PageScheme(QWidget* parent) : |
|
1001 |
AbstractPage(parent) |
|
1002 |
{ |
|
1003 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1943 | 1004 |
QGroupBox * gb = new QGroupBox(this); |
2377 | 1005 |
|
1932 | 1006 |
QGridLayout * gl = new QGridLayout(); |
1007 |
gb->setLayout(gl); |
|
1943 | 1008 |
QSizePolicy sp; |
1009 |
sp.setVerticalPolicy(QSizePolicy::MinimumExpanding); |
|
1010 |
sp.setHorizontalPolicy(QSizePolicy::Expanding); |
|
1885 | 1011 |
|
1932 | 1012 |
pageLayout->addWidget(gb, 1,0,13,4); |
2377 | 1013 |
|
1984 | 1014 |
gbGameModes = new QGroupBox(QGroupBox::tr("Game Modifiers"), gb); |
1015 |
gbBasicSettings = new QGroupBox(QGroupBox::tr("Basic Settings"), gb); |
|
1943 | 1016 |
|
1017 |
gbGameModes->setStyleSheet(".QGroupBox {" |
|
1018 |
"background-color: #130f2c; background-image:url();" |
|
1019 |
"}"); |
|
1020 |
gbBasicSettings->setStyleSheet(".QGroupBox {" |
|
1021 |
"background-color: #130f2c; background-image:url();" |
|
1022 |
"}"); |
|
1023 |
||
1024 |
gbGameModes->setSizePolicy(sp); |
|
1025 |
gbBasicSettings->setSizePolicy(sp); |
|
1026 |
gl->addWidget(gbGameModes,0,0,1,3,Qt::AlignTop); |
|
1027 |
gl->addWidget(gbBasicSettings,0,3,1,3,Qt::AlignTop); |
|
2377 | 1028 |
|
1932 | 1029 |
QGridLayout * glGMLayout = new QGridLayout(gbGameModes); |
1030 |
QGridLayout * glBSLayout = new QGridLayout(gbBasicSettings); |
|
1031 |
gbGameModes->setLayout(glGMLayout); |
|
1032 |
gbBasicSettings->setLayout(glBSLayout); |
|
1033 |
// Left |
|
2377 | 1034 |
|
1932 | 1035 |
TBW_mode_Forts = new ToggleButtonWidget(gbGameModes, ":/res/btnForts.png"); |
1036 |
TBW_mode_Forts->setText(ToggleButtonWidget::tr("Fort Mode")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1037 |
TBW_mode_Forts->setToolTip(tr("Defend your fort and destroy the opponents, two team colours max!")); |
1932 | 1038 |
glGMLayout->addWidget(TBW_mode_Forts,0,0,1,1); |
1885 | 1039 |
|
1932 | 1040 |
TBW_teamsDivide = new ToggleButtonWidget(gbGameModes, ":/res/btnTeamsDivide.png"); |
1041 |
TBW_teamsDivide->setText(ToggleButtonWidget::tr("Divide Teams")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1042 |
TBW_teamsDivide->setToolTip(tr("Teams will start on opposite sides of the terrain, two team colours max!")); |
1932 | 1043 |
glGMLayout->addWidget(TBW_teamsDivide,0,1,1,1); |
1885 | 1044 |
|
1932 | 1045 |
TBW_solid = new ToggleButtonWidget(gbGameModes, ":/res/btnSolid.png"); |
1046 |
TBW_solid->setText(ToggleButtonWidget::tr("Solid Land")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1047 |
TBW_solid->setToolTip(tr("Land can not be destroyed!")); |
1932 | 1048 |
glGMLayout->addWidget(TBW_solid,0,2,1,1); |
1885 | 1049 |
|
1932 | 1050 |
TBW_border = new ToggleButtonWidget(gbGameModes, ":/res/btnBorder.png"); |
1051 |
TBW_border->setText(ToggleButtonWidget::tr("Add Border")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1052 |
TBW_border->setToolTip(tr("Add an indestructable border around the terrain")); |
1932 | 1053 |
glGMLayout->addWidget(TBW_border,0,3,1,1); |
1895 | 1054 |
|
1932 | 1055 |
TBW_lowGravity = new ToggleButtonWidget(gbGameModes, ":/res/btnLowGravity.png"); |
1056 |
TBW_lowGravity->setText(ToggleButtonWidget::tr("Low Gravity")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1057 |
TBW_lowGravity->setToolTip(tr("Lower gravity")); |
1932 | 1058 |
glGMLayout->addWidget(TBW_lowGravity,1,0,1,1); |
1059 |
||
1060 |
TBW_laserSight = new ToggleButtonWidget(gbGameModes, ":/res/btnLaserSight.png"); |
|
1061 |
TBW_laserSight->setText(ToggleButtonWidget::tr("Laser Sight")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1062 |
TBW_laserSight->setToolTip(tr("Assisted aiming with laser sight")); |
1932 | 1063 |
glGMLayout->addWidget(TBW_laserSight,1,1,1,1); |
1895 | 1064 |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1065 |
TBW_invulnerable = new ToggleButtonWidget(gbGameModes, ":/res/btnInvulnerable.png"); |
1932 | 1066 |
TBW_invulnerable->setText(ToggleButtonWidget::tr("Invulnerable")); |
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1067 |
TBW_invulnerable->setToolTip(tr("All hogs have a personal forcefield")); |
1932 | 1068 |
glGMLayout->addWidget(TBW_invulnerable,1,2,1,1); |
1069 |
||
1070 |
TBW_mines = new ToggleButtonWidget(gbGameModes, ":/res/btnMines.png"); |
|
1071 |
TBW_mines->setText(ToggleButtonWidget::tr("Add Mines")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1072 |
TBW_mines->setToolTip(tr("Enable random mines")); |
1932 | 1073 |
glGMLayout->addWidget(TBW_mines,1,3,1,1); |
1895 | 1074 |
|
2017 | 1075 |
TBW_vampiric = new ToggleButtonWidget(gbGameModes, ":/res/btnVampiric.png"); |
1076 |
TBW_vampiric->setText(ToggleButtonWidget::tr("Vampirism")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1077 |
TBW_vampiric->setToolTip(tr("Gain 80% of the damage you do back in health")); |
2017 | 1078 |
glGMLayout->addWidget(TBW_vampiric,2,0,1,1); |
1079 |
||
1080 |
TBW_karma = new ToggleButtonWidget(gbGameModes, ":/res/btnKarma.png"); |
|
1081 |
TBW_karma->setText(ToggleButtonWidget::tr("Karma")); |
|
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1082 |
TBW_karma->setToolTip(tr("Share your opponents pain, share their damage")); |
2017 | 1083 |
glGMLayout->addWidget(TBW_karma,2,1,1,1); |
1084 |
||
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1085 |
TBW_artillery = new ToggleButtonWidget(gbGameModes, ":/res/btnArtillery.png"); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1086 |
TBW_artillery->setText(ToggleButtonWidget::tr("Artillery")); |
2026
21c986c528ba
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo
parents:
2023
diff
changeset
|
1087 |
TBW_artillery->setToolTip(tr("Your hogs are unable to move, put your artillery skills to the test")); |
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1088 |
glGMLayout->addWidget(TBW_artillery,2,2,1,1); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1089 |
|
2703 | 1090 |
TBW_randomorder = new ToggleButtonWidget(gbGameModes, ":/res/btnRandomOrder.png"); |
1091 |
TBW_randomorder->setText(ToggleButtonWidget::tr("Random Order")); |
|
1092 |
TBW_randomorder->setToolTip(tr("Order of play is random instead of in room order.")); |
|
1093 |
glGMLayout->addWidget(TBW_randomorder,2,3,1,1); |
|
1094 |
||
2726 | 1095 |
TBW_king = new ToggleButtonWidget(gbGameModes, ":/res/btnKing.png"); |
1096 |
TBW_king->setText(ToggleButtonWidget::tr("King")); |
|
1097 |
TBW_king->setToolTip(tr("Play with a King. If he dies, your side dies.")); |
|
1098 |
glGMLayout->addWidget(TBW_king,3,0,1,1); |
|
1099 |
||
2762
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1100 |
TBW_placehog = new ToggleButtonWidget(gbGameModes, ":/res/btnPlaceHog.png"); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1101 |
TBW_placehog->setText(ToggleButtonWidget::tr("Place Hedgehogs")); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1102 |
TBW_placehog->setToolTip(tr("Take turns placing your hedgehogs before the start of play.")); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1103 |
glGMLayout->addWidget(TBW_placehog,3,1,1,1); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1104 |
|
1932 | 1105 |
// Right |
1106 |
QLabel * l; |
|
2377 | 1107 |
|
1932 | 1108 |
l = new QLabel(gbBasicSettings); |
1109 |
l->setText(QLabel::tr("Damage Modifier")); |
|
1933 | 1110 |
l->setWordWrap(true); |
1932 | 1111 |
glBSLayout->addWidget(l,0,0,1,1); |
1112 |
l = new QLabel(gbBasicSettings); |
|
1113 |
l->setFixedSize(32,32); |
|
1114 |
l->setPixmap(QPixmap(":/res/iconDamage.png")); |
|
1943 | 1115 |
glBSLayout->addWidget(l,0,1,1,1); |
2377 | 1116 |
|
1932 | 1117 |
SB_DamageModifier = new QSpinBox(gbBasicSettings); |
1895 | 1118 |
SB_DamageModifier->setRange(10, 300); |
1119 |
SB_DamageModifier->setValue(100); |
|
1120 |
SB_DamageModifier->setSingleStep(25); |
|
1943 | 1121 |
glBSLayout->addWidget(SB_DamageModifier,0,2,1,1); |
1932 | 1122 |
|
1123 |
l = new QLabel(gbBasicSettings); |
|
1124 |
l->setText(QLabel::tr("Turn Time")); |
|
1933 | 1125 |
l->setWordWrap(true); |
1932 | 1126 |
glBSLayout->addWidget(l,1,0,1,1); |
1127 |
l = new QLabel(gbBasicSettings); |
|
1128 |
l->setFixedSize(32,32); |
|
1129 |
l->setPixmap(QPixmap(":/res/iconTime.png")); |
|
1943 | 1130 |
glBSLayout->addWidget(l,1,1,1,1); |
2377 | 1131 |
|
1932 | 1132 |
SB_TurnTime = new QSpinBox(gbBasicSettings); |
1885 | 1133 |
SB_TurnTime->setRange(1, 99); |
1134 |
SB_TurnTime->setValue(45); |
|
1135 |
SB_TurnTime->setSingleStep(15); |
|
1943 | 1136 |
glBSLayout->addWidget(SB_TurnTime,1,2,1,1); |
2377 | 1137 |
|
1932 | 1138 |
l = new QLabel(gbBasicSettings); |
1139 |
l->setText(QLabel::tr("Initial Health")); |
|
1933 | 1140 |
l->setWordWrap(true); |
1932 | 1141 |
glBSLayout->addWidget(l,2,0,1,1); |
1142 |
l = new QLabel(gbBasicSettings); |
|
1143 |
l->setFixedSize(32,32); |
|
1144 |
l->setPixmap(QPixmap(":/res/iconHealth.png")); |
|
1943 | 1145 |
glBSLayout->addWidget(l,2,1,1,1); |
2377 | 1146 |
|
1932 | 1147 |
SB_InitHealth = new QSpinBox(gbBasicSettings); |
1885 | 1148 |
SB_InitHealth->setRange(50, 200); |
1149 |
SB_InitHealth->setValue(100); |
|
1150 |
SB_InitHealth->setSingleStep(25); |
|
1943 | 1151 |
glBSLayout->addWidget(SB_InitHealth,2,2,1,1); |
2377 | 1152 |
|
1932 | 1153 |
l = new QLabel(gbBasicSettings); |
1154 |
l->setText(QLabel::tr("Sudden Death Timeout")); |
|
1933 | 1155 |
l->setWordWrap(true); |
1932 | 1156 |
glBSLayout->addWidget(l,3,0,1,1); |
1157 |
l = new QLabel(gbBasicSettings); |
|
1158 |
l->setFixedSize(32,32); |
|
1159 |
l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); |
|
1943 | 1160 |
glBSLayout->addWidget(l,3,1,1,1); |
1932 | 1161 |
|
1162 |
SB_SuddenDeath = new QSpinBox(gbBasicSettings); |
|
1885 | 1163 |
SB_SuddenDeath->setRange(0, 50); |
1164 |
SB_SuddenDeath->setValue(15); |
|
1165 |
SB_SuddenDeath->setSingleStep(3); |
|
1943 | 1166 |
glBSLayout->addWidget(SB_SuddenDeath,3,2,1,1); |
2377 | 1167 |
|
1932 | 1168 |
l = new QLabel(gbBasicSettings); |
1943 | 1169 |
l->setText(QLabel::tr("Crate Drops")); |
1933 | 1170 |
l->setWordWrap(true); |
1932 | 1171 |
glBSLayout->addWidget(l,4,0,1,1); |
1172 |
l = new QLabel(gbBasicSettings); |
|
1173 |
l->setFixedSize(32,32); |
|
1174 |
l->setPixmap(QPixmap(":/res/iconBox.png")); |
|
1943 | 1175 |
glBSLayout->addWidget(l,4,1,1,1); |
1932 | 1176 |
|
1177 |
SB_CaseProb = new FreqSpinBox(gbBasicSettings); |
|
1885 | 1178 |
SB_CaseProb->setRange(0, 9); |
1179 |
SB_CaseProb->setValue(5); |
|
1943 | 1180 |
glBSLayout->addWidget(SB_CaseProb,4,2,1,1); |
1932 | 1181 |
|
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1182 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1183 |
l->setText(QLabel::tr("Mines Time")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1184 |
l->setWordWrap(true); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1185 |
glBSLayout->addWidget(l,5,0,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1186 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1187 |
l->setFixedSize(32,32); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1188 |
l->setPixmap(QPixmap(":/res/iconTime.png")); // TODO: icon |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1189 |
glBSLayout->addWidget(l,5,1,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1190 |
SB_MinesTime = new QSpinBox(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1191 |
SB_MinesTime->setRange(-1, 3); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1192 |
SB_MinesTime->setValue(3); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1193 |
SB_MinesTime->setSingleStep(1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1194 |
SB_MinesTime->setSpecialValueText(tr("Random")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1195 |
SB_MinesTime->setSuffix(" "+ tr("Seconds")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1196 |
glBSLayout->addWidget(SB_MinesTime,5,2,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1197 |
|
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1198 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1199 |
l->setText(QLabel::tr("Mines")); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1200 |
l->setWordWrap(true); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1201 |
glBSLayout->addWidget(l,6,0,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1202 |
l = new QLabel(gbBasicSettings); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1203 |
l->setFixedSize(32,32); |
2036 | 1204 |
l->setPixmap(QPixmap(":/res/iconMine.png")); // TODO: icon |
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1205 |
glBSLayout->addWidget(l,6,1,1,1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1206 |
SB_Mines = new QSpinBox(gbBasicSettings); |
2076
aa3263e57b8f
increase # of mines to 50, limit max depth of drowning damage tag
nemo
parents:
2072
diff
changeset
|
1207 |
SB_Mines->setRange(1, 50); |
2031
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1208 |
SB_Mines->setValue(1); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1209 |
SB_Mines->setSingleStep(5); |
b6f3e56fb100
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo
parents:
2026
diff
changeset
|
1210 |
glBSLayout->addWidget(SB_Mines,6,2,1,1); |
1932 | 1211 |
|
1212 |
l = new QLabel(gbBasicSettings); |
|
1213 |
l->setText(QLabel::tr("Scheme Name:")); |
|
1885 | 1214 |
|
1215 |
LE_name = new QLineEdit(this); |
|
2377 | 1216 |
|
1943 | 1217 |
gl->addWidget(LE_name,14,1,1,5); |
1932 | 1218 |
gl->addWidget(l,14,0,1,1); |
1885 | 1219 |
|
1220 |
mapper = new QDataWidgetMapper(this); |
|
1887 | 1221 |
|
1895 | 1222 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 15, 0, true); |
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1223 |
BtnNew = addButton(tr("New"), pageLayout, 15, 2); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1224 |
BtnDelete = addButton(tr("Delete"), pageLayout, 15, 3); |
1887 | 1225 |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1226 |
selectScheme = new QComboBox(this); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1227 |
pageLayout->addWidget(selectScheme, 15, 1); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1228 |
|
1889 | 1229 |
connect(BtnNew, SIGNAL(clicked()), this, SLOT(newRow())); |
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1230 |
connect(BtnDelete, SIGNAL(clicked()), this, SLOT(deleteRow())); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1231 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), mapper, SLOT(setCurrentIndex(int))); |
1984 | 1232 |
connect(selectScheme, SIGNAL(currentIndexChanged(int)), this, SLOT(schemeSelected(int))); |
1887 | 1233 |
} |
1234 |
||
1235 |
void PageScheme::setModel(QAbstractItemModel * model) |
|
1236 |
{ |
|
1237 |
mapper->setModel(model); |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1238 |
selectScheme->setModel(model); |
2377 | 1239 |
|
1885 | 1240 |
mapper->addMapping(LE_name, 0); |
1932 | 1241 |
mapper->addMapping(TBW_mode_Forts->button(), 1); |
1242 |
mapper->addMapping(TBW_teamsDivide->button(), 2); |
|
1243 |
mapper->addMapping(TBW_solid->button(), 3); |
|
1244 |
mapper->addMapping(TBW_border->button(), 4); |
|
1245 |
mapper->addMapping(TBW_lowGravity->button(), 5); |
|
1246 |
mapper->addMapping(TBW_laserSight->button(), 6); |
|
1247 |
mapper->addMapping(TBW_invulnerable->button(), 7); |
|
1248 |
mapper->addMapping(TBW_mines->button(), 8); |
|
2017 | 1249 |
mapper->addMapping(TBW_vampiric->button(), 9); |
1250 |
mapper->addMapping(TBW_karma->button(), 10); |
|
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1251 |
mapper->addMapping(TBW_artillery->button(), 11); |
2703 | 1252 |
mapper->addMapping(TBW_randomorder->button(), 12); |
2726 | 1253 |
mapper->addMapping(TBW_king->button(), 13); |
2762
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1254 |
mapper->addMapping(TBW_placehog->button(), 14); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1255 |
mapper->addMapping(SB_DamageModifier, 15); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1256 |
mapper->addMapping(SB_TurnTime, 16); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1257 |
mapper->addMapping(SB_InitHealth, 17); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1258 |
mapper->addMapping(SB_SuddenDeath, 18); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1259 |
mapper->addMapping(SB_CaseProb, 19); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1260 |
mapper->addMapping(SB_MinesTime, 20); |
2fbc8d35eb52
Mode to place hogs at start of game. Will probably need a bit more testing.
nemo
parents:
2752
diff
changeset
|
1261 |
mapper->addMapping(SB_Mines, 21); |
1887 | 1262 |
|
1263 |
mapper->toFirst(); |
|
1884 | 1264 |
} |
1889 | 1265 |
|
1266 |
void PageScheme::newRow() |
|
1267 |
{ |
|
1268 |
QAbstractItemModel * model = mapper->model(); |
|
1269 |
model->insertRow(model->rowCount()); |
|
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1270 |
selectScheme->setCurrentIndex(model->rowCount() - 1); |
1889 | 1271 |
} |
1902
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1272 |
|
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1273 |
void PageScheme::deleteRow() |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1274 |
{ |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1275 |
QAbstractItemModel * model = mapper->model(); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1276 |
model->removeRow(selectScheme->currentIndex()); |
aeadb10c2d77
Add delete button and scheme selection combobox to scheme edit page
unc0rr
parents:
1895
diff
changeset
|
1277 |
} |
1905 | 1278 |
|
1984 | 1279 |
void PageScheme::schemeSelected(int n) |
1280 |
{ |
|
2093
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1281 |
gbGameModes->setEnabled(n >= 5); // FIXME: derive number from model |
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1282 |
gbBasicSettings->setEnabled(n >= 5); |
485e084cedc4
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo
parents:
2076
diff
changeset
|
1283 |
LE_name->setEnabled(n >= 5); |
1984 | 1284 |
} |
1285 |
||
1905 | 1286 |
///////////////////////////////////////////////// |
1287 |
||
1288 |
PageAdmin::PageAdmin(QWidget* parent) : |
|
1289 |
AbstractPage(parent) |
|
1290 |
{ |
|
1291 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1292 |
||
1924 | 1293 |
QLabel * lblSM = new QLabel(this); |
1294 |
lblSM->setText(tr("Server message:")); |
|
1295 |
pageLayout->addWidget(lblSM, 0, 0); |
|
1296 |
||
1297 |
leServerMessage = new QLineEdit(this); |
|
1298 |
pageLayout->addWidget(leServerMessage, 0, 1); |
|
1299 |
||
1300 |
pbSetSM = addButton(tr("Set message"), pageLayout, 0, 2); |
|
2155
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1301 |
pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 1, 0); |
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1302 |
|
d897222d3339
Implement ability for server admin to clear accounts cache
unc0rr
parents:
2098
diff
changeset
|
1303 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true); |
1924 | 1304 |
|
1305 |
connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged())); |
|
1905 | 1306 |
} |
1924 | 1307 |
|
1308 |
void PageAdmin::smChanged() |
|
1309 |
{ |
|
1310 |
emit setServerMessage(leServerMessage->text()); |
|
1311 |
} |
|
1312 |
||
1313 |
void PageAdmin::serverMessage(const QString & str) |
|
1314 |
{ |
|
1315 |
leServerMessage->setText(str); |
|
1316 |
} |
|
1950 | 1317 |
|
1318 |
///////////////////////////////////////////////// |
|
1319 |
||
1320 |
PageNetType::PageNetType(QWidget* parent) : AbstractPage(parent) |
|
1321 |
{ |
|
1322 |
QGridLayout * pageLayout = new QGridLayout(this); |
|
1323 |
pageLayout->setRowStretch(0, 10); |
|
1977 | 1324 |
pageLayout->setRowStretch(3, 10); |
1325 |
||
1326 |
pageLayout->setColumnStretch(1, 10); |
|
1327 |
pageLayout->setColumnStretch(2, 20); |
|
1328 |
pageLayout->setColumnStretch(3, 10); |
|
1950 | 1329 |
|
1977 | 1330 |
BtnLAN = addButton(tr("LAN game"), pageLayout, 1, 2); |
1331 |
BtnOfficialServer = addButton(tr("Official server"), pageLayout, 2, 2); |
|
1950 | 1332 |
|
2747 | 1333 |
// hack: temporary deactivated - requires server modifications that aren't backward compatible (yet) |
1334 |
BtnOfficialServer->setEnabled(false); |
|
1335 |
||
1977 | 1336 |
BtnBack = addButton(":/res/Exit.png", pageLayout, 4, 0, true); |
1950 | 1337 |
} |