* Enables maptile display in grid mode for simulators that are not on the same instance.

* Only generates a new maptile after a refresh interval
* Maptile names have the UnixTimeSinceEpoch that they were generated and the regionUUID they're from, so you can know which ones are no longer necessary.
* Updates RegionInfo, so backup your /bin/Region/*.xml files.
This commit is contained in:
Teravus Ovares
2008-06-14 02:39:27 +00:00
parent b47dd07932
commit 6bea792436
5 changed files with 110 additions and 6 deletions

View File

@@ -1224,6 +1224,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
mapReply.Data[i] = new MapBlockReplyPacket.DataBlock();
mapReply.Data[i].MapImageID = mapBlocks2[i].MapImageId;
//m_log.Warn(mapBlocks2[i].MapImageId.ToString());
mapReply.Data[i].X = mapBlocks2[i].X;
mapReply.Data[i].Y = mapBlocks2[i].Y;
mapReply.Data[i].WaterHeight = mapBlocks2[i].WaterHeight;