* Moving conversion functions from Helpers to Utils (in OpenMetaverseTypes)
* Added GetLLSD() and FromLLSD() to Permissions * Started on inventory persistence for Simian git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2267 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Simian.Extensions
|
||||
agent.CreationTime = Utils.DateTimeToUnixTime(DateTime.Now);
|
||||
agent.CurrentLookAt = Vector3.Zero;
|
||||
agent.CurrentPosition = new Vector3(128f, 128f, 25f);
|
||||
agent.CurrentRegionHandle = Helpers.UIntsToLong(Simian.REGION_X, Simian.REGION_Y);
|
||||
agent.CurrentRegionHandle = Utils.UIntsToLong(Simian.REGION_X, Simian.REGION_Y);
|
||||
agent.FirstName = firstName;
|
||||
agent.GodLevel = 0;
|
||||
agent.HomeLookAt = agent.CurrentLookAt;
|
||||
|
||||
Reference in New Issue
Block a user