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
/
Grid
/
ScriptEngine
/
DotNetEngine
/
EventQueueManager.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-02-20
Minor cleanup.
Jeff Ames
1
-6
/
+5
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-5
/
+7
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-10-30
* Optimized usings
lbsa71
1
-26
/
+38
2007-10-05
Some more work on new ScriptEngine.
Tedd Hansen
1
-2
/
+2
2007-09-14
* Wired up chat so that channel goes into OnChatFromViewer. However:
lbsa71
1
-1
/
+1
2007-09-13
remove ^M, as native storage should be UNIX format, and ^M in/out mashing
Sean Dague
1
-321
/
+321
2007-09-13
Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...
Tedd Hansen
1
-36
/
+36
2007-09-10
* Took a stab at #388
lbsa71
1
-1
/
+4
2007-09-10
mass update of urls in source code to new website
Sean Dague
1
-1
/
+1
2007-09-08
Cut down on the number of compile warnings. Now down to 5: 4 are related to u...
MW
1
-2
/
+2
2007-08-26
in-world run-time error-message no-w con-tains function-name.
Tedd Hansen
1
-1
/
+1
2007-08-26
Run-time script errors are now shown in-world. No line number though, might r...
Tedd Hansen
1
-0
/
+29
2007-08-26
Bugfix for last commit, { instead of (
Tedd Hansen
1
-1
/
+1
2007-08-26
Fixed bug that occurs sometimes on script unload where queued script event wa...
Tedd Hansen
1
-40
/
+47
2007-08-25
Fixed error on shutdown caused by ThreadAbortException sending message throug...
Tedd Hansen
1
-2
/
+2
2007-08-25
Added class for "long commands" (command that returns as event) with dedicate...
Tedd Hansen
1
-22
/
+33
2007-08-25
Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...
Tedd Hansen
1
-1
/
+1
2007-08-23
Lowered priority of script threads. Executing state_entry() event on script rez.
Tedd Hansen
1
-0
/
+1
2007-08-22
GC.GetTotalMemory(true) was blocking.
Tedd Hansen
1
-0
/
+3
2007-08-22
Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em...
Tedd Hansen
1
-0
/
+4
2007-08-22
(Untested) Scripts are individually loaded into objects (on rez), and event f...
Tedd Hansen
1
-24
/
+31
2007-08-19
Code comments on recent changes in EventQueueManager
Tedd Hansen
1
-9
/
+45
2007-08-19
Sped up EventQueueManager response time (scripts now respond quickly). Added ...
Tedd Hansen
1
-39
/
+117
2007-08-18
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...
Tedd Hansen
1
-1
/
+1
2007-08-18
Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...
Tedd Hansen
1
-0
/
+1
2007-08-17
Pimped up Default.lsl. Now featuring a touch counter.
Tedd Hansen
1
-2
/
+3
2007-08-16
* Now sending manager, host and root host to Script in constructor.
lbsa71
1
-2
/
+2
2007-08-14
krinkec's updates to ll* interface and functions
Tedd Hansen
1
-0
/
+4
2007-08-14
Removed some debugging. Removed *.lso from project include in prebuild.xml.
Tedd Hansen
1
-2
/
+2
2007-08-14
llSay() works again. Cleanup of debug messages.
Tedd Hansen
1
-2
/
+2
2007-08-14
ScriptEngine: Some error handling, logs to logger
Tedd Hansen
1
-6
/
+6
2007-08-08
Added ScriptEngine.DotNetEngine
Tedd Hansen
1
-0
/
+136