Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Keyframe motion cross regions again | Melanie | 2013-03-03 | 2 | -2/+4 |
| | |||||
* | Fix an issue where the viewer would request the seed cap before | Melanie | 2013-02-18 | 2 | -19/+39 |
| | | | | there was a handler for it. | ||||
* | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 2013-02-14 | 1 | -1/+5 |
| | |||||
* | Revert "Make keyframes use the sim's frame timer" | Melanie | 2013-02-12 | 1 | -8/+15 |
| | | | | This reverts commit e85a6237bfc0f00de4a183e29e515fa5baf1aa7f. | ||||
* | Revert "Push updates from keyframe directly to the front of the output queue ↵ | Melanie | 2013-02-12 | 3 | -24/+9 |
| | | | | | | rather" This reverts commit 04235e58e87ae42617111cad2884e42785914d4e. | ||||
* | Push updates from keyframe directly to the front of the output queue rather | Melanie | 2013-02-12 | 3 | -9/+24 |
| | | | | than through the update system. | ||||
* | Make keyframes use the sim's frame timer | Melanie | 2013-02-11 | 1 | -15/+8 |
| | |||||
* | Refactor KeyframeMotion to use one timer class per scene | Melanie | 2013-02-11 | 1 | -20/+75 |
| | |||||
* | Actually plumb the new values to physics. | Melanie | 2013-02-07 | 1 | -0/+20 |
| | |||||
* | Rename Bounciness to Restitution | Melanie | 2013-02-07 | 2 | -6/+6 |
| | |||||
* | Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP | Melanie | 2013-02-06 | 2 | -0/+9 |
| | |||||
* | * This adds a bit more to the previous flying roll effect by adding ↵ | teravus | 2013-01-31 | 1 | -10/+50 |
| | | | | additional roll when pressing page down, and reducing your roll when pressing page up to make it feel more responsive and give the user more visual feedback. | ||||
* | * Adds a satisfying angular roll when an avatar is flying and turning. ↵ | Melanie | 2013-01-31 | 1 | -0/+81 |
| | | | | | | | | (General, not physics). Makes flying not feel as stiff. Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | ||||
* | Change keyframe motion to use a single timer for all objects. This is required | Melanie | 2013-01-30 | 1 | -236/+229 |
| | | | | | to prevent slippage between objects that are meant to move synchronously or keep their relative positions/rotations. | ||||
* | Send moving_end event to scripts when keyframed motion ends. | Melanie | 2013-01-27 | 1 | -0/+10 |
| | |||||
* | Prevent items being destroyed by rename operations. Renaming of a wearable also | Melanie | 2013-01-27 | 1 | -6/+7 |
| | | | | | sends an asset transaciton but it is empty. So we can't ignore name data when a transaction is present and can't treat every transaction as valid. | ||||
* | Reinstate cleaning objects from parcel when avatars sit on them. Instead do it | Melanie | 2013-01-26 | 2 | -2/+2 |
| | | | | properly for temp-on-rez. Auto-return overrides sitting. Temp does not. | ||||
* | Stop temp-on-rez object from being deleted while an avatar sits on them | Melanie | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Fix a type (Suports => Supports). Also put the normal terrain collision check | Melanie | 2013-01-23 | 1 | -2/+2 |
| | | | | into the physics check patch for now since physics doesn't properly return land for some reason (as tested by Nebadon) | ||||
* | Add accessors to allow serializing rot and position targets | Melanie | 2013-01-21 | 1 | -2/+12 |
| | |||||
* | Limit active at targets to 8 | Melanie | 2013-01-21 | 1 | -2/+6 |
| | |||||
* | Prevent scene from holding references to SOGs with attargets beyond SOG deletion | Melanie | 2013-01-21 | 1 | -6/+12 |
| | |||||
* | dont send a full grp update on stopmovetotarget. just a rootpart terse | UbitUmarov | 2013-01-16 | 2 | -1/+3 |
| | |||||
* | Add Refresh() Method to ISerachModule to allow forcing a sim to resend it's | Melanie | 2013-01-15 | 1 | -1/+1 |
| | | | | search data | ||||
* | go back bypassing sog updates control (test) | UbitUmarov | 2013-01-11 | 1 | -12/+12 |
| | |||||
* | update the last information sent in terse updates where they are sent to all | UbitUmarov | 2013-01-11 | 1 | -10/+19 |
| | | | | clients and not only on Scheduled sends | ||||
* | remove redundant lastPhysGroupPos and lastPhysGroupRot checks | UbitUmarov | 2013-01-11 | 1 | -16/+3 |
| | | | | in SOG Update(). rootpart does more complet checks | ||||
* | same for AngularVelocity. Use normal terse updates in place of sending | UbitUmarov | 2013-01-11 | 1 | -10/+18 |
| | | | | imediatly. If that's good for physics, needs to be good for this | ||||
* | keyframe. Don't use group UpdateRotation since this enqueues a terse | UbitUmarov | 2013-01-11 | 1 | -2/+6 |
| | | | | update and we are sending them imediatly | ||||
* | Revert "Prevent empty Anim Packs" | Melanie | 2013-01-09 | 1 | -12/+0 |
| | | | | This reverts commit ab053df706055b0aa8fe2d10f89488be97d36841. | ||||
* | Revert "Fix sequence id fr default anim" | Melanie | 2013-01-09 | 1 | -1/+1 |
| | | | | This reverts commit 8f37f2ca7edd408f30165fef9817375a9813ce90. | ||||
* | Fix sequence id fr default anim | Melanie | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Prevent empty Anim Packs | Melanie | 2013-01-08 | 1 | -0/+12 |
| | |||||
* | Remove now superfluous update of m_lastSize | Melanie | 2013-01-08 | 1 | -3/+0 |
| | |||||
* | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork | Melanie | 2013-01-08 | 2 | -2/+4 |
|\ | |||||
| * | also update m_lastSize in SendAvatarDataToAllAgents so more paths update | UbitUmarov | 2013-01-08 | 1 | -0/+2 |
| | | | | | | | | it | ||||
| * | Revert "Remove sending AvatarData because this also happens on login, where ↵ | Melanie | 2013-01-08 | 1 | -1/+9 |
| | | | | | | | | | | | | it chokes" This reverts commit d1fa650c3f16ee74cd39d9258c5ef7aa4869ca03. | ||||
| * | Merge branch 'ubitwork' into avination | Melanie | 2013-01-08 | 1 | -45/+61 |
| |\ | |||||
| * | | Remove sending AvatarData because this also happens on login, where it chokes | Melanie | 2013-01-08 | 1 | -9/+1 |
| | | | | | | | | | | | | Firestorm, Singularity and other viewers with the new appearance pipeline. | ||||
| * | | Merge branch 'ubitwork' into avination | Melanie | 2013-01-07 | 1 | -3/+2 |
| |\ \ | |||||
| * | | | * This finishes the implementation of AgentCachedTexture. Requires the ↵ | teravus | 2012-12-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Prevent avatar data from being sent during login when it's not valid and | Melanie | 2013-01-08 | 2 | -2/+6 |
| |_|/ |/| | | | | | | | | crashes login on some viewers. | ||||
* | | | put back position and rot change check before sending releasing plane constrain | UbitUmarov | 2013-01-08 | 1 | -4/+7 |
| | | | |||||
* | | | reduce sampling of camera raycasts to previus value | UbitUmarov | 2013-01-08 | 1 | -23/+26 |
| | | | |||||
* | | | * DAnger, TEST * change camera plane collision detection. Still bounces on | UbitUmarov | 2013-01-08 | 1 | -49/+59 |
| |/ |/| | | | | | * prim edges due to camera lag | ||||
* | | in raycast for camera exclude self detection | UbitUmarov | 2013-01-07 | 1 | -3/+2 |
|/ | |||||
* | check land permitions on sit target for unscripted sits | UbitUmarov | 2013-01-03 | 1 | -0/+17 |
| | |||||
* | make ResetMoveToTarget cancel any 'force' waiting to be applied to avatar | UbitUmarov | 2013-01-03 | 1 | -7/+2 |
| | | | | ( by the odd use of Velocity) | ||||
* | cancel MoveToTarget (viewer 'go here") on sits | UbitUmarov | 2013-01-03 | 1 | -2/+22 |
| | |||||
* | *TEST* avatar unscripted sit. Some guessing/automation | UbitUmarov | 2013-01-02 | 1 | -2/+4 |
| |