aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-04-031-4/+13
|\
| * Fix more SOP.PhysActor race conditions in LSL_ApiJustin Clark-Casey (justincc)2012-04-031-7/+19
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-03-311-0/+10
|\ \
| * | Allow llTeleportAgent to work in attachmentsMelanie2012-03-291-0/+10
* | | Merge branch 'master' into careminsterMelanie2012-03-311-1/+1
|\ \ \ | |/ / |/| / | |/
| * Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)2012-03-311-3/+3
* | Merge branch 'master' into careminsterMelanie2012-03-273-0/+82
|\ \ | |/
| * Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-273-0/+82
| * User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2012-03-271-0/+3
* | Merge branch 'master' into careminsterMelanie2012-03-263-1/+16
|\ \ | |/
| * Add a hust UUID to the script invocationsMelanie2012-03-263-1/+16
* | Merge branch 'master' into careminsterMelanie2012-03-253-74/+229
|\ \ | |/
| * Add support for key, vector, rotation and list types for bothMic Bowman2012-03-243-74/+229
* | Merge branch 'master' into careminsterMelanie2012-03-232-6/+6
|\ \ | |/
| * fix yield prolog so it compiles with mono 2.11 there has been a bugzillanebadon2012-03-232-6/+6
* | Merge commit '760010d6fb6aac313d79ce0a4d0016d3809246a0' into careminsterMelanie2012-03-221-0/+168
|\ \ | |/
| * Fix llGiveInventory() so that it checks the destination part for AllowInvento...Justin Clark-Casey (justincc)2012-03-221-1/+58
| * Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)2012-03-221-0/+111
* | Fix merge issue from coreMelanie2012-03-221-1/+1
* | Merge branch 'master' into careminsterMelanie2012-03-221-2/+2
|\ \ | |/
| * refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity...Justin Clark-Casey (justincc)2012-03-221-3/+3
| * Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)2012-03-211-3/+3
* | Merge branch 'master' into careminsterMelanie2012-03-189-4/+222
|\ \ | |/
| * Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927Justin Clark-Casey (justincc)2012-03-173-0/+30
| * Aggregate script execution times by linksets rather than individual prims.Justin Clark-Casey (justincc)2012-03-161-0/+6
| * Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-161-1/+20
| * Protect the scriptmodulecomms interface.Mic Bowman2012-03-151-1/+4
| * Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-155-3/+163
* | Merge branch 'master' into careminsterMelanie2012-03-151-213/+135
|\ \ | |/
| * Remove property/field duplication in ScriptInstance where it's unnecessary.Justin Clark-Casey (justincc)2012-03-151-170/+107
| * Simplify some logic in the ScriptInstance constructor - running is set to fal...Justin Clark-Casey (justincc)2012-03-151-9/+3
| * minor: correct indentation levelsJustin Clark-Casey (justincc)2012-03-151-13/+12
| * Remove duplication of m_RunEvents and RunningJustin Clark-Casey (justincc)2012-03-151-17/+11
| * Alleviate an issue where calling Thread.Abort() on script WorkItems can fail ...Justin Clark-Casey (justincc)2012-03-151-3/+10
* | Allow llTeleportAgent to teleport gods when not in god modeMelanie2012-03-141-1/+1
* | Merge branch 'master' into careminsterMelanie2012-03-144-22/+75
|\ \ | |/
| * refactor: rename ScriptInstance.m_CurrentResult to m_CurrentWorkItem to make ...Justin Clark-Casey (justincc)2012-03-141-22/+44
| * Add max thread and min thread information to "xengine status" region console ...Justin Clark-Casey (justincc)2012-03-121-0/+3
| * Added osGetGridGatekeeperURI()Diva Canto2012-03-103-0/+20
* | Implement llSetPrimitiveParams for physics shape and material. AddMelanie2012-03-134-0/+77
* | Add AVATAR_MALE flag to return values of llGetAgentInfoMelanie2012-03-122-0/+6
* | Merge branch 'master' into careminsterMelanie2012-03-091-16/+6
|\ \ | |/
| * Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)2012-03-091-17/+7
| * FireAndForget scripted rez - port from AvinationMelanie2012-03-091-41/+46
* | Merge branch 'master' into careminsterMelanie2012-03-0713-46/+338
|\ \ | |/
| * Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)2012-03-065-12/+96
| * Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop()Justin Clark-Casey (justincc)2012-03-061-8/+14
| * Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)2012-03-068-26/+228
* | Merge branch 'master' into careminsterMelanie2012-03-061-1/+1
|\ \ | |/
| * Fix off by one error in script error reporting.Justin Clark-Casey (justincc)2012-03-061-1/+1