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
1730de14a4cfd78d6d87f12b5b1dcd268aba7fbd
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
History
Justin Clark-Casey (justincc)
cd446c32d6
Add regression test TestStopOnLongForLoop()
2013-01-22 00:59:46 +00:00
..
Api
Implement non-wait co-operative termination of scripts for XEngine in addition to termination on wait.
2013-01-17 23:39:09 +00:00
CodeTools
Implement non-wait co-operative termination of scripts for XEngine in addition to termination on wait.
2013-01-17 23:39:09 +00:00
Instance
Add regression test TestStopOnLongForLoop()
2013-01-22 00:59:46 +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
…
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
…