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
/
EventQueueManager.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-06-08
* Fixed it so you can do a lot more llDetected* methods in many additional si...
Teravus Ovares
1
-1
/
+2
2008-06-05
* This sends collision events to the script engine.
Teravus Ovares
1
-1
/
+2
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-3
/
+0
2008-04-20
Removed some script engine noise from console
Tedd Hansen
1
-1
/
+1
2008-03-18
Formatting cleanup.
Jeff Ames
1
-27
/
+25
2008-03-03
* Removed a bunch of compiler warnings.
Adam Frisby
1
-1
/
+1
2008-02-22
Bugfixes - Scripting works again
Tedd Hansen
1
-0
/
+1
2008-02-22
Bugfixes - wasn't counting threads right++
Tedd Hansen
1
-3
/
+2
2008-02-22
Execution threads are now shared between regions too. Default thread count re...
Tedd Hansen
1
-46
/
+18
2008-02-22
From this commit and a few hours into the future ScriptEngine will be unstable:
Tedd Hansen
1
-9
/
+9
2008-02-21
Fixes to ScriptEngine thread cleanup on destructor
Tedd Hansen
1
-9
/
+9
2008-02-21
ScriptEngine changes in locking. Another step in direction of shared threads.
Tedd Hansen
1
-17
/
+15
2008-02-20
Minor cleanup.
Jeff Ames
1
-1
/
+1
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-13
/
+10
2008-02-03
Temporarily disabled shared threads because of a bug. Script were only workin...
Tedd Hansen
1
-1
/
+2
2008-02-02
Added load/unload queue size limit
Tedd Hansen
1
-0
/
+10
2008-02-02
Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...
Tedd Hansen
1
-16
/
+20
2008-02-02
Forgot to create an object before use. Now why can't .Net just do that itself...
Tedd Hansen
1
-7
/
+10
2008-02-01
SCRIPTING STILL BROKEN
Tedd Hansen
1
-9
/
+33
2008-02-01
SCRIPT SUPPORT IS STILL BROKEN.
Tedd Hansen
1
-96
/
+146
2008-02-01
Added config options:
Tedd Hansen
1
-1
/
+4
2008-02-01
Removed "Loading inventory for Primitive" message.
Tedd Hansen
1
-1
/
+1
2008-02-01
Experimental
Tedd Hansen
1
-7
/
+45
2008-02-01
Highly experimental
Tedd Hansen
1
-149
/
+99
2008-01-19
* Potential fix to the 'can't run a script anymore bug'
Teravus Ovares
1
-6
/
+7
2008-01-17
Added data structure to be passed through event execution queue so that event...
Tedd Hansen
1
-7
/
+29
2008-01-15
* Mother of all commits:
Adam Frisby
1
-1
/
+1
2008-01-12
Set eol
Tedd Hansen
1
-363
/
+363
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
-363
/
+362
2008-01-12
ScriptServer communication is ok. Script is creatd on onrez. But since it can...
Tedd Hansen
1
-2
/
+2
2007-12-30
Added comments to ScriptEngine classes that explains what their purpose is
Tedd Hansen
1
-0
/
+22
2007-12-27
* Optimized usings
lbsa71
1
-10
/
+11
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
-8
/
+15
2007-10-30
* Optimized usings
lbsa71
1
-26
/
+38
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
[next]