author | unc0rr |
Sat, 08 Dec 2012 22:43:03 +0400 | |
branch | flibqtfrontend |
changeset 8276 | d4e113e745a9 |
parent 8208 | 171da01bd04d |
child 8363 | 0b4ac686fc44 |
permissions | -rw-r--r-- |
583 | 1 |
/* |
1066 | 2 |
* Hedgewars, a free turn based strategy game |
6952 | 3 |
* Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com> |
583 | 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 |
||
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
19 |
#if !defined(TARGET_OS_IPHONE) |
583 | 20 |
#include <QString> |
21 |
#include <QDir> |
|
22 |
#include <QStringList> |
|
1967 | 23 |
#include <QPair> |
583 | 24 |
|
5289
9d18b61bd3eb
- Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents:
5201
diff
changeset
|
25 |
|
583 | 26 |
extern QString * cProtoVer; |
907 | 27 |
extern QString * cVersionString; |
583 | 28 |
extern QString * cDataDir; |
2428 | 29 |
extern QString * cConfigDir; |
583 | 30 |
|
31 |
extern QDir * bindir; |
|
32 |
extern QDir * cfgdir; |
|
33 |
extern QDir * datadir; |
|
34 |
||
3932 | 35 |
extern bool custom_config; |
36 |
extern bool custom_data; |
|
37 |
||
3865 | 38 |
extern int cMaxTeams; |
4973
53411a26df7e
Add server version (which is separate from protocol version) and a check in frontend for a new enough server (currently only qWarning)
unc0rr
parents:
4513
diff
changeset
|
39 |
extern int cMinServerVersion; |
3865 | 40 |
|
7130 | 41 |
class QStandardItemModel; |
5289
9d18b61bd3eb
- Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents:
5201
diff
changeset
|
42 |
|
607 | 43 |
extern QString * cDefaultAmmoStore; |
2369
c3eb11f1ab3a
Implement probability editor for weapon schemes (engine doesn't support that yet)
unc0rr
parents:
1967
diff
changeset
|
44 |
extern int cAmmoNumber; |
1967 | 45 |
extern QList< QPair<QString, QString> > cDefaultAmmos; |
616 | 46 |
|
8133 | 47 |
extern quint32 colors[]; |
654 | 48 |
|
49 |
extern QString * netHost; |
|
50 |
extern quint16 netPort; |
|
1415
6fbfee0e113a
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr
parents:
1210
diff
changeset
|
51 |
|
6fbfee0e113a
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr
parents:
1210
diff
changeset
|
52 |
extern bool haveServer; |
3074 | 53 |
extern bool isDevBuild; |
6579 | 54 |
|
55 |
//Current season, SEASON_NONE by default |
|
56 |
extern int season; |
|
57 |
//On the day of hedgewars birthday (Oct 31st) this variable is assigned |
|
58 |
//with number of years past 2004 (foundation of hedgewars) |
|
59 |
//Could be used to implement a text/graphic like "This is the xxth birthday of hedgewars" or similar |
|
60 |
extern int years_since_foundation; |
|
61 |
||
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
62 |
#endif |
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
63 |
|
6015
daffc14a518a
cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
sheepluva
parents:
5771
diff
changeset
|
64 |
#define HEDGEHOGS_PER_TEAM 8 |
daffc14a518a
cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
sheepluva
parents:
5771
diff
changeset
|
65 |
|
8276 | 66 |
//#define AMMOLINE_DEFAULT_QT "9391929422199121032235111001201000000211110101011111101" |
67 |
//#define AMMOLINE_DEFAULT_PROB "0405040541600655546554464776576666666155510101115411101" |
|
68 |
//#define AMMOLINE_DEFAULT_DELAY "0000000000000205500000040007004000000000220000000600000" |
|
69 |
//#define AMMOLINE_DEFAULT_CRATE "1311110312111111123114111111111111111211111101111111101" |
|
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
70 |
|
8161 | 71 |
#define AMMOLINE_CRAZY_QT "9999999999999999992999999999999999299999999909999992909" |
72 |
#define AMMOLINE_CRAZY_PROB "1111110111111111111111111111111111111111111101111111101" |
|
73 |
#define AMMOLINE_CRAZY_DELAY "0000000000000000000000000000000000000000000000000000000" |
|
74 |
#define AMMOLINE_CRAZY_CRATE "1311110312111111123114111111111111111211110101111111101" |
|
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
75 |
|
8161 | 76 |
#define AMMOLINE_PROMODE_QT "9090009000000000000009000000000000000000000000000000000" |
77 |
#define AMMOLINE_PROMODE_PROB "0000000000000000000000000000000000000000000000000000000" |
|
78 |
#define AMMOLINE_PROMODE_DELAY "0000000000000205500000040007004000000000200000000000002" |
|
79 |
#define AMMOLINE_PROMODE_CRATE "1111111111111111111111111111111111111111100101111111101" |
|
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
80 |
|
8161 | 81 |
#define AMMOLINE_SHOPPA_QT "0000009900000000000000000000000000000000000000000000000" |
82 |
#define AMMOLINE_SHOPPA_PROB "4444410044244402210112121222422000000002000400010011001" |
|
83 |
#define AMMOLINE_SHOPPA_DELAY "0000000000000000000000000000000000000000000000000000000" |
|
84 |
#define AMMOLINE_SHOPPA_CRATE "1111111111111111111111111111111111111111101101111111001" |
|
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
85 |
|
8161 | 86 |
#define AMMOLINE_CLEAN_QT "1010009000010000011000000000000000000000000000001000000" |
87 |
#define AMMOLINE_CLEAN_PROB "0405040541600655546554464776576666666155510101115411101" |
|
88 |
#define AMMOLINE_CLEAN_DELAY "0000000000000000000000000000000000000000000000000000000" |
|
89 |
#define AMMOLINE_CLEAN_CRATE "1311110312111111123114111111111111111211111101111111101" |
|
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
90 |
|
8161 | 91 |
#define AMMOLINE_MINES_QT "0000009900090000000300000000000000000000000000000000000" |
92 |
#define AMMOLINE_MINES_PROB "0000000000000000000000000000000000000000000000000000000" |
|
93 |
#define AMMOLINE_MINES_DELAY "0000000000000205500000040007004000000000200000000600000" |
|
94 |
#define AMMOLINE_MINES_CRATE "1111111111111111111111111111111111111111111101111111101" |
|
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
95 |
|
8161 | 96 |
#define AMMOLINE_PORTALS_QT "9000009002000000002100000000000000110000090000000000000" |
97 |
#define AMMOLINE_PORTALS_PROB "0405040541600655546554464776576666666155510101115411101" |
|
98 |
#define AMMOLINE_PORTALS_DELAY "0000000000000205500000040007004000000000200000000600000" |
|
99 |
#define AMMOLINE_PORTALS_CRATE "1311110312111111123114111111111111111211111101111111101" |
|
5200
7440fe992e73
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda
parents:
4976
diff
changeset
|
100 |
|
6579 | 101 |
//Different seasons; assigned to season (int) |
102 |
#define SEASON_NONE 0 |
|
103 |
#define SEASON_CHRISTMAS 2 |
|
104 |
#define SEASON_HWBDAY 4 |
|
105 |
#define SEASON_EASTER 8 |
|
5201 | 106 |
|
107 |
#define NETGAME_DEFAULT_PORT 46631 |