aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-24The viewer tries to parse the error message body to LLSD - give it some.Melanie1-2/+2
2013-02-24Revert "Allow TeleportCancel packets to reset the transfer state machine"Melanie1-6/+0
This reverts commit 0e17887e03fb6d32cdd07838caa56e34103ae8f2.
2013-02-18Fix an issue where the viewer would request the seed cap beforeMelanie5-34/+81
there was a handler for it.
2013-02-17Correctly remove https:// URLs from the http server.Melanie1-1/+7
2013-02-16Fix shape parameters sent for meshes tosupport the full number of facesMelanie1-0/+8
2013-02-14Add an event and some logic to allow customizing Simulator Features by avatarMelanie2-5/+26
2013-02-14Small fix to sim features moduleMelanie1-0/+2
2013-02-12Revert "Make keyframes use the sim's frame timer"Melanie1-8/+15
This reverts commit e85a6237bfc0f00de4a183e29e515fa5baf1aa7f.
2013-02-12Revert "Push updates from keyframe directly to the front of the output queue ↵Melanie5-46/+10
rather" This reverts commit 04235e58e87ae42617111cad2884e42785914d4e.
2013-02-12Revert "Use actual time dilation for unqueued updates"Melanie1-1/+1
This reverts commit 048e904f051ccc38e7d00936b45288af3c6fc010.
2013-02-12Use actual time dilation for unqueued updatesMelanie1-1/+1
2013-02-12Push updates from keyframe directly to the front of the output queue ratherMelanie5-10/+46
than through the update system.
2013-02-11Make keyframes use the sim's frame timerMelanie1-15/+8
2013-02-11Refactor KeyframeMotion to use one timer class per sceneMelanie1-20/+75
2013-02-07Actually plumb the new values to physics.Melanie1-0/+20
2013-02-07Rename "Bounce" to "Restitution" in PhysicsActor as well. It appears theseMelanie1-1/+1
values are not even used.
2013-02-07Rename Bounciness to RestitutionMelanie6-12/+12
2013-02-06Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SPMelanie6-116/+188
2013-02-05Make scripts shout a error but not stop when button count is overrun on llDialogMelanie1-7/+9
2013-01-31* This adds a bit more to the previous flying roll effect by adding ↵teravus1-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.
2013-01-31* Adds a satisfying angular roll when an avatar is flying and turning. ↵Melanie2-2/+84
(General, not physics). Makes flying not feel as stiff. Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
2013-01-30Change keyframe motion to use a single timer for all objects. This is requiredMelanie1-236/+229
to prevent slippage between objects that are meant to move synchronously or keep their relative positions/rotations.
2013-01-29* This Checks the asset of each wearable asynchronously and repairs if it's ↵teravus1-12/+23
required.
2013-01-28Change default avatar replacements to be ruth rather than urban maleMelanie1-13/+10
2013-01-27Send moving_end event to scripts when keyframed motion ends.Melanie1-0/+10
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie2-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.
2013-01-26Reinstate cleaning objects from parcel when avatars sit on them. Instead do itMelanie2-2/+2
properly for temp-on-rez. Auto-return overrides sitting. Temp does not.
2013-01-26Stop temp-on-rez object from being deleted while an avatar sits on themMelanie1-1/+1
2013-01-26* This update is ugly as sin, but it 'fills in the blanks' of your ↵teravus1-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.
2013-01-26bug fix: crash when too many collisions on a ode stepUbitUmarov1-36/+40
2013-01-24Make llGiveMoney async again. The return value is now the constant 1 to makeMelanie1-8/+10
scripts work properly. Scripts will no longer receive a failure indication through this return value;
2013-01-24Reintroduce the return value of llGiveMoney. The grid will crash and burn ↵Melanie3-12/+12
without it.
2013-01-24Null check the response body to make sure we're not crashing the script engineMelanie1-0/+6
2013-01-23Implement get version RemoteAdmin callMelanie2-2/+18
2013-01-23Prevent double ground collisions and prefer the physics result if there is one.Melanie1-3/+15
ODE is known to not see the ground sometimes on raycast so the double test is needed.
2013-01-23Fix a type (Suports => Supports). Also put the normal terrain collision checkMelanie4-12/+12
into the physics check patch for now since physics doesn't properly return land for some reason (as tested by Nebadon)
2013-01-23Remove the return value from llGiveMoney (it was a LSL extension of OpenSim) andMelanie3-31/+29
make the function async so the script thread is not held up waiting for comms to an external server.
2013-01-23EXPERIMENTAL - Comment out the check for the agent already being in transitMelanie1-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.
2013-01-23Guard against XMLRPC module ref being null, which will happen if it's disabledMelanie1-3/+7
2013-01-22* Handle a NRE with Baked Textures that may result in a failed appearance. ↵teravus1-3/+18
This may be an issue, or it may be a symptom.
2013-01-21* A better way to handle the last fix (This is in case the viewer provides a ↵teravus1-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.
2013-01-21* The fallthrough of FetchTexture was no longer resulting in a 404 response ↵teravus1-1/+10
on missing textures. It was just waiting and no event was being provided. This re-enables the 404 response.
2013-01-21* Fix notecard loading - If the notecard name is formatted like a UUID but ↵teravus1-11/+35
isn't an actual asset UUID, then try to load it like an asset id first, then try to load it as a task inventoryitem name. If the passed UUID is a string, try to load it like a task inventory item name.
2013-01-21Add accessors to allow serializing rot and position targetsMelanie1-2/+12
2013-01-21Limit active at targets to 8Melanie1-2/+6
2013-01-21Prevent scene from holding references to SOGs with attargets beyond SOG deletionMelanie1-6/+12
2013-01-21Allow TeleportCancel packets to reset the transfer state machineMelanie1-0/+6
2013-01-20Implement HTTP Request froma thread pool to avoid packet congestionMelanie1-14/+45
2013-01-20Revert "Refactor scripted http request to use async calls rather than hard ↵Melanie1-87/+53
threads" This reverts commit 461ecd7cf9edebce45ab715901a7f3b02c216e7b.
2013-01-20Refactor scripted http request to use async calls rather than hard threadsMelanie1-53/+87