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
2009-02-22
Refactor log4net logger handling in script engine. (#3148)
Jeff Ames
1
-5
/
+8
2008-11-19
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
Melanie Thielker
1
-1
/
+4
2008-11-19
Reverting the texture sending patch and the new libOMV. This makes this
Melanie Thielker
1
-4
/
+1
2008-11-18
Remove perts of jhurliman's AD security patch that had slipped in
Melanie Thielker
1
-8
/
+0
2008-11-17
* Update libOMV to r2359. This is necessary for the progressive texture patch
Justin Clarke Casey
1
-1
/
+12
2008-09-26
Remove another interface that is no longer needed
Melanie Thielker
1
-1
/
+1
2008-09-26
DNE code cleanups
Melanie Thielker
1
-67
/
+39
2008-09-26
After the last commit, the old Common assembly was still being loaded.
Melanie Thielker
1
-2
/
+2
2008-09-26
Yay! Common/ is gone! One API is achieved!
Melanie Thielker
1
-1
/
+2
2008-09-26
Add per-instance date to DNE to avoid serializing stuff 10 times a second.
Melanie Thielker
1
-1
/
+2
2008-09-26
Remove all the subclassing complexity and script server interfaces from
Melanie Thielker
1
-1
/
+2
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