This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
ca26ff9436ab60a73ec1fbd6ab23b86f83a64e78
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
History
Talun
ceabb1b49a
Mantis 6343: Turn a prim to flexy to OFF don't work llSetPrimParams
...
Correction so that scripts can turn Flexi off as well as on.
2013-01-26 02:55:24 +00:00
..
Api
Mantis 6343: Turn a prim to flexy to OFF don't work llSetPrimParams
2013-01-26 02:55:24 +00:00
CodeTools
Remove unnecessary System.Linq reference from Compiler.cs
2013-01-24 01:11:04 +00:00
Instance
Disable the not very useful infinite recursion co-op termination tests for now as they appear to cause failures with testing in jenkins.
2013-01-24 00:31:42 +00:00
Properties
Added AssemblyInfos to every dll in the OpenSim.Region namespace.
2012-11-14 11:09:43 -08:00
Tests
Implement co-operative script termination if termination comes during a script wait event (llSleep(), etc.)
2013-01-16 02:07:43 +00:00
AssemblyResolver.cs
Add a regression test to compile and start a script. Remove Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText().
2012-02-07 17:44:37 +00:00
Helpers.cs
Implement co-operative script termination if termination comes during a script wait event (llSleep(), etc.)
2013-01-16 02:07:43 +00:00
LSL_Types.cs
Scipt modules get the OpenMetaverse types, so lists passed as arguments to script module functions which then later call LSL_Types.list.GetVector3Item() or LSL_Types.list.GetQuaternionItem() methods would then trigger an InvalidCastException, which is now avoided.
2013-01-03 00:18:33 +00:00
ScriptException.cs
Also add the additional ScriptException constructor necessary to get [Serializable] to work.
2012-10-31 00:56:41 +00:00