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