Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Output some additional data on Vivox connection errors", this logs ↵ | Melanie | 2013-02-24 | 1 | -1/+1 |
| | | | | | | passwords! Bad! This reverts commit 79e477f6af09fae2d88a1bba45de6cb819e2800a. | ||||
* | Output some additional data on Vivox connection errors | Melanie | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | The viewer tries to parse the error message body to LLSD - give it some. | Melanie | 2013-02-24 | 1 | -2/+2 |
| | |||||
* | Revert "Allow TeleportCancel packets to reset the transfer state machine" | Melanie | 2013-02-24 | 1 | -6/+0 |
| | | | | This reverts commit 0e17887e03fb6d32cdd07838caa56e34103ae8f2. | ||||
* | Fix an issue where the viewer would request the seed cap before | Melanie | 2013-02-18 | 5 | -34/+81 |
| | | | | there was a handler for it. | ||||
* | Correctly remove https:// URLs from the http server. | Melanie | 2013-02-17 | 1 | -1/+7 |
| | |||||
* | Fix shape parameters sent for meshes tosupport the full number of faces | Melanie | 2013-02-16 | 1 | -0/+8 |
| | |||||
* | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 2013-02-14 | 2 | -5/+26 |
| | |||||
* | Small fix to sim features module | Melanie | 2013-02-14 | 1 | -0/+2 |
| | |||||
* | 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 | 5 | -46/+10 |
| | | | | | | rather" This reverts commit 04235e58e87ae42617111cad2884e42785914d4e. | ||||
* | Revert "Use actual time dilation for unqueued updates" | Melanie | 2013-02-12 | 1 | -1/+1 |
| | | | | This reverts commit 048e904f051ccc38e7d00936b45288af3c6fc010. | ||||
* | Use actual time dilation for unqueued updates | Melanie | 2013-02-12 | 1 | -1/+1 |
| | |||||
* | Push updates from keyframe directly to the front of the output queue rather | Melanie | 2013-02-12 | 5 | -10/+46 |
| | | | | 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 "Bounce" to "Restitution" in PhysicsActor as well. It appears these | Melanie | 2013-02-07 | 1 | -1/+1 |
| | | | | values are not even used. | ||||
* | Rename Bounciness to Restitution | Melanie | 2013-02-07 | 6 | -12/+12 |
| | |||||
* | Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP | Melanie | 2013-02-06 | 6 | -116/+188 |
| | |||||
* | Make scripts shout a error but not stop when button count is overrun on llDialog | Melanie | 2013-02-05 | 1 | -7/+9 |
| | |||||
* | Merge branch 'teravuswork' into avination | Melanie | 2013-01-31 | 1 | -12/+23 |
|\ | |||||
| * | * This Checks the asset of each wearable asynchronously and repairs if it's ↵ | teravus | 2013-01-29 | 1 | -12/+23 |
| | | | | | | | | required. | ||||
* | | * 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 | 2 | -2/+84 |
| | | | | | | | | | | | | | | | | (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. | ||||
* | Change default avatar replacements to be ruth rather than urban male | Melanie | 2013-01-28 | 1 | -13/+10 |
| | |||||
* | 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 | 2 | -7/+9 |
| | | | | | 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 |
| | |||||
* | Merge branch 'teravuswork' into avination | Melanie | 2013-01-26 | 2 | -7/+277 |
|\ | |||||
| * | * This update is ugly as sin, but it 'fills in the blanks' of your ↵ | teravus | 2013-01-26 | 1 | -4/+259 |
| | | | | | | | | appearance when your inventory items go missing. This repairs appearance from missing wearables immediately on the V1 appearance pipeline, the second login on Firestorm. It only replaces the essential body parts that are missing.. hair, skin, eyes, shape... so if you delete all your wearables, you will rez naked. Anyway, this is still experimental.. I need another day of playing with this to handle all of the situations. One thing that I still need to do is try and get the assets.. and if we can't get the assets for some reason, skip and replace that part of the outfit. | ||||
| * | Merge remote-tracking branch 'remotes/origin/avination' into teravuswork | teravus | 2013-01-26 | 8 | -51/+90 |
| |\ | |||||
| * | | * Handle a NRE with Baked Textures that may result in a failed appearance. ↵ | teravus | 2013-01-22 | 1 | -3/+18 |
| | | | | | | | | | | | | This may be an issue, or it may be a symptom. | ||||
* | | | bug fix: crash when too many collisions on a ode step | UbitUmarov | 2013-01-26 | 1 | -36/+40 |
| |/ |/| | |||||
* | | Make llGiveMoney async again. The return value is now the constant 1 to make | Melanie | 2013-01-24 | 1 | -8/+10 |
| | | | | | | | | | | scripts work properly. Scripts will no longer receive a failure indication through this return value; | ||||
* | | Reintroduce the return value of llGiveMoney. The grid will crash and burn ↵ | Melanie | 2013-01-24 | 3 | -12/+12 |
| | | | | | | | | without it. | ||||
* | | Null check the response body to make sure we're not crashing the script engine | Melanie | 2013-01-24 | 1 | -0/+6 |
| | | |||||
* | | Implement get version RemoteAdmin call | Melanie | 2013-01-23 | 2 | -2/+18 |
| | | |||||
* | | Prevent double ground collisions and prefer the physics result if there is one. | Melanie | 2013-01-23 | 1 | -3/+15 |
| | | | | | | | | | | ODE is known to not see the ground sometimes on raycast so the double test is needed. | ||||
* | | Fix a type (Suports => Supports). Also put the normal terrain collision check | Melanie | 2013-01-23 | 4 | -12/+12 |
| | | | | | | | | into the physics check patch for now since physics doesn't properly return land for some reason (as tested by Nebadon) | ||||
* | | Remove the return value from llGiveMoney (it was a LSL extension of OpenSim) and | Melanie | 2013-01-23 | 3 | -31/+29 |
| | | | | | | | | | | make the function async so the script thread is not held up waiting for comms to an external server. | ||||
* | | EXPERIMENTAL - Comment out the check for the agent already being in transit | Melanie | 2013-01-23 | 1 | -8/+9 |
| | | | | | | | | | | to prevent avatars being locked into their sim on a failed teleport. May have side effects and must be revisited to fix right. | ||||
* | | Guard against XMLRPC module ref being null, which will happen if it's disabled | Melanie | 2013-01-23 | 1 | -3/+7 |
|/ | |||||
* | * A better way to handle the last fix (This is in case the viewer provides a ↵ | teravus | 2013-01-21 | 1 | -10/+16 |
| | | | | list of preferred formats, though, technically, the sim would pick the first provided format the old way). This just makes it more obvious what's happening. | ||||
* | Merge remote-tracking branch 'remotes/origin/avination' into teravuswork | teravus | 2013-01-21 | 7 | -309/+82 |
|\ | |||||
| * | 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 |
| | |