aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-01Update SmartThreadPool to latest version 2.2.3 with a major and minor change.Justin Clark-Casey (justincc)2-5/+5
2013-04-02Use Output instead of OutputFormat in appropriate places of XEngine status re...Justin Clark-Casey (justincc)1-2/+2
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-12Use an integer when specifying the XWorkItem wait rather than a TimeSpan to a...Justin Clark-Casey (justincc)1-1/+5
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2013-01-29minor: remove some mono compile warnings in XEngine.csJustin Clark-Casey (justincc)1-2/+0
2013-01-26Add OnScriptMovingStartEvent and OnScriptMovingEndEvent to EventManager so th...Justin Clark-Casey (justincc)1-2/+4
2013-01-23Improve logging by making it clearer which script is failing if an assembly f...Justin Clark-Casey (justincc)2-9/+8
2013-01-23If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont...Justin Clark-Casey (justincc)1-6/+20
2013-01-22minor: comment out Console.WriteLine debugging message in XEngineJustin Clark-Casey (justincc)1-1/+1
2013-01-22refactor: rename XEngineTest to more descriptive XEngineBasicTestsJustin Clark-Casey (justincc)1-0/+0
2013-01-19Assign the SmartThreadPool name in the constructorOren Hurvitz1-2/+2
2013-01-17Implement non-wait co-operative termination of scripts for XEngine in additio...Justin Clark-Casey (justincc)2-1/+77
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-0/+5
2013-01-16Revert "Implement co-operative script termination if termination comes during...Justin Clark-Casey (justincc)1-5/+0
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-0/+5
2013-01-15Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)1-5/+5
2013-01-10Add "show script timers" command to show script timers. For debug purposes.Justin Clark-Casey (justincc)1-3/+43
2013-01-10Add "show sensors" command to show script sensor information for debug purposes.Justin Clark-Casey (justincc)2-0/+91
2013-01-09minor: Fix command match of "debug script" command to "debug scripts" to matc...Justin Clark-Casey (justincc)1-1/+1
2013-01-09minor: Allow "script *" console commands to take multiple script item idsJustin Clark-Casey (justincc)1-30/+32
2013-01-01minor: Assign names to the different SmartThreadPools for debugging purposes.Justin Clark-Casey (justincc)1-0/+1
2012-12-17Extend default 1 second wait for event completion to other thread script rese...Justin Clark-Casey (justincc)1-1/+1
2012-12-13Add WaitForEventCompletionOnScriptStop [XEngine] config param to OpenSimDefau...Justin Clark-Casey (justincc)1-10/+24
2012-12-12Add "debug script log" command to allow setting a numeric debug level on indi...Justin Clark-Casey (justincc)1-5/+48
2012-12-12Add asset id to "show script" and "show scripts" command output to make it ea...Justin Clark-Casey (justincc)1-0/+1
2012-12-05Add engine-wide events queued and events processed numbers to output of "xeng...Justin Clark-Casey (justincc)1-1/+14
2012-12-05Add IScriptInstance.EventsQueued to match EventsProcessed instead of asking c...Justin Clark-Casey (justincc)1-4/+1
2012-12-05For now, sort "show scripts" output in descending order sorted by events proc...Justin Clark-Casey (justincc)1-3/+21
2012-12-05Add IScriptInstance.EventsProcessed stat so that we can record this informati...Justin Clark-Casey (justincc)1-0/+1
2012-12-05In XEngine.DoOnRezScript() use Culture.SetCurrentCulture() instead of constru...Justin Clark-Casey (justincc)1-2/+1
2012-12-05On XEngine.ProcessEventHandler(), instead of creating a new CultureInfo on ev...Justin Clark-Casey (justincc)1-2/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-14Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto1-0/+33
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)1-2/+8
2012-10-02Add money event routing to the script engine.Melanie1-0/+3
2012-10-02Send money() events to the clicked prim. Reverting a change I made over a yea...Melanie1-1/+1
2012-08-25Log initial script startup info notice when xengine actually starts to do thi...Justin Clark-Casey (justincc)1-2/+4
2012-08-23If a script state save fails for some reason on shutdown/region removal, get ...Justin Clark-Casey (justincc)1-2/+25
2012-08-18constructor means not having to manually refer to individual propertiesSignpostMarv2-4/+4
2012-08-18refactoring for Vector3 operator & constructor tweaksSignpostMarv2-16/+8
2012-08-17minor: Make xengine debug message on script load a scripting loading message ...Justin Clark-Casey (justincc)1-7/+9
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-1/+1
2012-07-18Stop the 15 second initial script compile wait if a script is being rezzed on...Justin Clark-Casey (justincc)1-0/+4
2012-07-17Make the scrpt running flag work properlyMelanie1-0/+16
2012-07-16Revert "Fix script "Running" behavior"Melanie1-7/+0
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-1/+1
2012-07-11Allow XEngine StartDelay to be configured in the [XEngine] config section.Justin Clark-Casey (justincc)2-2/+10