OpenSim compatible world map. YUCK!!!
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
#include "llweb.h"
|
||||
#include "llwind.h"
|
||||
#include "llworld.h"
|
||||
#include "llworldmapmessage.h"
|
||||
#include "llworldmap.h"
|
||||
#include "llxfermanager.h"
|
||||
#include "pipeline.h"
|
||||
#include "llappviewer.h"
|
||||
@@ -1783,6 +1783,8 @@ bool idle_startup()
|
||||
if(!map_server_url.empty())
|
||||
{
|
||||
gSavedSettings.setString("MapServerURL", map_server_url);
|
||||
LLWorldMap::gotMapServerURL(true);
|
||||
llinfos << "Got Map server URL: " << map_server_url << llendl;
|
||||
}
|
||||
|
||||
// Override grid info with anything sent in the login response
|
||||
@@ -3558,8 +3560,9 @@ void register_viewer_callbacks(LLMessageSystem* msg)
|
||||
|
||||
msg->setHandlerFunc("AvatarPickerReply", LLFloaterAvatarPicker::processAvatarPickerReply);
|
||||
|
||||
msg->setHandlerFunc("MapBlockReply", LLWorldMapMessage::processMapBlockReply);
|
||||
msg->setHandlerFunc("MapItemReply", LLWorldMapMessage::processMapItemReply);
|
||||
msg->setHandlerFunc("MapLayerReply", LLWorldMap::processMapLayerReply);
|
||||
msg->setHandlerFunc("MapBlockReply", LLWorldMap::processMapBlockReply);
|
||||
msg->setHandlerFunc("MapItemReply", LLWorldMap::processMapItemReply);
|
||||
|
||||
msg->setHandlerFunc("EventInfoReply", LLPanelEvent::processEventInfoReply);
|
||||
msg->setHandlerFunc("PickInfoReply", LLPanelPick::processPickInfoReply);
|
||||
|
||||
Reference in New Issue
Block a user