From 94bfab1a7d1ac3626d15c30b8c6668de9455f3ed Mon Sep 17 00:00:00 2001 From: BlueSansDouze Date: Wed, 13 Jan 2010 13:45:27 +0100 Subject: Adds a follow manager for users Right click contextual menu on player "follow" entry Cancel the following by moving with mouse or keys Adds a special behavior for map changes --- src/gui/popupmenu.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gui/popupmenu.cpp') diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index e6cd3f5b..21bab81e 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -126,9 +126,9 @@ void PopupMenu::showPopup(int x, int y, Being *being) break; } - /*mBrowserBox->addRow(strprintf("@@follow|%s@@", + mBrowserBox->addRow(strprintf("@@follow|%s@@", strprintf(_("Follow %s"), - name.c_str()).c_str()));*/ + name.c_str()).c_str())); mBrowserBox->addRow(strprintf("@@guild|%s@@", strprintf(_("Invite %s to join your guild"), name.c_str()).c_str())); @@ -263,11 +263,12 @@ void PopupMenu::handleLink(const std::string &link) { player_node->inviteToGuild(being); } - /* + // Follow Player action else if (link == "follow") { - }*/ + player_node->setFollow(being->getName()); + } // Pick Up Floor Item action else if ((link == "pickup") && mFloorItem) -- cgit v1.2.3-70-g09d2