index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Common
/
ExecutorBase.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-04
Fix wrong bitmask value in script engine that would make a mess of
Melanie Thielker
1
-1
/
+1
2008-05-16
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-05-01
* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...
Teravus Ovares
1
-4
/
+97
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-2
/
+0
2008-03-18
Formatting cleanup.
Jeff Ames
1
-27
/
+26
2008-03-17
From: Alan M Webb <awebb@vnet.ibm.com>
Sean Dague
1
-0
/
+21
2008-03-04
Added copyright heaaders. Minor cleanup.
Jeff Ames
1
-2
/
+1
2008-02-20
Minor cleanup.
Jeff Ames
1
-1
/
+1
2008-02-16
Update svn properties.
Jeff Ames
1
-108
/
+108
2008-02-16
Forgot one small but important line .. ;)
Tedd Hansen
1
-0
/
+1
2008-02-16
Fixed ScriptEngine config in OpenSim.ini.example that was out of place.
Tedd Hansen
1
-139
/
+107
2007-10-30
* Optimized usings
lbsa71
1
-46
/
+42
2007-10-15
* Applied Chillken patch #418: copyright-r2094.patch updating copyright messa...
lbsa71
1
-0
/
+28
2007-10-05
Some more work on new ScriptEngine.
Tedd Hansen
1
-1
/
+1
2007-09-13
remove ^M, as native storage should be UNIX format, and ^M in/out mashing
Sean Dague
1
-115
/
+115
2007-08-26
Run-time script errors are now shown in-world. No line number though, might r...
Tedd Hansen
1
-13
/
+15
2007-08-25
Script compiler should now show error on correct line number in original LSL-...
Tedd Hansen
1
-2
/
+2
2007-08-25
Added class for "long commands" (command that returns as event) with dedicate...
Tedd Hansen
1
-37
/
+43
2007-08-25
Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...
Tedd Hansen
1
-19
/
+24
2007-08-19
Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...
Tedd Hansen
1
-1
/
+17
2007-08-19
Added event method invoke cache to Executor. "Bind once, Invoke multiple time...
Tedd Hansen
1
-7
/
+37
2007-08-18
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...
Tedd Hansen
1
-1
/
+47
2007-08-18
Scripts are working again. Scripts are now loaded into limited AppDomains (no...
Tedd Hansen
1
-0
/
+10