author | koda |
Fri, 23 Jul 2010 15:08:44 +0200 | |
changeset 3664 | f5bdf26c843e |
parent 3586 | 64ab042084a2 |
child 3710 | 411f5c2b5292 |
permissions | -rw-r--r-- |
579 | 1 |
/* |
1066 | 2 |
* Hedgewars, a free turn based strategy game |
3236
4ab3917d7d44
Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
nemo
parents:
3074
diff
changeset
|
3 |
* Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com> |
579 | 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 "hwconsts.h" |
|
20 |
||
21 |
QString * cProtoVer = new QString("${HEDGEWARS_PROTO_VER}"); |
|
22 |
QString * cDataDir = new QString("${HEDGEWARS_DATADIR}"); |
|
2428 | 23 |
QString * cConfigDir = new QString(""); |
907 | 24 |
QString * cVersionString = new QString("${HEDGEWARS_VERSION}"); |
579 | 25 |
|
26 |
QDir * bindir = new QDir("${HEDGEWARS_BINDIR}"); |
|
27 |
QDir * cfgdir = new QDir(); |
|
28 |
QDir * datadir = new QDir(); |
|
29 |
||
30 |
QStringList * Themes; |
|
1210 | 31 |
QStringList * mapList; |
607 | 32 |
|
2369
c3eb11f1ab3a
Implement probability editor for weapon schemes (engine doesn't support that yet)
unc0rr
parents:
2177
diff
changeset
|
33 |
QString * cDefaultAmmoStore = new QString( |
3586
64ab042084a2
Default ammo set was horribly unbalanced - you want to test portal, play "crazy" :)
nemo
parents:
3476
diff
changeset
|
34 |
"9391929422199121032235111001201000000211110111" |
64ab042084a2
Default ammo set was horribly unbalanced - you want to test portal, play "crazy" :)
nemo
parents:
3476
diff
changeset
|
35 |
"0405040541600655546554464776576666666155510111" |
3476
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
36 |
"0000000000000205500000040007004000000000200000" |
3586
64ab042084a2
Default ammo set was horribly unbalanced - you want to test portal, play "crazy" :)
nemo
parents:
3476
diff
changeset
|
37 |
"1311110312111111123114111111111111111211111111" |
2369
c3eb11f1ab3a
Implement probability editor for weapon schemes (engine doesn't support that yet)
unc0rr
parents:
2177
diff
changeset
|
38 |
); |
2860
13a53315ae18
Awesome patch from TheException - adds editing of weapon delay and crate count. Tiy might want to tweak the crate graphic, could make be smaller or less overlappy.
nemo
parents:
2473
diff
changeset
|
39 |
int cAmmoNumber = cDefaultAmmoStore->size() / 4; |
2369
c3eb11f1ab3a
Implement probability editor for weapon schemes (engine doesn't support that yet)
unc0rr
parents:
2177
diff
changeset
|
40 |
|
1967 | 41 |
QList< QPair<QString, QString> > cDefaultAmmos = |
42 |
QList< QPair<QString, QString> >() |
|
43 |
<< qMakePair(QString("Default"), *cDefaultAmmoStore) |
|
2370 | 44 |
<< qMakePair(QString("Crazy"), QString( |
3476
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
45 |
"9999999999999999992999999999999999299999999999" // TODO: Remove Piano's unlimited uses! |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
46 |
"1111110111111111111111111111111111111111111111" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
47 |
"0000000000000000000000000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
48 |
"1311110312111111123114111111111111111211110101")) |
2370 | 49 |
<< qMakePair(QString("Pro mode"), QString( |
3476
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
50 |
"9090009000000000000009000000000000000000000900" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
51 |
"0000000000000000000000000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
52 |
"0000000000000205500000040007004000000000200000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
53 |
"1111111111111111111111111111111111111111100111")) |
2370 | 54 |
<< qMakePair(QString("Shoppa"), QString( |
3476
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
55 |
"0000009900000000000000000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
56 |
"4444410044244402210112121222422000000002000400" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
57 |
"0000000000000000000000000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
58 |
"1111111111111111111111111111111111111111101111")) |
2370 | 59 |
<< qMakePair(QString("Basketball"),QString( |
3476
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
60 |
"0000009000000900000000000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
61 |
"0000000000000000000000000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
62 |
"0000000000000005500000040007004000000000200000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
63 |
"1111111111111111111111111111111111111111111111")) |
2370 | 64 |
<< qMakePair(QString("Minefield"), QString( |
3476
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
65 |
"0000009900090000000300000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
66 |
"0000000000000000000000000000000000000000000000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
67 |
"0000000000000205500000040007004000000000200000" |
1ec68b8d3bd1
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
nemo
parents:
3387
diff
changeset
|
68 |
"1111111111111111111111111111111111111111111111")) |
1967 | 69 |
; |
616 | 70 |
|
1514 | 71 |
QColor * color1 = new QColor(221, 0, 0); |
72 |
QColor * color2 = new QColor( 67, 118, 233); |
|
73 |
QColor * color3 = new QColor( 62, 147, 33); |
|
74 |
QColor * color4 = new QColor(162, 61, 187); |
|
75 |
QColor * color5 = new QColor(255, 147, 41); |
|
76 |
QColor * color6 = new QColor(115, 115, 115); |
|
654 | 77 |
|
78 |
QString * netHost = new QString(); |
|
79 |
quint16 netPort = 46631; |
|
1415
6fbfee0e113a
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr
parents:
1263
diff
changeset
|
80 |
|
6fbfee0e113a
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr
parents:
1263
diff
changeset
|
81 |
bool haveServer = ${HAVE_NETSERVER}; |
3074 | 82 |
bool isDevBuild = ${HW_DEV}; |