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
/
ScriptManager.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added header/footer of scripts to make C# and VB scripts much easier to write.
Tedd Hansen
2008-02-02
1
-0
/
+3
*
Added load/unload queue size limit
Tedd Hansen
2008-02-02
1
-3
/
+3
*
Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...
Tedd Hansen
2008-02-02
1
-3
/
+8
*
Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...
Tedd Hansen
2008-02-02
1
-8
/
+8
*
SCRIPTING STILL BROKEN
Tedd Hansen
2008-02-01
1
-1
/
+1
*
Small bug in ResetScript
Tedd Hansen
2008-01-21
1
-7
/
+1
*
Added data structure to be passed through event execution queue so that event...
Tedd Hansen
2008-01-17
1
-1
/
+2
*
* Mother of all commits:
Adam Frisby
2008-01-15
1
-1
/
+1
*
Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...
Tedd Hansen
2008-01-12
1
-366
/
+72
*
Only one queue is used for load/unload of scripts.
Tedd Hansen
2008-01-05
1
-19
/
+22
*
Added comments to ScriptEngine classes that explains what their purpose is
Tedd Hansen
2007-12-30
1
-0
/
+11
*
* Optimized usings
lbsa71
2007-12-27
1
-31
/
+34
*
Thanks to Alondria for:
Charles Krinke
2007-12-12
1
-14
/
+17
*
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
2007-12-10
1
-2
/
+2
*
converted hard-coded chat type values to ChatTypeEnum
Jeff Ames
2007-11-08
1
-1
/
+2
*
ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...
Tedd Hansen
2007-11-01
1
-43
/
+59
*
* Optimized usings
lbsa71
2007-10-30
1
-50
/
+51
*
getting all our line endings consistant again
Sean Dague
2007-10-05
1
-1
/
+1
*
* Replaced usage of ClientView with IClientAPI
lbsa71
2007-09-18
1
-2
/
+4
*
fixing me some line endings
Sean Dague
2007-09-17
1
-8
/
+8
*
Implemented: llSetText, llResetScript
Tedd Hansen
2007-09-16
1
-7
/
+14
*
* Wired up chat so that channel goes into OnChatFromViewer. However:
lbsa71
2007-09-14
1
-1
/
+1
*
implement llGetScale and llSetScale
Sean Dague
2007-09-13
1
-1
/
+1
*
remove ^M, as native storage should be UNIX format, and ^M in/out mashing
Sean Dague
2007-09-13
1
-408
/
+408
*
Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...
Tedd Hansen
2007-09-13
1
-29
/
+29
*
mass update of urls in source code to new website
Sean Dague
2007-09-10
1
-1
/
+1
*
startup event on script added to object, not all inside object.
Tedd Hansen
2007-08-28
1
-6
/
+18
*
Run-time script errors are now shown in-world. No line number though, might r...
Tedd Hansen
2007-08-26
1
-26
/
+41
*
Fixed bug that occurs sometimes on script unload where queued script event wa...
Tedd Hansen
2007-08-26
1
-1
/
+10
*
Script compiler should now show error on correct line number in original LSL-...
Tedd Hansen
2007-08-25
1
-0
/
+2
*
Removal of script that was unable to compile no longer crashes server.
Tedd Hansen
2007-08-25
1
-11
/
+40
*
Added class for "long commands" (command that returns as event) with dedicate...
Tedd Hansen
2007-08-25
1
-8
/
+10
*
Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...
Tedd Hansen
2007-08-25
1
-19
/
+104
*
Debug shows how many bytes (total) a script (assembly) uses after compile and...
Tedd Hansen
2007-08-22
1
-4
/
+4
*
GC.GetTotalMemory(true) was blocking.
Tedd Hansen
2007-08-22
1
-4
/
+7
*
(Untested) Scripts are individually loaded into objects (on rez), and event f...
Tedd Hansen
2007-08-22
1
-74
/
+54
*
Some minor changes + krinkec's updates to ll* functions.
Tedd Hansen
2007-08-20
1
-1
/
+1
*
Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...
Tedd Hansen
2007-08-19
1
-33
/
+36
*
Code comments on recent changes in EventQueueManager
Tedd Hansen
2007-08-19
1
-3
/
+3
*
Added event method invoke cache to Executor. "Bind once, Invoke multiple time...
Tedd Hansen
2007-08-19
1
-2
/
+12
*
Moved script loading from ScriptManager to AppDomainManager. Now increases sc...
Tedd Hansen
2007-08-19
1
-28
/
+2
*
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...
Tedd Hansen
2007-08-18
1
-66
/
+14
*
Scripts are working again. Scripts are now loaded into limited AppDomains (no...
Tedd Hansen
2007-08-18
1
-52
/
+58
*
Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f...
Tedd Hansen
2007-08-18
1
-2
/
+4
*
Working on AppDomains. Scripting is now officially broken. :]
Tedd Hansen
2007-08-18
1
-14
/
+11
*
Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...
Tedd Hansen
2007-08-18
1
-5
/
+1
*
Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...
Tedd Hansen
2007-08-18
1
-11
/
+52
*
Pimped up Default.lsl. Now featuring a touch counter.
Tedd Hansen
2007-08-17
1
-13
/
+11
*
Removed RAIL test from startup for now...
Tedd Hansen
2007-08-17
1
-1
/
+2
*
Added RAIL.dll
Tedd Hansen
2007-08-17
1
-1
/
+1
[prev]
[next]