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
/
ScriptEngineBase
/
AppDomainManager.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-1
/
+0
2008-03-18
* Applied Grumly57 patch for #781; Thanks, Grumly!
lbsa71
1
-7
/
+7
2008-03-18
Formatting cleanup.
Jeff Ames
1
-26
/
+25
2008-02-25
I'm the stupidest stupid in the whole world. :)
Tedd Hansen
1
-3
/
+4
2008-02-20
Minor cleanup.
Jeff Ames
1
-6
/
+6
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-11
/
+7
2008-02-01
SCRIPTING STILL BROKEN
Tedd Hansen
1
-13
/
+31
2008-02-01
Config option to set number of scripts per AppDomain
Tedd Hansen
1
-1
/
+2
2008-01-12
Set eol
Tedd Hansen
1
-238
/
+238
2008-01-12
Added license to new files
Tedd Hansen
1
-0
/
+1
2008-01-12
Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...
Tedd Hansen
1
-237
/
+237
2007-12-30
In this commit I am using an editor feature called "Save All" before I commit.
Tedd Hansen
1
-0
/
+12
2007-10-30
* Optimized usings
lbsa71
1
-25
/
+23
2007-10-15
* Applied patch #418 : copyright-r2012.patch - some errors, but got most thru
lbsa71
1
-0
/
+28
2007-09-16
Implemented: llSetText, llResetScript
Tedd Hansen
1
-3
/
+3
2007-09-15
Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a...
Tedd Hansen
1
-2
/
+5
2007-09-13
remove ^M, as native storage should be UNIX format, and ^M in/out mashing
Sean Dague
1
-197
/
+197
2007-09-13
Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...
Tedd Hansen
1
-22
/
+22
2007-08-28
startup event on script added to object, not all inside object.
Tedd Hansen
1
-1
/
+0
2007-08-25
Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...
Tedd Hansen
1
-17
/
+18
2007-08-22
GC.GetTotalMemory(true) was blocking.
Tedd Hansen
1
-2
/
+4
2007-08-22
(Untested) Scripts are individually loaded into objects (on rez), and event f...
Tedd Hansen
1
-0
/
+1
2007-08-20
Some minor changes + krinkec's updates to ll* functions.
Tedd Hansen
1
-1
/
+1
2007-08-19
Added event method invoke cache to Executor. "Bind once, Invoke multiple time...
Tedd Hansen
1
-30
/
+21
2007-08-19
Moved script loading from ScriptManager to AppDomainManager. Now increases sc...
Tedd Hansen
1
-5
/
+34
2007-08-18
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...
Tedd Hansen
1
-37
/
+29
2007-08-18
Added (theoretical) AppDomain cleanup code.
Tedd Hansen
1
-17
/
+89
2007-08-18
LSL Compiler now only referring required assemblies (DotNetEngine and Common)...
Tedd Hansen
1
-4
/
+4
2007-08-18
Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...
Tedd Hansen
1
-6
/
+1
2007-08-18
Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...
Tedd Hansen
1
-0
/
+115