QTfrontend/game.cpp
author vitiv <nikita.utiu@gmail.com>
Mon, 31 Dec 2012 12:12:23 +0200
changeset 8350 14b938faec69
parent 8345 9d9b498cfb03
parent 8346 3443e0de2c9d
child 8354 c25bee85d6f8
permissions -rw-r--r--
merged changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     1
/*
1066
1f1b3686a2b0 Update copyright headers a bit
unc0rr
parents: 949
diff changeset
     2
 * Hedgewars, a free turn based strategy game
6952
7f70f37bbf08 license header year range adjustments
sheepluva
parents: 6937
diff changeset
     3
 * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     4
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     8
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    12
 * GNU General Public License for more details.
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    13
 *
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    14
 * You should have received a copy of the GNU General Public License
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    15
 * along with this program; if not, write to the Free Software
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    17
 */
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    18
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    19
#include <QString>
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    20
#include <QByteArray>
788
00720357601f - Get rid of PageSimpleGame, now pressing 'quick game' just starts round
unc0rr
parents: 759
diff changeset
    21
#include <QUuid>
5201
7b9aa7aac336 * moved colours and default port from .cpp.in to .h
koda
parents: 5140
diff changeset
    22
#include <QColor>
5289
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5213
diff changeset
    23
#include <QStringListModel>
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
    24
#include <QTextStream>
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    25
8345
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    26
#include "hwform.h"
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
    27
#include "ui/page/pageoptions.h"
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    28
#include "game.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    29
#include "hwconsts.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    30
#include "gameuiconfig.h"
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    31
#include "gamecfgwidget.h"
339
7535ab6c3820 Run game message added, team and config info provided for net game
displacer
parents: 324
diff changeset
    32
#include "teamselect.h"
239
f9adf3c73bed 'Proto' class to make things easier
unc0rr
parents: 228
diff changeset
    33
#include "proto.h"
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    34
#include "binds.h"
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
    35
#include "campaign.h"
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    36
706
9e973b057a52 missing header fix
displacer
parents: 686
diff changeset
    37
#include <QTextStream>
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
    38
#include "ThemeModel.h"
706
9e973b057a52 missing header fix
displacer
parents: 686
diff changeset
    39
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
    40
QString training, campaign, campaignScript, campaignTeam; // TODO: Cleaner solution?
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2443
diff changeset
    41
681
7a20c50988ec working weapons select
displacer
parents: 673
diff changeset
    42
HWGame::HWGame(GameUIConfig * config, GameCFGWidget * gamecfg, QString ammo, TeamSelWidget* pTeamSelWidget) :
8070
66bc20d089fc Okay, remove previous request only if it has same parent
unc0rr
parents: 8069
diff changeset
    43
    TCPBase(true, 0),
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
    44
    ammostr(ammo),
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
    45
    m_pTeamSelWidget(pTeamSelWidget)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    46
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    47
    this->config = config;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    48
    this->gamecfg = gamecfg;
4430
cacda05a053e Try suppressing those annoying "incorrect state" messages without actually breaking net play. Alter prior checks on GoBack. NEEDS TESTING.
nemo
parents: 4428
diff changeset
    49
    netSuspend = false;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    50
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    51
419
fdeed9718e6b virtual destructors for tcpBase derived classes, readarray clear removed as unneeded
displacer
parents: 406
diff changeset
    52
HWGame::~HWGame()
fdeed9718e6b virtual destructors for tcpBase derived classes, readarray clear removed as unneeded
displacer
parents: 406
diff changeset
    53
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    54
    SetGameState(gsDestroyed);
419
fdeed9718e6b virtual destructors for tcpBase derived classes, readarray clear removed as unneeded
displacer
parents: 406
diff changeset
    55
}
fdeed9718e6b virtual destructors for tcpBase derived classes, readarray clear removed as unneeded
displacer
parents: 406
diff changeset
    56
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    57
void HWGame::onClientDisconnect()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    58
{
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
    59
    switch (gameType)
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
    60
    {
5865
35387d27f73a Save demo when loaded from save game finishes
unc0rr
parents: 5781
diff changeset
    61
        case gtDemo:
7180
53ffc8853008 here it is
Stepan777 <stepik-777@mail.ru>
parents: 7130
diff changeset
    62
            // for video recording we need demo anyway 
53ffc8853008 here it is
Stepan777 <stepik-777@mail.ru>
parents: 7130
diff changeset
    63
            emit HaveRecord(rtNeither, demo);
5781
1fa54e5ea479 Don't refuse to create save file when a game loaded from save interrupts
unc0rr
parents: 5772
diff changeset
    64
            break;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    65
        case gtNet:
7180
53ffc8853008 here it is
Stepan777 <stepik-777@mail.ru>
parents: 7130
diff changeset
    66
            emit HaveRecord(rtDemo, demo);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    67
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    68
        default:
7180
53ffc8853008 here it is
Stepan777 <stepik-777@mail.ru>
parents: 7130
diff changeset
    69
            if (gameState == gsInterrupted || gameState == gsHalted)
53ffc8853008 here it is
Stepan777 <stepik-777@mail.ru>
parents: 7130
diff changeset
    70
                emit HaveRecord(rtSave, demo);
53ffc8853008 here it is
Stepan777 <stepik-777@mail.ru>
parents: 7130
diff changeset
    71
            else if (gameState == gsFinished)
53ffc8853008 here it is
Stepan777 <stepik-777@mail.ru>
parents: 7130
diff changeset
    72
                emit HaveRecord(rtDemo, demo);
7280
fd707afbc3a2 pagevideos is now much better that before:
Stepan777 <stepik-777@mail.ru>
parents: 7278
diff changeset
    73
            else
fd707afbc3a2 pagevideos is now much better that before:
Stepan777 <stepik-777@mail.ru>
parents: 7278
diff changeset
    74
                emit HaveRecord(rtNeither, demo);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    75
    }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    76
    SetGameState(gsStopped);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    77
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    78
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    79
void HWGame::addKeyBindings(QByteArray * buf)
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    80
{
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    81
    for(int i = 0; i < BINDS_NUMBER; i++)
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    82
    {
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    83
        QString value = config->value(QString("Binds/%1").arg(cbinds[i].action), cbinds[i].strbind).toString();
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    84
        if (value.isEmpty() || value == "default") continue;
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    85
        
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    86
        QString bind = QString("edbind " + value + " " + cbinds[i].action);
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    87
        HWProto::addStringToBuffer(*buf, bind);
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    88
    }
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    89
}
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
    90
253
e7b3687fcb2c fixed: choose map for simple game is working now
displacer
parents: 249
diff changeset
    91
void HWGame::commonConfig()
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
    92
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    93
    QByteArray buf;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    94
    QString gt;
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
    95
    switch (gameType)
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
    96
    {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    97
        case gtDemo:
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    98
            gt = "TD";
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
    99
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   100
        case gtNet:
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   101
            gt = "TN";
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   102
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   103
        default:
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   104
            gt = "TL";
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   105
    }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   106
    HWProto::addStringToBuffer(buf, gt);
788
00720357601f - Get rid of PageSimpleGame, now pressing 'quick game' just starts round
unc0rr
parents: 759
diff changeset
   107
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   108
    addKeyBindings(&buf);
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   109
4494
9585435e20f7 Pass hardcoded drawn map from frontend into engine \o/
unc0rr
parents: 4430
diff changeset
   110
    buf += gamecfg->getFullConfig();
341
184230eb4151 - Store more team specific values in HWTeam
unc0rr
parents: 339
diff changeset
   111
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   112
    if (m_pTeamSelWidget)
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   113
    {
5772
c09c50efe8b5 Replace iterators with simple declarative foreach (not tested if it works)
unc0rr
parents: 5289
diff changeset
   114
        foreach(HWTeam team, m_pTeamSelWidget->getPlayingTeams())
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   115
        {
3346
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   116
            HWProto::addStringToBuffer(buf, QString("eammloadt %1").arg(ammostr.mid(0, cAmmoNumber)));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   117
            HWProto::addStringToBuffer(buf, QString("eammprob %1").arg(ammostr.mid(cAmmoNumber, cAmmoNumber)));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   118
            HWProto::addStringToBuffer(buf, QString("eammdelay %1").arg(ammostr.mid(2 * cAmmoNumber, cAmmoNumber)));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   119
            HWProto::addStringToBuffer(buf, QString("eammreinf %1").arg(ammostr.mid(3 * cAmmoNumber, cAmmoNumber)));
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   120
            if(gamecfg->schemeData(15).toBool() || !gamecfg->schemeData(21).toBool()) HWProto::addStringToBuffer(buf, QString("eammstore"));
3943
9835060e5c01 Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
nemo
parents: 3919
diff changeset
   121
            HWProto::addStringListToBuffer(buf,
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   122
                                           team.teamGameConfig(gamecfg->getInitHealth(), config));
5140
932307228d05 Change a few iterations over list to what is apparently a modification safe syntax, may fix issue #208 and #217 - needs testing of course.
nemo
parents: 4976
diff changeset
   123
            ;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   124
        }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   125
    }
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   126
    
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   127
    RawSendIPC(buf);
253
e7b3687fcb2c fixed: choose map for simple game is working now
displacer
parents: 249
diff changeset
   128
}
e7b3687fcb2c fixed: choose map for simple game is working now
displacer
parents: 249
diff changeset
   129
e7b3687fcb2c fixed: choose map for simple game is working now
displacer
parents: 249
diff changeset
   130
void HWGame::SendConfig()
e7b3687fcb2c fixed: choose map for simple game is working now
displacer
parents: 249
diff changeset
   131
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   132
    commonConfig();
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   133
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   134
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   135
void HWGame::SendQuickConfig()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   136
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   137
    QByteArray teamscfg;
6937
7f77fa908a4e messing with the theme model a bit (gets now auto-updated after DLC download too)
sheepluva
parents: 6700
diff changeset
   138
    ThemeModel * themeModel = DataManager::instance().themeModel();
239
f9adf3c73bed 'Proto' class to make things easier
unc0rr
parents: 228
diff changeset
   139
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   140
    addKeyBindings(&teamscfg);
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   141
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   142
    HWProto::addStringToBuffer(teamscfg, "TL");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   143
    HWProto::addStringToBuffer(teamscfg, QString("etheme %1")
6937
7f77fa908a4e messing with the theme model a bit (gets now auto-updated after DLC download too)
sheepluva
parents: 6700
diff changeset
   144
                               .arg((themeModel->rowCount() > 0) ? themeModel->index(rand() % themeModel->rowCount()).data().toString() : "steel"));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   145
    HWProto::addStringToBuffer(teamscfg, "eseed " + QUuid::createUuid().toString());
788
00720357601f - Get rid of PageSimpleGame, now pressing 'quick game' just starts round
unc0rr
parents: 759
diff changeset
   146
7713
3833741d8752 Always run simple game on medium maps
unc0rr
parents: 7665
diff changeset
   147
    HWProto::addStringToBuffer(teamscfg, "e$template_filter 2");
3833741d8752 Always run simple game on medium maps
unc0rr
parents: 7665
diff changeset
   148
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: 5865
diff changeset
   149
    HWTeam team1;
daffc14a518a cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
sheepluva
parents: 5865
diff changeset
   150
    team1.setDifficulty(0);
7130
fcab1fd02bc6 - Allow switching colors with mouse wheel
unc0rr
parents: 7090
diff changeset
   151
    team1.setColor(0);
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: 5865
diff changeset
   152
    team1.setNumHedgehogs(4);
6024
d38da7c19e43 some more cleanups and refactoring.
sheepluva
parents: 6015
diff changeset
   153
    HWNamegen::teamRandomNames(team1,true);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   154
    HWProto::addStringListToBuffer(teamscfg,
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   155
                                   team1.teamGameConfig(100, config));
1907
a104432e8301 Random team generator rework by ttsmj
unc0rr
parents: 1904
diff changeset
   156
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: 5865
diff changeset
   157
    HWTeam team2;
daffc14a518a cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
sheepluva
parents: 5865
diff changeset
   158
    team2.setDifficulty(4);
7130
fcab1fd02bc6 - Allow switching colors with mouse wheel
unc0rr
parents: 7090
diff changeset
   159
    team2.setColor(1);
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: 5865
diff changeset
   160
    team2.setNumHedgehogs(4);
daffc14a518a cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
sheepluva
parents: 5865
diff changeset
   161
    do
6024
d38da7c19e43 some more cleanups and refactoring.
sheepluva
parents: 6015
diff changeset
   162
        HWNamegen::teamRandomNames(team2,true);
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: 5865
diff changeset
   163
    while(!team2.name().compare(team1.name()) || !team2.hedgehog(0).Hat.compare(team1.hedgehog(0).Hat));
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   164
    HWProto::addStringListToBuffer(teamscfg,
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   165
                                   team2.teamGameConfig(100, config));
607
26a91a9f5514 Now trainings can have custom ammostore
unc0rr
parents: 604
diff changeset
   166
3346
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   167
    HWProto::addStringToBuffer(teamscfg, QString("eammloadt %1").arg(cDefaultAmmoStore->mid(0, cAmmoNumber)));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   168
    HWProto::addStringToBuffer(teamscfg, QString("eammprob %1").arg(cDefaultAmmoStore->mid(cAmmoNumber, cAmmoNumber)));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   169
    HWProto::addStringToBuffer(teamscfg, QString("eammdelay %1").arg(cDefaultAmmoStore->mid(2 * cAmmoNumber, cAmmoNumber)));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   170
    HWProto::addStringToBuffer(teamscfg, QString("eammreinf %1").arg(cDefaultAmmoStore->mid(3 * cAmmoNumber, cAmmoNumber)));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   171
    HWProto::addStringToBuffer(teamscfg, QString("eammstore"));
967fd96f7373 Engine/Frontend:
smxx
parents: 3344
diff changeset
   172
    HWProto::addStringToBuffer(teamscfg, QString("eammstore"));
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   173
    
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   174
    RawSendIPC(teamscfg);
341
184230eb4151 - Store more team specific values in HWTeam
unc0rr
parents: 339
diff changeset
   175
}
184230eb4151 - Store more team specific values in HWTeam
unc0rr
parents: 339
diff changeset
   176
588
b2e61fc49e5d Better stub for Training mode
unc0rr
parents: 587
diff changeset
   177
void HWGame::SendTrainingConfig()
b2e61fc49e5d Better stub for Training mode
unc0rr
parents: 587
diff changeset
   178
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   179
    QByteArray traincfg;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   180
    HWProto::addStringToBuffer(traincfg, "TL");
7090
63d09a846444 Provide training/campaign with a random seed to ignore/use.
nemo
parents: 6952
diff changeset
   181
    HWProto::addStringToBuffer(traincfg, "eseed " + QUuid::createUuid().toString());
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   182
    HWProto::addStringToBuffer(traincfg, "escript " + training);
593
1f5e66379a43 Triggers proof-of-concept
unc0rr
parents: 588
diff changeset
   183
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   184
    addKeyBindings(&traincfg);
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   185
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   186
    RawSendIPC(traincfg);
588
b2e61fc49e5d Better stub for Training mode
unc0rr
parents: 587
diff changeset
   187
}
b2e61fc49e5d Better stub for Training mode
unc0rr
parents: 587
diff changeset
   188
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   189
void HWGame::SendCampaignConfig()
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   190
{
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   191
    QByteArray campaigncfg;
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   192
    HWProto::addStringToBuffer(campaigncfg, "TL");
7090
63d09a846444 Provide training/campaign with a random seed to ignore/use.
nemo
parents: 6952
diff changeset
   193
    HWProto::addStringToBuffer(campaigncfg, "eseed " + QUuid::createUuid().toString());
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   194
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   195
    HWProto::addStringToBuffer(campaigncfg, "escript " + campaignScript);
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   196
8346
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   197
    addKeyBindings(&campaigncfg);
3443e0de2c9d GCI2012: Advanced Keyboard Configuration
dag10
parents: 8325
diff changeset
   198
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   199
    RawSendIPC(campaigncfg);
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   200
}
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   201
341
184230eb4151 - Store more team specific values in HWTeam
unc0rr
parents: 339
diff changeset
   202
void HWGame::SendNetConfig()
184230eb4151 - Store more team specific values in HWTeam
unc0rr
parents: 339
diff changeset
   203
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   204
    commonConfig();
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   205
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   206
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   207
void HWGame::ParseMessage(const QByteArray & msg)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   208
{
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   209
    switch(msg.at(1))
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   210
    {
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   211
        case '?':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   212
        {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   213
            SendIPC("!");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   214
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   215
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   216
        case 'C':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   217
        {
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   218
            switch (gameType)
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   219
            {
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   220
                case gtLocal:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   221
                {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   222
                    SendConfig();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   223
                    break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   224
                }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   225
                case gtQLocal:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   226
                {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   227
                    SendQuickConfig();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   228
                    break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   229
                }
5865
35387d27f73a Save demo when loaded from save game finishes
unc0rr
parents: 5781
diff changeset
   230
                case gtSave:
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   231
                case gtDemo:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   232
                    break;
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   233
                case gtNet:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   234
                {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   235
                    SendNetConfig();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   236
                    break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   237
                }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   238
                case gtTraining:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   239
                {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   240
                    SendTrainingConfig();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   241
                    break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   242
                }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   243
                case gtCampaign:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   244
                {
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   245
                    SendCampaignConfig();
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   246
                    break;
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   247
                }
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   248
            }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   249
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   250
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   251
        case 'E':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   252
        {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   253
            int size = msg.size();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   254
            emit ErrorMessage(QString("Last two engine messages:\n") + QString().append(msg.mid(2)).left(size - 4));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   255
            return;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   256
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   257
        case 'i':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   258
        {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   259
            emit GameStats(msg.at(2), QString::fromUtf8(msg.mid(3)));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   260
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   261
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   262
        case 'Q':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   263
        {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   264
            SetGameState(gsInterrupted);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   265
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   266
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   267
        case 'q':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   268
        {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   269
            SetGameState(gsFinished);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   270
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   271
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   272
        case 'H':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   273
        {
4746
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4494
diff changeset
   274
            SetGameState(gsHalted);
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4494
diff changeset
   275
            break;
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4494
diff changeset
   276
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   277
        case 's':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   278
        {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   279
            int size = msg.size();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   280
            QString msgbody = QString::fromUtf8(msg.mid(2).left(size - 4));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   281
            emit SendChat(msgbody);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   282
            QByteArray buf;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   283
            HWProto::addStringToBuffer(buf, "s" + HWProto::formatChatMsg(config->netNick(), msgbody) + "\x20\x20");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   284
            demo.append(buf);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   285
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   286
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   287
        case 'b':
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   288
        {
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   289
            int size = msg.size();
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   290
            QString msgbody = QString::fromUtf8(msg.mid(2).left(size - 4));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   291
            emit SendTeamMessage(msgbody);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   292
            break;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   293
        }
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   294
        case 'V':
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   295
        {
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   296
            if (msg.at(2) == '?')
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   297
                sendCampaignVar(msg.right(msg.size() - 3));
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   298
            else if (msg.at(2) == '!')
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   299
                writeCampaignVar(msg.right(msg.size() - 3));
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   300
            break;
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   301
        }
8345
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   302
        case 'W':
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   303
        {
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   304
            // fetch new window resolution via IPC and save it in the settings
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   305
            int size = msg.size();
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   306
            QString newResolution = QString().append(msg.mid(2)).left(size - 4);
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   307
            QStringList wh = newResolution.split('x');
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   308
            config->Form->ui.pageOptions->windowWidthEdit->setText(wh[0]);
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   309
            config->Form->ui.pageOptions->windowHeightEdit->setText(wh[1]);
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   310
            break;
9d9b498cfb03 Preserve windowed resolution after manual resize
vitiv <nikita.utiu@gmail.com>
parents: 8325
diff changeset
   311
        }
6616
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   312
        default:
f77bb02b669f astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
nemo
parents: 6217
diff changeset
   313
        {
4430
cacda05a053e Try suppressing those annoying "incorrect state" messages without actually breaking net play. Alter prior checks on GoBack. NEEDS TESTING.
nemo
parents: 4428
diff changeset
   314
            if (gameType == gtNet && !netSuspend)
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   315
            {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   316
                emit SendNet(msg);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   317
            }
7152
f49254ddfc67 Removed dead/deprecated code and comments
Medo <smaxein@googlemail.com>
parents: 7130
diff changeset
   318
            demo.append(msg);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   319
        }
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   320
    }
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   321
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   322
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   323
void HWGame::FromNet(const QByteArray & msg)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   324
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   325
    RawSendIPC(msg);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   326
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   327
1356
77ab8735401d Share chat between frontend and engine
unc0rr
parents: 1277
diff changeset
   328
void HWGame::FromNetChat(const QString & msg)
77ab8735401d Share chat between frontend and engine
unc0rr
parents: 1277
diff changeset
   329
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   330
    QByteArray buf;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   331
    HWProto::addStringToBuffer(buf, 's' + msg + "\x20\x20");
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   332
    RawSendIPC(buf);
1356
77ab8735401d Share chat between frontend and engine
unc0rr
parents: 1277
diff changeset
   333
}
77ab8735401d Share chat between frontend and engine
unc0rr
parents: 1277
diff changeset
   334
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   335
void HWGame::onClientRead()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   336
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   337
    quint8 msglen;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   338
    quint32 bufsize;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   339
    while (!readbuffer.isEmpty() && ((bufsize = readbuffer.size()) > 0) &&
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   340
            ((msglen = readbuffer.data()[0]) < bufsize))
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   341
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   342
        QByteArray msg = readbuffer.left(msglen + 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   343
        readbuffer.remove(0, msglen + 1);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   344
        ParseMessage(msg);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   345
    }
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   346
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   347
5213
a86768368309 make the associate button use the user's settings for loading demos/saves
nemo
parents: 5201
diff changeset
   348
QStringList HWGame::getArguments()
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   349
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   350
    QStringList arguments;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   351
    QRect resolution = config->vid_Resolution();
8325
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   352
    QString nick = config->netNick().toUtf8().toBase64();
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   353
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   354
    arguments << "--internal"; //Must be passed as first argument
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   355
    arguments << "--port";
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   356
    arguments << QString("%1").arg(ipc_port);
8325
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   357
    arguments << "--prefix";
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   358
    arguments << datadir->absolutePath();
8325
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   359
    arguments << "--user-prefix";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   360
    arguments << cfgdir->absolutePath();
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   361
    arguments << "--locale";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   362
    arguments << tr("en.txt");
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   363
    arguments << "--frame-interval";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   364
    arguments << QString::number(config->timerInterval());
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   365
    arguments << "--volume";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   366
    arguments << QString::number(config->volume());
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   367
    arguments << "--width";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   368
    arguments << QString::number(resolution.width());
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   369
    arguments << "--height";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   370
    arguments << QString::number(resolution.height());
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   371
    arguments << "--raw-quality";
3708
64e059b6f9c5 applied from experimental3D, use a slider to set up quality
koda
parents: 3695
diff changeset
   372
    arguments << QString::number(config->translateQuality());
8325
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   373
    arguments << "--stereo";
3696
6009d8378422 Engine:
smaxx
parents: 3694
diff changeset
   374
    arguments << QString::number(config->stereoMode());
8325
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   375
    if (config->vid_Fullscreen())
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   376
        arguments << "--fullscreen";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   377
    if (config->isShowFPSEnabled())
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   378
        arguments << "--showfps";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   379
    if (config->isAltDamageEnabled())
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   380
        arguments << "--altdmg";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   381
    if (!config->isSoundEnabled())
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   382
        arguments << "--nosound";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   383
    if (!config->isMusicEnabled())
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   384
        arguments << "--nomusic";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   385
    if (!nick.isEmpty()) {
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   386
        arguments << "--nick";
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   387
        arguments << nick;
ecd51650d5d8 GCI2012: Change Argument Passing Between Frontend and Engine
RowanD
parents: 8070
diff changeset
   388
    }
3709
c7849b74748d clean and reorder arguments passed to engine
koda
parents: 3708
diff changeset
   389
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   390
    return arguments;
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   391
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   392
5865
35387d27f73a Save demo when loaded from save game finishes
unc0rr
parents: 5781
diff changeset
   393
void HWGame::PlayDemo(const QString & demofilename, bool isSave)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   394
{
5865
35387d27f73a Save demo when loaded from save game finishes
unc0rr
parents: 5781
diff changeset
   395
    gameType = isSave ? gtSave : gtDemo;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   396
    QFile demofile(demofilename);
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   397
    if (!demofile.open(QIODevice::ReadOnly))
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   398
    {
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   399
        emit ErrorMessage(tr("Cannot open demofile %1").arg(demofilename));
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   400
        return ;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   401
    }
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   402
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   403
    // read demo
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   404
    toSendBuf = demofile.readAll();
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   405
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   406
    // run engine
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   407
    demo.clear();
8069
bb7671829935 - Only allow one engine instance running at the moment
unc0rr
parents: 7857
diff changeset
   408
    Start(false);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   409
    SetGameState(gsStarted);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   410
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   411
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   412
void HWGame::StartNet()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   413
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   414
    gameType = gtNet;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   415
    demo.clear();
8069
bb7671829935 - Only allow one engine instance running at the moment
unc0rr
parents: 7857
diff changeset
   416
    Start(false);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   417
    SetGameState(gsStarted);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   418
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   419
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   420
void HWGame::StartLocal()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   421
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   422
    gameType = gtLocal;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   423
    demo.clear();
8069
bb7671829935 - Only allow one engine instance running at the moment
unc0rr
parents: 7857
diff changeset
   424
    Start(false);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   425
    SetGameState(gsStarted);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   426
}
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   427
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   428
void HWGame::StartQuick()
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   429
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   430
    gameType = gtQLocal;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   431
    demo.clear();
8069
bb7671829935 - Only allow one engine instance running at the moment
unc0rr
parents: 7857
diff changeset
   432
    Start(false);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   433
    SetGameState(gsStarted);
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 183
diff changeset
   434
}
533
eebb7684ac22 Save saves in Save directory
unc0rr
parents: 529
diff changeset
   435
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2443
diff changeset
   436
void HWGame::StartTraining(const QString & file)
587
74db4115064a More work on Training mode
unc0rr
parents: 555
diff changeset
   437
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   438
    gameType = gtTraining;
3919
76d5b32758d9 Engine/Frontend:
smaxx
parents: 3876
diff changeset
   439
    training = "Missions/Training/" + file + ".lua";
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   440
    demo.clear();
8069
bb7671829935 - Only allow one engine instance running at the moment
unc0rr
parents: 7857
diff changeset
   441
    Start(false);
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   442
    SetGameState(gsStarted);
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   443
}
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   444
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   445
void HWGame::StartCampaign(const QString & camp, const QString & campScript, const QString & campTeam)
3760
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   446
{
d30f1ba768d7 Frontend:
smaxx
parents: 3709
diff changeset
   447
    gameType = gtCampaign;
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   448
    campaign = camp;
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   449
    campaignScript = "Missions/Campaign/" + camp + "/" + campScript;
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   450
    campaignTeam = campTeam;
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   451
    demo.clear();
8069
bb7671829935 - Only allow one engine instance running at the moment
unc0rr
parents: 7857
diff changeset
   452
    Start(false);
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   453
    SetGameState(gsStarted);
587
74db4115064a More work on Training mode
unc0rr
parents: 555
diff changeset
   454
}
74db4115064a More work on Training mode
unc0rr
parents: 555
diff changeset
   455
533
eebb7684ac22 Save saves in Save directory
unc0rr
parents: 529
diff changeset
   456
void HWGame::SetGameState(GameState state)
eebb7684ac22 Save saves in Save directory
unc0rr
parents: 529
diff changeset
   457
{
2948
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   458
    gameState = state;
3f21a9dc93d0 Replace tabs with spaces using 'expand -t 4' command
unc0rr
parents: 2786
diff changeset
   459
    emit GameStateChanged(state);
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   460
    if (gameType == gtCampaign)
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   461
    {
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   462
      emit CampStateChanged(1);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   463
    }
533
eebb7684ac22 Save saves in Save directory
unc0rr
parents: 529
diff changeset
   464
}
4428
2bc3d3475edf Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
nemo
parents: 4406
diff changeset
   465
6211
ee9465c0ea82 move (prematurely) finishing game by removing all teams into engine since that's where it should happen
sheepluva
parents: 6024
diff changeset
   466
void HWGame::abort()
4428
2bc3d3475edf Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
nemo
parents: 4406
diff changeset
   467
{
6211
ee9465c0ea82 move (prematurely) finishing game by removing all teams into engine since that's where it should happen
sheepluva
parents: 6024
diff changeset
   468
    QByteArray buf;
ee9465c0ea82 move (prematurely) finishing game by removing all teams into engine since that's where it should happen
sheepluva
parents: 6024
diff changeset
   469
    HWProto::addStringToBuffer(buf, QString("efinish"));
ee9465c0ea82 move (prematurely) finishing game by removing all teams into engine since that's where it should happen
sheepluva
parents: 6024
diff changeset
   470
    RawSendIPC(buf);
4428
2bc3d3475edf Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
nemo
parents: 4406
diff changeset
   471
}
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   472
7665
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   473
void HWGame::sendCampaignVar(const QByteArray &varToSend)
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   474
{
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   475
    QString varToFind(varToSend);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   476
    QSettings teamfile(cfgdir->absolutePath() + "/Teams/" + campaignTeam + ".hwt", QSettings::IniFormat, 0);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   477
    teamfile.setIniCodec("UTF-8");
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   478
    QString varValue = teamfile.value("Campaign " + campaign + "/" + varToFind, "").toString();
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   479
    QByteArray command;
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   480
    HWProto::addStringToBuffer(command, "V." + varValue);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   481
    RawSendIPC(command);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   482
}
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   483
7665
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   484
void HWGame::writeCampaignVar(const QByteArray & varVal)
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   485
{
7665
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   486
    int i = varVal.indexOf(" ");
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   487
    if(i < 0)
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   488
        return;
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   489
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   490
    QString varToWrite = QString::fromUtf8(varVal.left(i));
e556b44f5bd8 More Qt-ish code, fix couple warnings.
unc0rr
parents: 7629
diff changeset
   491
    QString varValue = QString::fromUtf8(varVal.mid(i + 1));
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   492
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   493
    QSettings teamfile(cfgdir->absolutePath() + "/Teams/" + campaignTeam + ".hwt", QSettings::IniFormat, 0);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   494
    teamfile.setIniCodec("UTF-8");
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   495
    teamfile.setValue("Campaign " + campaign + "/" + varToWrite, varValue);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   496
}
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   497