QTfrontend/main.cpp.in
author unc0rr
Thu, 05 Oct 2006 17:02:09 +0000
changeset 184 f97a7a3dc8f6
parent 148 c0355acf07c8
child 187 96c3154efee5
permissions -rw-r--r--
- Update more headers - set svn:eol-style to native
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     1
/*
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     2
 * Hedgewars, a worms-like game
146
458f4f58c1b6 - Fix AI not to damage self hedgehogs
unc0rr
parents: 123
diff changeset
     3
 * Copyright (c) 2005, 2006 Andrey Korotaev <unC0Rr@gmail.com>
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     4
 *
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     5
 * Distributed under the terms of the BSD-modified licence:
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     6
 *
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     7
 * Permission is hereby granted, free of charge, to any person obtaining a copy
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     8
 * of this software and associated documentation files (the "Software"), to deal
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
     9
 * with the Software without restriction, including without limitation the
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    10
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    11
 * sell copies of the Software, and to permit persons to whom the Software is
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    12
 * furnished to do so, subject to the following conditions:
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    13
 *
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    14
 * 1. Redistributions of source code must retain the above copyright notice,
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    15
 *    this list of conditions and the following disclaimer.
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    16
 * 2. Redistributions in binary form must reproduce the above copyright notice,
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    17
 *    this list of conditions and the following disclaimer in the documentation
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    18
 *    and/or other materials provided with the distribution.
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    19
 * 3. The name of the author may not be used to endorse or promote products
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    20
 *    derived from this software without specific prior written permission.
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    21
 *
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    22
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    23
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    24
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    25
 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    26
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    27
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    28
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    29
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    30
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    31
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    32
 */
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    33
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    34
#include <QApplication>
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    35
#include <QTranslator>
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    36
#include <QLocale>
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    37
#include <QMessageBox>
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    38
#include <QFileInfo>
146
458f4f58c1b6 - Fix AI not to damage self hedgehogs
unc0rr
parents: 123
diff changeset
    39
#include <QDateTime>
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    40
#include "hwform.h"
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    41
#include "hwconsts.h"
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    42
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    43
QDir * bindir;
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    44
QDir * cfgdir;
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    45
QDir * datadir;
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    46
148
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    47
bool checkForDir(const QString & dir)
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    48
{
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    49
	QDir tmpdir;
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    50
	if (!tmpdir.exists(dir))
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    51
		if (!tmpdir.mkdir(dir))
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    52
		{
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    53
			QMessageBox::critical(0,
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    54
					QObject::tr("Error"),
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    55
					QObject::tr("Cannot create directory %1").arg(dir),
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    56
					QObject::tr("OK"));
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    57
			return false;
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    58
		}
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    59
	return true;
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    60
}
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    61
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    62
int main(int argc, char *argv[])
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    63
{
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    64
	QApplication app(argc, argv);
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    65
146
458f4f58c1b6 - Fix AI not to damage self hedgehogs
unc0rr
parents: 123
diff changeset
    66
	QDateTime now = QDateTime::currentDateTime();
458f4f58c1b6 - Fix AI not to damage self hedgehogs
unc0rr
parents: 123
diff changeset
    67
	QDateTime zero;
458f4f58c1b6 - Fix AI not to damage self hedgehogs
unc0rr
parents: 123
diff changeset
    68
	srand(now.secsTo(zero));
458f4f58c1b6 - Fix AI not to damage self hedgehogs
unc0rr
parents: 123
diff changeset
    69
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    70
	Q_INIT_RESOURCE(hedgewars);
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    71
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    72
	QTranslator Translator;
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    73
	Translator.load(":/translations/hedgewars_" + QLocale::system().name());
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    74
	app.installTranslator(&Translator);
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    75
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    76
	QDir mydir("${HEDGEWARS_BINDIR}");
123
6987769ced3d Various small fixes
unc0rr
parents: 119
diff changeset
    77
	mydir.cd("bin");
148
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    78
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    79
	bindir = new QDir(mydir);
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    80
	cfgdir = new QDir();
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    81
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    82
	cfgdir->setPath(cfgdir->homePath());
148
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    83
	if (checkForDir(cfgdir->absolutePath() + "/.hedgewars"))
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    84
	{
148
c0355acf07c8 Don't save demos in 'bin' dir
unc0rr
parents: 146
diff changeset
    85
		checkForDir(cfgdir->absolutePath() + "/.hedgewars/Demos");
119
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    86
	}
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    87
	cfgdir->cd(".hedgewars");
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    88
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    89
	datadir = new QDir(mydir);
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    90
	datadir->cd("../share/hedgewars/Data");
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    91
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    92
	HWForm *Form = new HWForm();
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    93
	Form->show();
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    94
	return app.exec();
665c07365cb6 Fix prefix issues
unc0rr
parents:
diff changeset
    95
}