[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp, 1.157.2.1, 1.157.2.2 main.h, 1.40.2.1, 1.40.2.2
[email protected] Sat, 15 Nov 2003 14:36:07 +0100 (CET)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv18420/client
Modified Files:
Tag: atlantik_3_3_branch
atlantik.cpp main.h
Log Message:
kickplayer support
Index: atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v
retrieving revision 1.157.2.1
retrieving revision 1.157.2.2
diff -u -d -r1.157.2.1 -r1.157.2.2
--- atlantik.cpp 15 Nov 2003 13:31:04 -0000 1.157.2.1
+++ atlantik.cpp 15 Nov 2003 13:36:02 -0000 1.157.2.2
@@ -742,6 +742,7 @@
connect(player, SIGNAL(changed(Player *)), portfolioView, SLOT(playerChanged()));
connect(portfolioView, SIGNAL(newTrade(Player *)), m_atlantikNetwork, SLOT(newTrade(Player *)));
+ connect(portfolioView, SIGNAL(kickPlayer(Player *)), m_atlantikNetwork, SLOT(kickPlayer(Player *)));
connect(portfolioView, SIGNAL(estateClicked(Estate *)), m_board, SLOT(prependEstateDetails(Estate *)));
m_portfolioLayout->addWidget(portfolioView);
Index: main.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/main.h,v
retrieving revision 1.40.2.1
retrieving revision 1.40.2.2
diff -u -d -r1.40.2.1 -r1.40.2.2
--- main.h 15 Nov 2003 13:31:04 -0000 1.40.2.1
+++ main.h 15 Nov 2003 13:36:02 -0000 1.40.2.2
@@ -18,7 +18,7 @@
#define ATLANTIK_MAIN_H
#define ATLANTIK_VERSION 070
-#define ATLANTIK_VERSION_STRING "0.7.0 (CVS >= 20031108)"
+#define ATLANTIK_VERSION_STRING "0.7.0 (CVS >= 20031115)"
#define ATLANTIK_VERSION_MAJOR 0
#define ATLANTIK_VERSION_MINOR 7
#define ATLANTIK_VERSION_RELEASE 0