aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Make llGetMass() return total mass of object when called on root prim.Justin Clark-Casey (justincc)2012-04-061-1/+4
* | 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-201-4/+4
|\ \ | |/
| * Stop console command "xengine status" throwing an exception if there are no s...Justin Clark-Casey (justincc)2012-03-191-4/+4
* | Merge branch 'master' into careminsterMelanie2012-03-1811-6/+307
|\ \ | |/
| * Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927Justin Clark-Casey (justincc)2012-03-173-0/+30
| * refactor: separate out console and status report generation parts of XEngineJustin Clark-Casey (justincc)2012-03-161-1/+6
| * Aggregate script execution times by linksets rather than individual prims.Justin Clark-Casey (justincc)2012-03-163-3/+19
| * Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-163-1/+88
| * 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-153-219/+154
|\ \ | |/
| * Remove property/field duplication in ScriptInstance where it's unnecessary.Justin Clark-Casey (justincc)2012-03-152-170/+115
| * 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
| * Fix a problem where multiple near simultaneous calls to llDie() from multiple...Justin Clark-Casey (justincc)2012-03-151-10/+9
| * Alleviate an issue where calling Thread.Abort() on script WorkItems can fail ...Justin Clark-Casey (justincc)2012-03-152-4/+15
* | Allow llTeleportAgent to teleport gods when not in god modeMelanie2012-03-141-1/+1
* | Merge branch 'master' into careminsterMelanie2012-03-146-24/+83
|\ \ | |/
| * refactor: rename ScriptInstance.m_CurrentResult to m_CurrentWorkItem to make ...Justin Clark-Casey (justincc)2012-03-143-25/+50
| * Add max thread and min thread information to "xengine status" region console ...Justin Clark-Casey (justincc)2012-03-122-0/+5
| * 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-081-7/+7
|\ \ | |/