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
/
DotNetEngine
/
AppDomainManager.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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