# HG changeset patch # User unc0rr # Date 1299179742 -10800 # Node ID 3b40c80c0fe3841f7cd5e3f49e3633ac41fc0f4a # Parent 31da8979e5b1c623275e1995a12aef400c008a52# Parent 3d5a0994258ff8bded0d933e92b3c72982b9aff3 merge diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/InstallController.cpp --- a/QTfrontend/InstallController.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/InstallController.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,10 +1,19 @@ /* - * InstallController.cpp + * Hedgewars, a free turn based strategy game + * Copyright (c) 2009-2011 Andrey Korotaev * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License * - * Created by Vittorio on 28/09/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #include "InstallController.h" diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/InstallController.h --- a/QTfrontend/InstallController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/InstallController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,10 +1,19 @@ /* - * InstallController.h + * Hedgewars, a free turn based strategy game + * Copyright (c) 2009-2011 Andrey Korotaev * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License * - * Created by Vittorio on 28/09/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifndef INSTALLCONTROLLER_H diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/KB.h --- a/QTfrontend/KB.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/KB.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/M3Panel.h --- a/QTfrontend/M3Panel.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/M3Panel.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,10 +1,19 @@ /* - * M3Panel.h + * Hedgewars, a free turn based strategy game + * Copyright (c) 2009-2011 Andrey Korotaev * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License * - * Created by Vittorio on 28/09/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifndef M3PANEL_H diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/M3Panel.mm --- a/QTfrontend/M3Panel.mm Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/M3Panel.mm Thu Mar 03 22:15:42 2011 +0300 @@ -1,10 +1,19 @@ /* - * M3Panel.cpp + * Hedgewars, a free turn based strategy game + * Copyright (c) 2009-2011 Andrey Korotaev * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License * - * Created by Vittorio on 28/09/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #include "M3Panel.h" diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/SDLs.cpp --- a/QTfrontend/SDLs.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/SDLs.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/SDLs.h --- a/QTfrontend/SDLs.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/SDLs.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,8 +1,6 @@ - - /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/SquareLabel.cpp --- a/QTfrontend/SquareLabel.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/SquareLabel.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/SquareLabel.h --- a/QTfrontend/SquareLabel.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/SquareLabel.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/about.cpp --- a/QTfrontend/about.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/about.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/about.h --- a/QTfrontend/about.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/about.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/achievements.cpp --- a/QTfrontend/achievements.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/achievements.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/achievements.h --- a/QTfrontend/achievements.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/achievements.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/ammoSchemeModel.cpp --- a/QTfrontend/ammoSchemeModel.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/ammoSchemeModel.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/ammoSchemeModel.h --- a/QTfrontend/ammoSchemeModel.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/ammoSchemeModel.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/bgwidget.cpp --- a/QTfrontend/bgwidget.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/bgwidget.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2009 Kristian Lehmann + * Copyright (c) 2009-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/bgwidget.h --- a/QTfrontend/bgwidget.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/bgwidget.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2009 Kristian Lehmann + * Copyright (c) 2009-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/binds.cpp --- a/QTfrontend/binds.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/binds.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/binds.h --- a/QTfrontend/binds.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/binds.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/chatwidget.cpp --- a/QTfrontend/chatwidget.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/chatwidget.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2007 Igor Ulyanov - * Copyright (c) 2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/chatwidget.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/drawmapscene.cpp --- a/QTfrontend/drawmapscene.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/drawmapscene.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +/* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + #include #include #include diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/drawmapscene.h --- a/QTfrontend/drawmapscene.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/drawmapscene.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +/* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + #ifndef DRAWMAPSCENE_H #define DRAWMAPSCENE_H diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/drawmapwidget.cpp --- a/QTfrontend/drawmapwidget.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/drawmapwidget.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +/* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + #include #include diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/drawmapwidget.h --- a/QTfrontend/drawmapwidget.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/drawmapwidget.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +/* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + #ifndef DRAWMAPWIDGET_H #define DRAWMAPWIDGET_H diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/fpsedit.cpp --- a/QTfrontend/fpsedit.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/fpsedit.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/fpsedit.h --- a/QTfrontend/fpsedit.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/fpsedit.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/frameTeam.cpp --- a/QTfrontend/frameTeam.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/frameTeam.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Ulyanov Igor + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/frameTeam.h --- a/QTfrontend/frameTeam.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/frameTeam.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Ulyanov Igor + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/game.cpp --- a/QTfrontend/game.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/game.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/game.h --- a/QTfrontend/game.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/game.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/gamecfgwidget.cpp --- a/QTfrontend/gamecfgwidget.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/gamecfgwidget.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/gamecfgwidget.h --- a/QTfrontend/gamecfgwidget.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/gamecfgwidget.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/gameuiconfig.cpp --- a/QTfrontend/gameuiconfig.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/gameuiconfig.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/gameuiconfig.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hats.cpp --- a/QTfrontend/hats.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hats.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008-2010 Andrey Korotaev + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hats.h --- a/QTfrontend/hats.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hats.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008-2010 Andrey Korotaev + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hedgehogerWidget.cpp --- a/QTfrontend/hedgehogerWidget.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hedgehogerWidget.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hedgehogerWidget.h --- a/QTfrontend/hedgehogerWidget.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hedgehogerWidget.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Ulyanov Igor + * Copyright (c) 2006-2007 Ulyanov Igor + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hwconsts.cpp.in --- a/QTfrontend/hwconsts.cpp.in Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hwconsts.cpp.in Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hwconsts.h --- a/QTfrontend/hwconsts.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hwconsts.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hwform.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hwform.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hwmap.cpp --- a/QTfrontend/hwmap.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hwmap.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Igor Ulyanov + * Copyright (c) 2006-2007 Ulyanov Igor + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,7 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ #include "hwconsts.h" #include "hwmap.h" diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/hwmap.h --- a/QTfrontend/hwmap.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/hwmap.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2006 Igor Ulyanov + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/igbox.cpp --- a/QTfrontend/igbox.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/igbox.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008-2010 Andrey Korotaev + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/igbox.h --- a/QTfrontend/igbox.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/igbox.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008-2010 Andrey Korotaev + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/input_ip.cpp --- a/QTfrontend/input_ip.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/input_ip.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/input_ip.h --- a/QTfrontend/input_ip.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/input_ip.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/itemNum.cpp --- a/QTfrontend/itemNum.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/itemNum.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2006-2011 Igor Ulyanov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/itemNum.h --- a/QTfrontend/itemNum.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/itemNum.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2006-2011 Igor Ulyanov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/main.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/mapContainer.cpp --- a/QTfrontend/mapContainer.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/mapContainer.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2006-2011 Igor Ulyanov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/mapContainer.h --- a/QTfrontend/mapContainer.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/mapContainer.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Igor Ulyanov + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/misc.cpp --- a/QTfrontend/misc.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/misc.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,5 +1,6 @@ /* * Hedgewars, a free turn based strategy game + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/misc.h --- a/QTfrontend/misc.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/misc.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,5 +1,6 @@ /* * Hedgewars, a free turn based strategy game + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/namegen.cpp --- a/QTfrontend/namegen.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/namegen.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2009 Martin Minarik + * Copyright (c) 2009-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/namegen.h --- a/QTfrontend/namegen.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/namegen.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2009 Martin Minarik + * Copyright (c) 2009-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netregister.cpp --- a/QTfrontend/netregister.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netregister.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netregister.h --- a/QTfrontend/netregister.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netregister.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netserver.cpp --- a/QTfrontend/netserver.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netserver.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2006-2008 Igor Ulyanov - * Copyright (c) 2008-2010 Andrey Korotaev + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netserver.h --- a/QTfrontend/netserver.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netserver.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2008 Igor Ulyanov + * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netserverslist.cpp --- a/QTfrontend/netserverslist.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netserverslist.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netserverslist.h --- a/QTfrontend/netserverslist.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netserverslist.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netudpserver.cpp --- a/QTfrontend/netudpserver.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netudpserver.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Ulyanov Igor + * Copyright (c) 2007-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netudpserver.h --- a/QTfrontend/netudpserver.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netudpserver.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Igor Ulyanov + * Copyright (c) 2007-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netudpwidget.cpp --- a/QTfrontend/netudpwidget.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netudpwidget.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007 Ulyanov Igor - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/netudpwidget.h --- a/QTfrontend/netudpwidget.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/netudpwidget.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2007 Igor Ulyanov - * Copyright (c) 2007-2010 Andrey Korotaev + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/newnetclient.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor - * Copyright (c) 2010 Andrey Korotaev + * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/newnetclient.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/pages.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/pages.h --- a/QTfrontend/pages.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/pages.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/playrecordpage.cpp --- a/QTfrontend/playrecordpage.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/playrecordpage.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/playrecordpage.h --- a/QTfrontend/playrecordpage.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/playrecordpage.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/proto.cpp --- a/QTfrontend/proto.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/proto.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/proto.h --- a/QTfrontend/proto.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/proto.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/sdlkeys.h --- a/QTfrontend/sdlkeys.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/sdlkeys.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/selectWeapon.cpp --- a/QTfrontend/selectWeapon.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/selectWeapon.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/selectWeapon.h --- a/QTfrontend/selectWeapon.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/selectWeapon.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/statsPage.cpp --- a/QTfrontend/statsPage.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/statsPage.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2010 Andrey Korotaev + * Copyright (c) 2010-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/statsPage.h --- a/QTfrontend/statsPage.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/statsPage.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2010 Andrey Korotaev + * Copyright (c) 2010-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/tcpBase.cpp --- a/QTfrontend/tcpBase.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/tcpBase.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/tcpBase.h --- a/QTfrontend/tcpBase.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/tcpBase.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Igor Ulyanov + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/team.cpp --- a/QTfrontend/team.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/team.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/team.h --- a/QTfrontend/team.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/team.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * Copyright (c) 2007 Igor Ulyanov * * This program is free software; you can redistribute it and/or modify diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/teamselect.cpp --- a/QTfrontend/teamselect.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/teamselect.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Ulyanov Igor + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/teamselect.h --- a/QTfrontend/teamselect.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/teamselect.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Ulyanov Igor + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/teamselhelper.cpp --- a/QTfrontend/teamselhelper.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/teamselhelper.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Ulyanov Igor + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/teamselhelper.h --- a/QTfrontend/teamselhelper.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/teamselhelper.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Ulyanov Igor + * Copyright (c) 2006-2007 Igor Ulyanov + * Copyright (c) 2007-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/togglebutton.cpp --- a/QTfrontend/togglebutton.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/togglebutton.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2009 Kristian Lehmann + * Copyright (c) 2009-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/togglebutton.h --- a/QTfrontend/togglebutton.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/togglebutton.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2009 Kristian Lehmann + * Copyright (c) 2009-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/ui_hwform.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/ui_hwform.h --- a/QTfrontend/ui_hwform.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/ui_hwform.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/vertScrollArea.cpp --- a/QTfrontend/vertScrollArea.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/vertScrollArea.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Ulyanov Igor + * Copyright (c) 2006 Igor Ulyanov + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/vertScrollArea.h --- a/QTfrontend/vertScrollArea.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/vertScrollArea.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Ulyanov Igor + * Copyright (c) 2006 Igor Ulyanov + * Copyright (c) 2006-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/weaponItem.cpp --- a/QTfrontend/weaponItem.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/weaponItem.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/weaponItem.h --- a/QTfrontend/weaponItem.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/weaponItem.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Ulyanov Igor + * Copyright (c) 2006-2008 Igor Ulyanov + * Copyright (c) 2008-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/xfire.cpp --- a/QTfrontend/xfire.cpp Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/xfire.cpp Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* - * Hedgewars Xfire integration - * Copyright (c) 2010 Andrey Korotaev + * Hedgewars, a free turn based strategy game + * Copyright (c) 2010-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 QTfrontend/xfire.h --- a/QTfrontend/xfire.h Thu Mar 03 22:15:13 2011 +0300 +++ b/QTfrontend/xfire.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* - * Hedgewars Xfire integration - * Copyright (c) 2010 Andrey Korotaev + * Hedgewars, a free turn based strategy game + * Copyright (c) 2010-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/ArgParsers.inc --- a/hedgewars/ArgParsers.inc Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/ArgParsers.inc Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,20 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) procedure internalSetGameTypeLandPreviewFromParameters(); begin diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/GSHandlers.inc Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1741,7 +1741,7 @@ PlaySound(sndVaporize); Gear^.Health := 0; Gear^.Damage := 0; -AddFileLog('initial mine damage:'+IntToStr(Gear^.Damage)); + Gear^.State := Gear^.State and not gstAttacking end; exit end; diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/HHHandlers.inc Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/SDLh.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/VGSHandlers.inc --- a/hedgewars/VGSHandlers.inc Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/VGSHandlers.inc Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/config.inc.in --- a/hedgewars/config.inc.in Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/config.inc.in Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/hwengine.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game -* Copyright (c) 2004-2010 Andrey Korotaev +* Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/options.inc --- a/hedgewars/options.inc Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/options.inc Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004, 2005 Andrey Korotaev + * Copyright (c) 2004, 2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uAI.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uAIActions.pas --- a/hedgewars/uAIActions.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uAIActions.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uAIAmmoTests.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uAIMisc.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2005-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -139,10 +139,13 @@ gtCase: AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 33, 25); gtFlame: if (Gear^.State and gsttmpFlag) <> 0 then AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 20, -50); - gtMine: if (Gear^.State and gstAttacking) = 0 then - AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 50, -50) - else - AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 100, -50); // mine is on +// avoid mines unless they are very likely to be duds, or are duds. also avoid if they are about to blow + gtMine: if ((Gear^.State and gstAttacking) = 0) and + (((cMineDudPercent < 90) and (Gear^.Health <> 0)) or + ((Gear^.Health = 0) and (Gear^.Damage > 30))) then + AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 50, -50) + else if (Gear^.State and gstAttacking) <> 0 then + AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 100, -50); // mine is on gtDynamite: AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 150, -75); gtHedgehog: begin if Gear^.Damage >= Gear^.Health then diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uAmmos.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uCaptions.pas --- a/hedgewars/uCaptions.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uCaptions.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + unit uCaptions; interface diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uChat.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uCollisions.pas --- a/hedgewars/uCollisions.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uCollisions.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uCommandHandlers.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,4 +1,23 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} + unit uCommandHandlers; interface diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uCommands.pas --- a/hedgewars/uCommands.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uCommands.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} unit uCommands; diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uConsole.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uConsts.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uDebug.pas --- a/hedgewars/uDebug.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uDebug.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} unit uDebug; diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uFloat.pas --- a/hedgewars/uFloat.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uFloat.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uGame.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uGears.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ procedure initModule; procedure freeModule; function AddGear(X, Y: LongInt; Kind: TGearType; State: Longword; dX, dY: hwFloat; Timer: LongWord): PGear; -function SpawnCustomCrateAt(x, y: LongInt; crate: TCrateType; content: Longword ): PGear; +function SpawnCustomCrateAt(x, y: LongInt; crate: TCrateType; content: Longword ): PGear; procedure ResurrectHedgehog(gear: PGear); procedure ProcessGears; procedure EndTurnCleanup; @@ -1005,6 +1005,7 @@ if (Gear^.Kind = gtHedgehog) then begin + Gear^.Hedgehog^.Team^.Clan^.Flawless:= false; uStats.HedgehogDamaged(Gear, AttackerHog); HHHurt(Gear^.Hedgehog, Source); AddDamageTag(hwRound(Gear^.X), hwRound(Gear^.Y), Damage, Gear^.Hedgehog^.Team^.Clan^.Color); diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uGearsRender.pas --- a/hedgewars/uGearsRender.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uGearsRender.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,4 +1,23 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} + unit uGearsRender; interface diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uIO.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004, 2005, 2007, 2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uKeys.pas --- a/hedgewars/uKeys.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uKeys.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uLand.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uLandGraphics.pas --- a/hedgewars/uLandGraphics.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uLandGraphics.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uLandObjects.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uLandPainted.pas --- a/hedgewars/uLandPainted.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uLandPainted.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uLandTemplates.pas --- a/hedgewars/uLandTemplates.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uLandTemplates.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uLandTexture.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2009 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uLocale.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uMisc.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game -* Copyright (c) 2004-2008 Andrey Korotaev +* Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uMobile.pas --- a/hedgewars/uMobile.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uMobile.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uRandom.pas --- a/hedgewars/uRandom.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uRandom.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uRender.pas --- a/hedgewars/uRender.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uRender.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,4 +1,23 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} + unit uRender; interface diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uRenderUtils.pas --- a/hedgewars/uRenderUtils.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uRenderUtils.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,4 +1,23 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} + unit uRenderUtils; interface diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uScript.pas --- a/hedgewars/uScript.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uScript.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uSinTable.pas --- a/hedgewars/uSinTable.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uSinTable.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uSound.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005, 2007, 2009 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uStats.pas --- a/hedgewars/uStats.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uStats.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uStore.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uTeams.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -80,6 +80,10 @@ with Hedgehogs[i] do if (Gear <> nil) then Gear^.State:= gstWinner; + if Flawless then + PlaySound(sndFlawless, Teams[0]^.voicepack) + else + PlaySound(sndVictory, Teams[0]^.voicepack); AddCaption(s, cWhiteColor, capgrpGameState); SendStat(siGameResult, s); @@ -278,6 +282,7 @@ begin ClanIndex:= Pred(ClansCount); Color:= TeamColor; + Flawless:= true end end else begin diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uTextures.pas --- a/hedgewars/uTextures.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uTextures.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} unit uTextures; diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uTypes.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} unit uTypes; @@ -100,7 +118,7 @@ sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops, sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease, - sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity, + sndSwitchHog, sndVictory, sndFlawless, sndSniperReload, sndSteps, sndLowGravity, sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4, sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket, sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater, @@ -339,6 +357,7 @@ ClanHealth: LongInt; ClanIndex: LongInt; TurnNumber: LongWord; + Flawless: boolean; end; TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidBee, sidShotgun, diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uUtils.pas --- a/hedgewars/uUtils.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uUtils.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,4 +1,23 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE "options.inc"} + unit uUtils; interface diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uVariables.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,3 +1,21 @@ +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2004-2011 Andrey Korotaev + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + *) + {$INCLUDE options.inc} unit uVariables; @@ -667,7 +685,8 @@ (FileName: 'ropeattach.ogg'; Path: ptSounds),// sndRopeAttach (FileName: 'roperelease.ogg'; Path: ptSounds),// sndRopeRelease (FileName: 'switchhog.ogg'; Path: ptSounds),// sndSwitchHog - (FileName: 'victory.ogg'; Path: ptVoices),// sndVictory + (FileName: 'Victory.ogg'; Path: ptVoices),// sndVictory + (FileName: 'Flawless.ogg'; Path: ptVoices),// sndFlawless (FileName: 'sniperreload.ogg'; Path: ptSounds),// sndSniperReload (FileName: 'steps.ogg'; Path: ptSounds),// sndSteps (FileName: 'lowgravity.ogg'; Path: ptSounds),// sndLowGravity diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uVisualGears.pas --- a/hedgewars/uVisualGears.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uVisualGears.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Mar 03 22:15:13 2011 +0300 +++ b/hedgewars/uWorld.pas Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1005,7 +1005,7 @@ // Chat DrawChat; -// confirmation caption +// various captions if fastUntilLag then DrawCentered(0, (cScreenHeight shr 1), SyncTexture); if isPaused then DrawCentered(0, (cScreenHeight shr 1), PauseTexture); if not isFirstFrame and (missionTimer <> 0) or isPaused or fastUntilLag or (GameState = gsConfirm) then diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/AboutViewController.h --- a/project_files/HedgewarsMobile/Classes/AboutViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/AboutViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/AboutViewController.m --- a/project_files/HedgewarsMobile/Classes/AboutViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h --- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m --- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/CGPointUtils.c --- a/project_files/HedgewarsMobile/Classes/CGPointUtils.c Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.c Thu Mar 03 22:15:42 2011 +0300 @@ -1,12 +1,24 @@ /* - * CGPointUtils.c - * PinchMe + * Hedgewars-iOS, a Hedgewars port for iOS devices + * Copyright (c) 2009-2011 Vittorio Giovara + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License * - * Created by Jeff LaMarche on 8/2/08. - * Copyright 2008 __MyCompanyName__. All rights reserved. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * File created on 03/10/2010. */ + #include "CGPointUtils.h" #include "math.h" diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/CGPointUtils.h --- a/project_files/HedgewarsMobile/Classes/CGPointUtils.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,12 +1,24 @@ /* - * CGPointUtils.h - * PinchMe + * Hedgewars-iOS, a Hedgewars port for iOS devices + * Copyright (c) 2009-2011 Vittorio Giovara + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License * - * Created by Jeff LaMarche on 8/2/08. - * Copyright 2008 __MyCompanyName__. All rights reserved. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * File created on 03/10/2010. */ + #import #define degreesToRadians(x) ( M_PI * x / 180.0) diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/CreationChamber.h --- a/project_files/HedgewarsMobile/Classes/CreationChamber.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/CreationChamber.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/CreationChamber.m --- a/project_files/HedgewarsMobile/Classes/CreationChamber.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/CreationChamber.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/EditableCellView.h --- a/project_files/HedgewarsMobile/Classes/EditableCellView.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/EditableCellView.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/EditableCellView.m --- a/project_files/HedgewarsMobile/Classes/EditableCellView.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/EditableCellView.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/FlagsViewController.h --- a/project_files/HedgewarsMobile/Classes/FlagsViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/FlagsViewController.m --- a/project_files/HedgewarsMobile/Classes/FlagsViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/FortsViewController.h --- a/project_files/HedgewarsMobile/Classes/FortsViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/FortsViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/FortsViewController.m --- a/project_files/HedgewarsMobile/Classes/FortsViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/FortsViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GameConfigViewController.h --- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GameConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GameSetup.h --- a/project_files/HedgewarsMobile/Classes/GameSetup.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GameSetup.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GameSetup.m --- a/project_files/HedgewarsMobile/Classes/GameSetup.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GameSetup.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h --- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m --- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GravesViewController.h --- a/project_files/HedgewarsMobile/Classes/GravesViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GravesViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/GravesViewController.m --- a/project_files/HedgewarsMobile/Classes/GravesViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/GravesViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/HelpPageViewController.h --- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/HelpPageViewController.m --- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/HogHatViewController.h --- a/project_files/HedgewarsMobile/Classes/HogHatViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/HogHatViewController.m --- a/project_files/HedgewarsMobile/Classes/HogHatViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/HoldTableViewCell.h --- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/HoldTableViewCell.m --- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/InGameMenuViewController.h --- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/InGameMenuViewController.m --- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/LevelViewController.h --- a/project_files/HedgewarsMobile/Classes/LevelViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/LevelViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/LevelViewController.m --- a/project_files/HedgewarsMobile/Classes/LevelViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/LevelViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MainMenuViewController.h --- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MainMenuViewController.m --- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MapConfigViewController.h --- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MapConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h --- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m --- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MasterViewController.h --- a/project_files/HedgewarsMobile/Classes/MasterViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MasterViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/MasterViewController.m --- a/project_files/HedgewarsMobile/Classes/MasterViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/MasterViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/ObjcExports.h --- a/project_files/HedgewarsMobile/Classes/ObjcExports.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/ObjcExports.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/ObjcExports.m --- a/project_files/HedgewarsMobile/Classes/ObjcExports.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/ObjcExports.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/OverlayViewController.h --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/OverlayViewController.m --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/PascalImports.h --- a/project_files/HedgewarsMobile/Classes/PascalImports.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/PascalImports.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h --- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Copyright (C) 1997-2011 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m --- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga + Copyright (C) 1997-2011 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SavedGamesViewController.h --- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SavedGamesViewController.m --- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h --- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m --- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h --- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/ServerSetup.h --- a/project_files/HedgewarsMobile/Classes/ServerSetup.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/ServerSetup.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/ServerSetup.m --- a/project_files/HedgewarsMobile/Classes/ServerSetup.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/ServerSetup.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h --- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SingleTeamViewController.h --- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SingleTeamViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h --- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SplitViewRootController.h --- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SplitViewRootController.m --- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SquareButtonView.h --- a/project_files/HedgewarsMobile/Classes/SquareButtonView.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SquareButtonView.m --- a/project_files/HedgewarsMobile/Classes/SquareButtonView.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/StatsPageViewController.h --- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/StatsPageViewController.m --- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SupportViewController.h --- a/project_files/HedgewarsMobile/Classes/SupportViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SupportViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/SupportViewController.m --- a/project_files/HedgewarsMobile/Classes/SupportViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/SupportViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/TeamConfigViewController.h --- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/TeamConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h --- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m --- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/UIImageExtra.h --- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/UIImageExtra.m --- a/project_files/HedgewarsMobile/Classes/UIImageExtra.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/VoicesViewController.h --- a/project_files/HedgewarsMobile/Classes/VoicesViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/VoicesViewController.m --- a/project_files/HedgewarsMobile/Classes/VoicesViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/WeaponCellView.h --- a/project_files/HedgewarsMobile/Classes/WeaponCellView.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/WeaponCellView.m --- a/project_files/HedgewarsMobile/Classes/WeaponCellView.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h --- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m --- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m Thu Mar 03 22:15:13 2011 +0300 +++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m Thu Mar 03 22:15:42 2011 +0300 @@ -1,6 +1,6 @@ /* * Hedgewars-iOS, a Hedgewars port for iOS devices - * Copyright (c) 2009-2010 Vittorio Giovara + * Copyright (c) 2009-2011 Vittorio Giovara * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 31da8979e5b1 -r 3b40c80c0fe3 share/Info.plist.in --- a/share/Info.plist.in Thu Mar 03 22:15:13 2011 +0300 +++ b/share/Info.plist.in Thu Mar 03 22:15:42 2011 +0300 @@ -21,7 +21,7 @@ CFBundleShortVersionString ${HEDGEWARS_VERSION} NSHumanReadableCopyright - © 2004-2010 Hedgewars Project + © 2004-2011 Hedgewars Project NSAppleScriptEnabled LSRequiresNativeExecution