* 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:
@@ -19,6 +19,7 @@ namespace Simian.Extensions
|
||||
{
|
||||
this.server = server;
|
||||
|
||||
// FIXME: Use the list in Simian.ini
|
||||
// Search for a the best available OpenMetaverse.Rendering plugin
|
||||
List<string> renderers = RenderingLoader.ListRenderers(AppDomain.CurrentDomain.BaseDirectory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user