aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminsterMelanie2012-08-251-2/+4
|\
| * Log initial script startup info notice when xengine actually starts to do thi...Justin Clark-Casey (justincc)2012-08-251-2/+4
* | Merge branch 'master' into careminsterMelanie2012-08-241-2/+25
|\ \ | |/
| * If a script state save fails for some reason on shutdown/region removal, get ...Justin Clark-Casey (justincc)2012-08-231-2/+25
* | Merge branch 'master' into careminsterMelanie2012-08-182-4/+4
|\ \ | |/
| * constructor means not having to manually refer to individual propertiesSignpostMarv2012-08-182-4/+4
* | Merge branch 'master' into careminsterMelanie2012-08-182-16/+8
|\ \ | |/
| * refactoring for Vector3 operator & constructor tweaksSignpostMarv2012-08-182-16/+8
* | Merge branch 'master' into careminsterMelanie2012-08-181-7/+9
|\ \ | |/
| * minor: Make xengine debug message on script load a scripting loading message ...Justin Clark-Casey (justincc)2012-08-171-7/+9
* | Merge branch 'master' into careminsterMelanie2012-07-281-1/+1
|\ \ | |/
| * Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-1/+1
* | Merge branch 'master' into careminsterMelanie2012-07-191-1/+21
|\ \ | |/
| * Stop the 15 second initial script compile wait if a script is being rezzed on...Justin Clark-Casey (justincc)2012-07-181-0/+4
| * Make the scrpt running flag work properlyMelanie2012-07-171-0/+16
* | Merge branch 'master' into careminsterMelanie2012-07-161-7/+0
|\ \ | |/
| * Revert "Fix script "Running" behavior"Melanie2012-07-161-7/+0
* | Merge branch 'master' into careminsterMelanie2012-07-122-9/+14
|\ \ | |/
| * Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-1/+1
| * Allow XEngine StartDelay to be configured in the [XEngine] config section.Justin Clark-Casey (justincc)2012-07-112-2/+10
| * Remove WorldComm module from the regression TestCompileAndStartScript() since...Justin Clark-Casey (justincc)2012-07-111-4/+1
| * Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)2012-07-111-2/+2
* | Merge branch 'avination' into careminsterMelanie2012-07-111-6/+10
|\ \
| * | console region restart: Let Xengine not cry all over the place withUbitUmarov2012-07-101-6/+10
* | | Merge branch 'master' into careminsterMelanie2012-07-111-1/+5
|\ \ \ | | |/ | |/|
| * | If a script is being stopped manually, then give the scriptpool thread 1 seco...Justin Clark-Casey (justincc)2012-07-101-1/+5
| * | Add preservation of running state of scripts when drag-copying.Melanie2012-07-011-0/+12
* | | Merge branch 'master' into careminsterMelanie2012-06-291-11/+18
|\ \ \ | |/ /
| * | If rest of first line after colon is blank then still warn about running in X...Justin Clark-Casey (justincc)2012-06-281-11/+18
* | | Merge branch 'master' into careminsterMelanie2012-06-281-19/+43
|\ \ \ | |/ /
| * | Avoid reporting false positives when a colon is in a comment in the first lin...Justin Clark-Casey (justincc)2012-06-281-17/+41
| * | minor: reuse colon index calculation in XEngine.OnRezScript. The index if a ...Justin Clark-Casey (justincc)2012-06-281-2/+2
* | | Merge branch 'master' into careminsterMelanie2012-06-261-30/+33
|\ \ \ | |/ /
| * | Fix script "Running" behaviorBlueWall2012-06-231-0/+7
| * | Avoid race condition between m_PrimObjects iteration in XEngine.PostObjectEve...Justin Clark-Casey (justincc)2012-06-221-14/+14
| * | If starting scripts on initial sim start, provide INFO level log feedback eac...Justin Clark-Casey (justincc)2012-06-221-6/+10
| * | Eliminate unnecessary extra call to TriggerEmptyScriptCompileQueue in XEngine...Justin Clark-Casey (justincc)2012-06-221-9/+2
* | | Merge branch 'master' into careminsterMelanie2012-06-211-45/+101
|\ \ \ | |/ /
| * | Comment out recently added log message detailing number of scripts started wh...Justin Clark-Casey (justincc)2012-06-201-2/+2
| * | Raise some IO associated Exception logging in XEngine to error level, in line...Justin Clark-Casey (justincc)2012-06-201-7/+5
| * | Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)2012-06-201-4/+60
| * | Like the assembly and text files, only write the c#-lsl linemap in XEngine.Se...Justin Clark-Casey (justincc)2012-06-191-27/+27
| * | minor: Add a little more detail to IOException logging in XEngine.SetXMLState()Justin Clark-Casey (justincc)2012-06-191-11/+14
* | | Merge branch 'master' into careminsterMelanie2012-04-271-1/+1
|\ \ \ | |/ /
| * | Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-04-251-3/+5
|\ \ \ | |/ /
| * | Minor improvements to loggingOren Hurvitz2012-04-241-3/+5
| * | Fix a logic error in app domain creationMelanie2012-04-181-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-04-181-3/+7
|\ \ \ | |/ /
| * | Don't re-add the assembly resolver for each script if not creating the appdomainMelanie2012-04-181-4/+8