aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen6-512/+737
2008-02-25eolTedd Hansen6-727/+727
2008-02-25Step 1 in reorganizing AsyncCommandManagerTedd Hansen7-679/+729
2008-02-25Initial patch for llSensor*Tedd Hansen1-3/+272
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen1-3/+4
2008-02-22Fix for error message during startup (shared thread started processing region...Tedd Hansen2-1/+4
2008-02-22ScriptEngine works again (startup-nully-error gone)Tedd Hansen4-19/+18
2008-02-22One more: Async LSL command thread is also shared now.Tedd Hansen4-248/+275
2008-02-22Bugfixes - Scripting works againTedd Hansen2-2/+17
2008-02-22Some misplaced code made scripts never start :)Tedd Hansen1-14/+13
2008-02-22Better timing of MaintenanceThread's tasks (uses less CPU)Tedd Hansen1-20/+39
2008-02-22Bugfixes - wasn't counting threads right++Tedd Hansen3-17/+17
2008-02-22Minor annoying Exception-bug fixedTedd Hansen2-2/+3
2008-02-22Execution threads are now shared between regions too. Default thread count re...Tedd Hansen3-242/+229
2008-02-22Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen2-17/+28
2008-02-22Now last commit will compile too... The features just keep on coming!Tedd Hansen3-6/+12
2008-02-22From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen5-79/+87
2008-02-21Fixes to ScriptEngine thread cleanup on destructorTedd Hansen4-17/+14
2008-02-21ScriptEngine changes in locking. Another step in direction of shared threads.Tedd Hansen2-24/+22
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen4-0/+4
2008-02-20div+Tedd Hansen1-1/+1
2008-02-20Minor cleanup.Jeff Ames9-35/+19
2008-02-20llSetTimerEvent updated to use ticks instead of DateTime for internal timing.Tedd Hansen1-20/+37
2008-02-20llSetTimerEvent was setting seconds as milliseconds causing major problems in...Tedd Hansen1-1/+1
2008-02-19From: Michael Osias <mosias@us.ibm.com>Sean Dague2-48/+112
2008-02-18bring back some script engine debugging, hoping this will help track down the...Sean Dague2-11/+11
2008-02-18Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey1-0/+7
2008-02-10state_entry is now executed on state change.Tedd Hansen1-0/+6
2008-02-08Missed one event message that needed to beCharles Krinke1-8/+9
2008-02-08Make timer events from scripts a little less chatty. Charles Krinke1-6/+8
2008-02-05Converted logging to use log4net.Jeff Ames8-82/+64
2008-02-05Added copyright statements.Jeff Ames3-12/+88
2008-02-03Temporarily disabled shared threads because of a bug. Script were only workin...Tedd Hansen2-2/+4
2008-02-02fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on...Tedd Hansen2-9/+10
2008-02-02Added commands to change config file from console:Tedd Hansen1-6/+6
2008-02-02Updated svn properties.Jeff Ames4-800/+800
2008-02-02Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen1-0/+2
2008-02-02Added load/unload queue size limitTedd Hansen4-18/+83
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-1/+6
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen2-19/+28
2008-02-02Forgot to create an object before use. Now why can't .Net just do that itself...Tedd Hansen1-7/+10
2008-02-02Added some error checking to MaintenanceThread, no-crash (just log) loading o...Tedd Hansen1-27/+31
2008-02-01Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.Tedd Hansen1-2/+9
2008-02-01Bugfix, maybe it won't crash during startup and crash somewhere else instead? :)Tedd Hansen1-1/+2
2008-02-01SCRIPTING STILL BROKENTedd Hansen10-395/+595
2008-02-01SCRIPT SUPPORT IS STILL BROKEN.Tedd Hansen4-189/+412
2008-02-01Config option to set number of scripts per AppDomainTedd Hansen2-2/+3
2008-02-01Added config options:Tedd Hansen2-2/+46
2008-02-01Removed "Loading inventory for Primitive" message.Tedd Hansen1-1/+1
2008-02-01ExperimentalTedd Hansen3-9/+55