equal
deleted
inserted
replaced
123 |
123 |
124 HWProto::addStringToBuffer(teamscfg, "TL"); |
124 HWProto::addStringToBuffer(teamscfg, "TL"); |
125 HWProto::addStringToBuffer(teamscfg, QString("etheme %1") |
125 HWProto::addStringToBuffer(teamscfg, QString("etheme %1") |
126 .arg((themeModel->rowCount() > 0) ? themeModel->index(rand() % themeModel->rowCount()).data().toString() : "steel")); |
126 .arg((themeModel->rowCount() > 0) ? themeModel->index(rand() % themeModel->rowCount()).data().toString() : "steel")); |
127 HWProto::addStringToBuffer(teamscfg, "eseed " + QUuid::createUuid().toString()); |
127 HWProto::addStringToBuffer(teamscfg, "eseed " + QUuid::createUuid().toString()); |
|
128 |
|
129 HWProto::addStringToBuffer(teamscfg, "e$template_filter 2"); |
128 |
130 |
129 HWTeam team1; |
131 HWTeam team1; |
130 team1.setDifficulty(0); |
132 team1.setDifficulty(0); |
131 team1.setColor(0); |
133 team1.setColor(0); |
132 team1.setNumHedgehogs(4); |
134 team1.setNumHedgehogs(4); |