* Partial implementation of RezScript
* Ported LSL to C# conversion code from OpenSim. Big thank you to all of the OpenSim contributors
* Moved Simian scripting code to a new folder

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2518 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-03-20 00:19:32 +00:00
parent b8d7cdc027
commit 47c6034f9c
22 changed files with 31382 additions and 235 deletions

View File

@@ -99,13 +99,11 @@ namespace Simian
public void StartScripts(int startParam, bool triggerOnRezEvent)
{
LazyInitialize();
throw new NotImplementedException();
}
public void StopScripts()
{
LazyInitialize();
throw new NotImplementedException();
}