--- a/ChangeLog.txt Sun May 24 13:49:52 2009 +0000
+++ b/ChangeLog.txt Sun May 24 14:03:59 2009 +0000
@@ -6,7 +6,7 @@
+ Speech bubbles
+ Many new hats, new graves
+ New taunts
- + New voice pack
+ + New voice pack, new default voice
+ Animated stars in frontend's background
+ New music
+ Vampirism weapon and game mode, karma mode
--- a/QTfrontend/teamselect.cpp Sun May 24 13:49:52 2009 +0000
+++ b/QTfrontend/teamselect.cpp Sun May 24 14:03:59 2009 +0000
@@ -112,7 +112,7 @@
void TeamSelWidget::removeNetTeam(const HWTeam& team)
{
- qDebug() << QString("removeNetTeam: removing team '%1'").arg(team.TeamName);
+ //qDebug() << QString("removeNetTeam: removing team '%1'").arg(team.TeamName);
for(;;) {
QList<HWTeam>::iterator itPlay=std::find(curPlayingTeams.begin(), curPlayingTeams.end(), team);
if(itPlay==curPlayingTeams.end())
--- a/hedgewars/CCHandlers.inc Sun May 24 13:49:52 2009 +0000
+++ b/hedgewars/CCHandlers.inc Sun May 24 14:03:59 2009 +0000
@@ -394,7 +394,9 @@
text: shortstring;
begin
text:= copy(s, 2, Length(s)-1);
-if CheckNoTeamOrHH or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0) then
+if CheckNoTeamOrHH
+ or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0)
+ or CurrentTeam^.ExtDriven then
begin
chSay(text);
exit