equal
deleted
inserted
replaced
14 * You should have received a copy of the GNU General Public License |
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 |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
17 */ |
17 */ |
18 |
18 |
19 #if !defined(TARGET_OS_IPHONE) |
19 #if !(TARGET_OS_IPHONE) |
20 #include <QString> |
20 #include <QString> |
21 #include <QDir> |
21 #include <QDir> |
22 #include <QStringList> |
22 #include <QStringList> |
23 #include <QPair> |
23 #include <QPair> |
24 |
24 |
65 //Different seasons; assigned to season (int) |
65 //Different seasons; assigned to season (int) |
66 #define SEASON_NONE 0 |
66 #define SEASON_NONE 0 |
67 #define SEASON_CHRISTMAS 2 |
67 #define SEASON_CHRISTMAS 2 |
68 #define SEASON_HWBDAY 4 |
68 #define SEASON_HWBDAY 4 |
69 #define SEASON_EASTER 8 |
69 #define SEASON_EASTER 8 |
|
70 #define SEASON_APRIL1 16 |
70 |
71 |
71 #define NETGAME_DEFAULT_SERVER "netserver.hedgewars.org" |
72 #define NETGAME_DEFAULT_SERVER "netserver.hedgewars.org" |
72 #define NETGAME_DEFAULT_PORT 46631 |
73 #define NETGAME_DEFAULT_PORT 46631 |
73 #define HEDGEHOGS_PER_TEAM 8 |
74 #define HEDGEHOGS_PER_TEAM 8 |
74 |
75 |