Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-11 | remove redundant lastPhysGroupPos and lastPhysGroupRot checks | UbitUmarov | 1 | -16/+3 | |
in SOG Update(). rootpart does more complet checks | |||||
2013-01-11 | same for AngularVelocity. Use normal terse updates in place of sending | UbitUmarov | 1 | -10/+18 | |
imediatly. If that's good for physics, needs to be good for this | |||||
2013-01-11 | keyframe. Don't use group UpdateRotation since this enqueues a terse | UbitUmarov | 1 | -2/+6 | |
update and we are sending them imediatly | |||||
2013-01-09 | fix llGetRot and parameters prim_rotation for attachments. Only on | UbitUmarov | 1 | -1/+27 | |
LSL_api to avoid side effects for now | |||||
2013-01-09 | stop endless loop in lGetLinkPrimitiveParams | UbitUmarov | 1 | -0/+2 | |
2013-01-09 | Prevent a null ref in llGetLinkPrimiteveParams. Still not a fix for the real | Melanie | 1 | -1/+1 | |
issue. | |||||
2013-01-09 | Revert "Prevent empty Anim Packs" | Melanie | 1 | -12/+0 | |
This reverts commit ab053df706055b0aa8fe2d10f89488be97d36841. | |||||
2013-01-09 | Revert "Fix sequence id fr default anim" | Melanie | 1 | -1/+1 | |
This reverts commit 8f37f2ca7edd408f30165fef9817375a9813ce90. | |||||
2013-01-08 | Fix sequence id fr default anim | Melanie | 1 | -1/+1 | |
2013-01-08 | Prevent empty Anim Packs | Melanie | 1 | -0/+12 | |
2013-01-08 | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 1 | -0/+19 | |
work. | |||||
2013-01-08 | Remove now superfluous update of m_lastSize | Melanie | 1 | -3/+0 | |
2013-01-08 | also update m_lastSize in SendAvatarDataToAllAgents so more paths update | UbitUmarov | 1 | -0/+2 | |
it | |||||
2013-01-08 | Prevent avatar data from being sent during login when it's not valid and | Melanie | 2 | -2/+6 | |
crashes login on some viewers. | |||||
2013-01-08 | Revert "Remove sending AvatarData because this also happens on login, where ↵ | Melanie | 1 | -1/+9 | |
it chokes" This reverts commit d1fa650c3f16ee74cd39d9258c5ef7aa4869ca03. | |||||
2013-01-08 | Remove sending AvatarData because this also happens on login, where it chokes | Melanie | 1 | -9/+1 | |
Firestorm, Singularity and other viewers with the new appearance pipeline. | |||||
2013-01-08 | put back position and rot change check before sending releasing plane constrain | UbitUmarov | 1 | -4/+7 | |
2013-01-08 | reduce sampling of camera raycasts to previus value | UbitUmarov | 1 | -23/+26 | |
2013-01-08 | * DAnger, TEST * change camera plane collision detection. Still bounces on | UbitUmarov | 2 | -61/+88 | |
* prim edges due to camera lag | |||||
2013-01-07 | also exclude land | UbitUmarov | 1 | -3/+3 | |
2013-01-07 | exclude avatars from unfiltered RaycastWorld | UbitUmarov | 1 | -3/+3 | |
2013-01-07 | in raycast for camera exclude self detection | UbitUmarov | 1 | -3/+2 | |
2013-01-06 | don't try to read geom positions outside main ode thread :( | UbitUmarov | 1 | -10/+11 | |
2013-01-03 | bug fix, cleanup... | UbitUmarov | 3 | -38/+34 | |
2013-01-03 | check land permitions on sit target for unscripted sits | UbitUmarov | 2 | -0/+30 | |
2013-01-03 | make ResetMoveToTarget cancel any 'force' waiting to be applied to avatar | UbitUmarov | 1 | -7/+2 | |
( by the odd use of Velocity) | |||||
2013-01-03 | cancel MoveToTarget (viewer 'go here") on sits | UbitUmarov | 1 | -2/+22 | |
2013-01-02 | i try to fix avatar orientation in some cases.. | UbitUmarov | 1 | -2/+2 | |
2013-01-02 | add a lock to CollisionEventsThisFrame | UbitUmarov | 1 | -20/+29 | |
2013-01-02 | *TEST* avatar unscripted sit. Some guessing/automation | UbitUmarov | 6 | -332/+805 | |
2013-01-01 | * ubit pointed out another place where that check needed to be updated and I ↵ | teravus | 1 | -6/+3 | |
normalized it. | |||||
2013-01-01 | * This is actually the fix described the last commit.. I had commented it ↵ | teravus | 1 | -1/+1 | |
out to see if the problem had affected all attachments or just HUD attachments. | |||||
2013-01-01 | * Fixes the attachment scripted rotation bug. The problem is the code was ↵ | teravus | 1 | -2/+11 | |
relying on m_host.ParentId = 0 to determine if the attachment should be rotated against root prim offset. To fix it for attachments, we also need to check if the host's localID == RootPart's localID. otherwise we are cumulatively rotating against the host's root part rotation offset (which in this case, is it's own rotation) | |||||
2012-12-31 | * Fixed a bug that replayed old cached appearance when changing outfits | teravus | 2 | -46/+111 | |
* Added suser(bad client) DOS protection by limiting the max cacheitems to the maximum sane amount. * Prevents potential numerous loops from running amok and index errors if the client purposely provides bad cache info. * If the XBakes service wasn't running, the SetAvatarAppearance routine would crash when contacting the XBakes service even though it was in a Try/Catch for the appropriate error type. It only properly error handles with the type Exception :(. (commented on that because it's unusual) | |||||
2012-12-29 | * This finishes the implementation of AgentCachedTexture. Requires the ↵ | teravus | 4 | -28/+233 | |
XBakes Module and service for full functionality. Previous no-cache functionality works without the service and module. In some ways, I would have been happier not putting an AssetBase in WearableCacheItem.. but turns out it was probably unavoidable. No additional locks, yay. | |||||
2012-12-21 | * Partial Commit for Avatar Appearance to include the functionality of ↵ | teravus | 7 | -30/+71 | |
Cached Bakes. | |||||
2012-12-19 | * Send an Unsolicited AgentDataUpdate packet upon Root Agent Status to ↵ | teravus | 1 | -0/+20 | |
synchronize with Agni. | |||||
2012-12-19 | Add the interfaces for the new Avination baked texture cache service | Melanie | 1 | -0/+19 | |
2012-12-18 | Fix locking for good | Melanie | 1 | -3/+3 | |
2012-12-18 | missing file | UbitUmarov | 1 | -4/+3 | |
2012-12-18 | fix | UbitUmarov | 3 | -8/+27 | |
2012-12-17 | some clean up/fix | UbitUmarov | 2 | -48/+47 | |
2012-12-17 | *TESTP unscripted sit: missing files | UbitUmarov | 2 | -0/+6 | |
2012-12-17 | * TEST * unscripted sit | UbitUmarov | 3 | -176/+244 | |
2012-12-16 | Fix locking objects | Melanie | 1 | -1/+3 | |
2012-12-15 | * Fix for Prim Locking. Prior to the merge, it was just a clone of the ↵ | teravus | 1 | -4/+4 | |
root part to each of the child parts. | |||||
2012-12-14 | Prevent a failed user relogi from throwing exceptions in poll services | Melanie | 2 | -2/+2 | |
2012-12-13 | right fix this time ?? | UbitUmarov | 1 | -1/+1 | |
2012-12-13 | fix the 'fix' | UbitUmarov | 1 | -2/+2 | |
2012-12-13 | fix coment out code not in use | UbitUmarov | 1 | -2/+2 | |