* Added a List<string> extensionList param to ExtensionLoader.LoadAllExtensions() to only load whitelisted extensions (used in conjunction with .ini file support)
* Modified ExtensionLoader .ini support to allow values with no keys by default * Added Simian .ini file config support * Merged Simian's CoarseLocationUpdates extension into AvatarManager git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2328 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Simian.Extensions
|
||||
return accounts.TryGetValue(fullName, out agent);
|
||||
}
|
||||
|
||||
#region Persistance
|
||||
#region Persistence
|
||||
|
||||
public OSD Serialize()
|
||||
{
|
||||
@@ -109,6 +109,6 @@ namespace Simian.Extensions
|
||||
Helpers.LogLevel.Info);
|
||||
}
|
||||
|
||||
#endregion Persistance
|
||||
#endregion Persistence
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user