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
/
ScriptManager.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-4
/
+2
2008-03-25
Comment out unused private methods.
Jeff Ames
1
-40
/
+42
2008-03-18
Formatting cleanup.
Jeff Ames
1
-28
/
+25
2008-02-22
Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...
Tedd Hansen
1
-17
/
+23
2008-02-22
Now last commit will compile too... The features just keep on coming!
Tedd Hansen
1
-2
/
+2
2008-02-22
From this commit and a few hours into the future ScriptEngine will be unstable:
Tedd Hansen
1
-26
/
+23
2008-02-21
"threads" command now works. I've added manual tracking of threads (only if c...
Tedd Hansen
1
-0
/
+1
2008-02-20
Minor cleanup.
Jeff Ames
1
-1
/
+1
2008-02-19
From: Michael Osias <mosias@us.ibm.com>
Sean Dague
1
-24
/
+32
2008-02-08
Make timer events from scripts a little less chatty.
Charles Krinke
1
-6
/
+8
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-3
/
+3
2008-02-03
Temporarily disabled shared threads because of a bug. Script were only workin...
Tedd Hansen
1
-1
/
+2
2008-02-02
Bugfixes. Now it even reads configuration before it uses it! ;)
Tedd Hansen
1
-0
/
+2
2008-02-02
Added load/unload queue size limit
Tedd Hansen
1
-10
/
+61
2008-02-01
Bugfix, maybe it won't crash during startup and crash somewhere else instead? :)
Tedd Hansen
1
-1
/
+2
2008-02-01
SCRIPTING STILL BROKEN
Tedd Hansen
1
-3
/
+20
2008-01-17
Added data structure to be passed through event execution queue so that event...
Tedd Hansen
1
-1
/
+2
2008-01-15
* Mother of all commits:
Adam Frisby
1
-1
/
+1
2008-01-12
Set eol
Tedd Hansen
1
-347
/
+347
2008-01-12
Added license to new files
Tedd Hansen
1
-2
/
+3
2008-01-12
Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...
Tedd Hansen
1
-454
/
+346
2008-01-05
Only one queue is used for load/unload of scripts.
Tedd Hansen
1
-19
/
+22
2007-12-30
Added comments to ScriptEngine classes that explains what their purpose is
Tedd Hansen
1
-0
/
+11
2007-12-27
* Optimized usings
lbsa71
1
-31
/
+34
2007-12-12
Thanks to Alondria for:
Charles Krinke
1
-14
/
+17
2007-12-10
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
1
-2
/
+2
2007-11-08
converted hard-coded chat type values to ChatTypeEnum
Jeff Ames
1
-1
/
+2
2007-11-01
ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...
Tedd Hansen
1
-43
/
+59
2007-10-30
* Optimized usings
lbsa71
1
-50
/
+51
2007-10-05
getting all our line endings consistant again
Sean Dague
1
-1
/
+1
2007-09-18
* Replaced usage of ClientView with IClientAPI
lbsa71
1
-2
/
+4
2007-09-17
fixing me some line endings
Sean Dague
1
-8
/
+8
2007-09-16
Implemented: llSetText, llResetScript
Tedd Hansen
1
-7
/
+14
2007-09-14
* Wired up chat so that channel goes into OnChatFromViewer. However:
lbsa71
1
-1
/
+1
2007-09-13
implement llGetScale and llSetScale
Sean Dague
1
-1
/
+1
2007-09-13
remove ^M, as native storage should be UNIX format, and ^M in/out mashing
Sean Dague
1
-408
/
+408
2007-09-13
Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...
Tedd Hansen
1
-29
/
+29
2007-09-10
mass update of urls in source code to new website
Sean Dague
1
-1
/
+1
2007-08-28
startup event on script added to object, not all inside object.
Tedd Hansen
1
-6
/
+18
2007-08-26
Run-time script errors are now shown in-world. No line number though, might r...
Tedd Hansen
1
-26
/
+41
2007-08-26
Fixed bug that occurs sometimes on script unload where queued script event wa...
Tedd Hansen
1
-1
/
+10
2007-08-25
Script compiler should now show error on correct line number in original LSL-...
Tedd Hansen
1
-0
/
+2
2007-08-25
Removal of script that was unable to compile no longer crashes server.
Tedd Hansen
1
-11
/
+40
2007-08-25
Added class for "long commands" (command that returns as event) with dedicate...
Tedd Hansen
1
-8
/
+10
2007-08-25
Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...
Tedd Hansen
1
-19
/
+104
2007-08-22
Debug shows how many bytes (total) a script (assembly) uses after compile and...
Tedd Hansen
1
-4
/
+4
2007-08-22
GC.GetTotalMemory(true) was blocking.
Tedd Hansen
1
-4
/
+7
2007-08-22
(Untested) Scripts are individually loaded into objects (on rez), and event f...
Tedd Hansen
1
-74
/
+54
2007-08-20
Some minor changes + krinkec's updates to ll* functions.
Tedd Hansen
1
-1
/
+1
2007-08-19
Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...
Tedd Hansen
1
-33
/
+36
[next]