LIBOMV-530 Updates Simulator object to include new variables included in 1.23 message template which are sent during the region handshake and include information on physical server location, the type of region (Homestead, OpenSpace, etc), CPU Class and CPU Ratio.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2738 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -1095,6 +1095,15 @@ namespace OpenMetaverse
|
||||
simulator.BillableFactor = handshake.RegionInfo.BillableFactor;
|
||||
simulator.Access = (SimAccess)handshake.RegionInfo.SimAccess;
|
||||
|
||||
|
||||
simulator.RegionID = handshake.RegionInfo2.RegionID;
|
||||
simulator.ColoLocation = Utils.BytesToString(handshake.RegionInfo3.ColoName);
|
||||
simulator.CPUClass = handshake.RegionInfo3.CPUClassID;
|
||||
simulator.CPURatio = handshake.RegionInfo3.CPURatio;
|
||||
simulator.ProductName = Utils.BytesToString(handshake.RegionInfo3.ProductName);
|
||||
simulator.ProductSku = Utils.BytesToString(handshake.RegionInfo3.ProductSKU);
|
||||
|
||||
|
||||
Logger.Log("Received a region handshake for " + simulator.ToString(), Helpers.LogLevel.Info, Client);
|
||||
|
||||
// Send a RegionHandshakeReply
|
||||
|
||||
Reference in New Issue
Block a user