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