Thank you very much, Hashbox for :

Add scene-debug command to Enable/Disable scripting, 
collision, and physics from console.
This commit is contained in:
Charles Krinke
2008-02-10 16:03:58 +00:00
parent e0424254bd
commit cf284efcda
3 changed files with 17 additions and 4 deletions

View File

@@ -2189,7 +2189,7 @@ namespace OpenSim.Region.ScriptEngine.Common
//return ret;
NotImplemented("llListRandomize");
return new LSL_Types.list();
return src;
}
public LSL_Types.list llList2ListStrided(LSL_Types.list src, int start, int end, int stride)