| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-04-07 | 1 | -17/+108 |
|\ |
|
| * | Store FromItemID for attachments once on SOG instead of on every SOP and only... | Justin Clark-Casey (justincc) | 2012-04-07 | 1 | -1/+1 |
| * | Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL ... | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -0/+1 |
| * | refactor: Use clearer part.ParentGroup.IsAttachment in LSL_Api.GetPartLocalPos() | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -4/+4 |
| * | Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene o... | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -10/+11 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -0/+72 |
| |\ |
|
| | * | Addition of missing constants for llGetObjectDetails including for Mantis 5502 | Talun | 2012-04-06 | 1 | -0/+72 |
| * | | For llGetMass(), return the mass of the avatar is the object is attached. | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -3/+24 |
| |/ |
|
| * | Make llGetMass() return total mass of object when called on root prim. | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -1/+4 |
* | | Merge branch 'master' into careminster | Melanie | 2012-04-03 | 1 | -4/+13 |
|\ \
| |/ |
|
| * | Fix more SOP.PhysActor race conditions in LSL_Api | Justin Clark-Casey (justincc) | 2012-04-03 | 1 | -7/+19 |
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... | Melanie | 2012-03-31 | 1 | -0/+10 |
|\ \ |
|
| * | | Allow llTeleportAgent to work in attachments | Melanie | 2012-03-29 | 1 | -0/+10 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-03-31 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con... | Justin Clark-Casey (justincc) | 2012-03-31 | 1 | -3/+3 |
| * | User level based restrictions for HyperGrid teleports, asset uploads, group c... | Snoopy Pfeffer | 2012-03-27 | 1 | -0/+3 |
* | | Fix merge issue from core | Melanie | 2012-03-22 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity... | Justin Clark-Casey (justincc) | 2012-03-22 | 1 | -3/+3 |
| * | Instead of loading default avatar animations in both SLUtil and AvatarAnimati... | Justin Clark-Casey (justincc) | 2012-03-21 | 1 | -3/+3 |
* | | Allow llTeleportAgent to teleport gods when not in god mode | Melanie | 2012-03-14 | 1 | -1/+1 |
* | | Implement llSetPrimitiveParams for physics shape and material. Add | Melanie | 2012-03-13 | 1 | -0/+60 |
* | | Add AVATAR_MALE flag to return values of llGetAgentInfo | Melanie | 2012-03-12 | 1 | -0/+5 |
* | | Merge branch 'master' into careminster | Melanie | 2012-03-09 | 1 | -16/+6 |
|\ \
| |/ |
|
| * | Use SP.ParentPart instead of ParentID in places where it's more efficient (sa... | Justin Clark-Casey (justincc) | 2012-03-09 | 1 | -17/+7 |
| * | FireAndForget scripted rez - port from Avination | Melanie | 2012-03-09 | 1 | -41/+46 |
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... | Melanie | 2012-03-06 | 1 | -3/+18 |
|\ \ |
|
| * | | Teleport users to the cornfield when they are teleported with | Melanie | 2012-03-05 | 1 | -3/+13 |
| * | | SL compatibility - return only points on segemtn, not ray in llCastRay | Melanie | 2012-03-05 | 1 | -0/+5 |
* | | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... | Melanie | 2012-03-04 | 1 | -2/+162 |
|\ \ \
| |/ / |
|
| * | | Fix and hook up llTeleportAgent | Melanie | 2012-02-28 | 1 | -1/+1 |
| * | | Implement llTeleportAgent | Melanie | 2012-02-28 | 1 | -0/+22 |
| * | | Move KeyframeMotion from SOG to SOP because we can't persist it any | Melanie | 2012-02-26 | 1 | -11/+11 |
| * | | Fix deserialization of Buoyancy, Force and Torque. Remove debug from the new | Melanie | 2012-02-26 | 1 | -2/+2 |
| * | | Implement llSetKeyframedMotion. No persistence, no region crossing. Yet. | Melanie | 2012-02-26 | 1 | -0/+138 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-03-03 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix indexing on string trim | BlueWall | 2012-03-01 | 1 | -1/+1 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-02-25 | 1 | -27/+89 |
|\ \ \
| |/ / |
|
| * | | PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implemented | PixelTomsen | 2012-02-25 | 1 | -4/+6 |
| * | | llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:... | PixelTomsen | 2012-02-24 | 1 | -23/+83 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-02-24 | 1 | -5/+27 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget | PixelTomsen | 2012-02-24 | 1 | -5/+27 |
* | | Add permission checks to scripted object movements, which didn't respect bans | Melanie | 2012-02-23 | 1 | -1/+53 |
* | | Count agents for LSL instead of relying on SceneGraph to have the correct | Melanie | 2012-02-22 | 1 | -1/+7 |
* | | Adjust sit target and the llSetLinkPrimitiveParams sit position hack | Melanie | 2012-02-22 | 1 | -14/+46 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix:LINK_ROOT flag for llGetLinkName() by SinglePrim | PixelTomsen | 2012-02-21 | 1 | -1/+1 |
| * | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 1 | -31/+68 |
* | | Prevent object loss and positioning outside the region with failed object sim | Melanie | 2012-02-14 | 1 | -3/+9 |
* | | Make ban, eject, freeze and the scripted versions of those work. | Melanie | 2012-02-02 | 1 | -31/+70 |