Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix sequence id fr default anim | Melanie | 2013-01-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Prevent empty Anim Packs | Melanie | 2013-01-08 | 1 | -0/+12 | |
| | | | ||||||
| * | | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 2013-01-08 | 1 | -2/+20 | |
| | | | | | | | | | | | | work. | |||||
| * | | BulletSim: improve vehicle angular banking and deflection computation. ↵ | Robert Adams | 2013-01-07 | 1 | -19/+18 | |
| | | | | | | | | | | | | Rotate angular correction forces to be world relative rather than vehicle relative. | |||||
| * | | BulletSim: add function to push avatar up when hitting stairs. | Robert Adams | 2013-01-07 | 5 | -27/+119 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like BulletSim and ODE rely on penetration correction to cause the avatar to move up and thus allowing walking up stairs. Object penetration was minimized for walking and flying (so one doesn't go through walls) and this stopped stairs from working. This commit introduces avatar movement code to check for collisions at the feet while walking and attempts to raise the avatar for the steps. Not yet perfect but movement is better. | |||||
| * | | BulletSim: fix exception when re-creating the terrain when loading an OAR file | Robert Adams | 2013-01-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | BulletSim: comments and removing small compile errors introduced in last commit. | Robert Adams | 2013-01-06 | 3 | -9/+3 | |
| | | | ||||||
| * | | BulletSim: update DLLs and SOs with better debugging output. | Robert Adams | 2013-01-06 | 4 | -12/+151 | |
| | | | | | | | | | | | | | | | Add definition of hand crafted avatar mesh. Not used yet. Comments and cleanup. | |||||
* | | | Merge branch 'avination' into careminster | Melanie | 2013-01-10 | 12 | -116/+470 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||||
| * | | | Change IsRoot to use ReferenceEquals to prevent operator == messiness | Melanie | 2013-01-09 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
| * | | fix llGetRot and parameters prim_rotation for attachments. Only on | UbitUmarov | 2013-01-09 | 1 | -1/+27 | |
| | | | | | | | | | | | | LSL_api to avoid side effects for now | |||||
| * | | stop endless loop in lGetLinkPrimitiveParams | UbitUmarov | 2013-01-09 | 1 | -0/+2 | |
| | | | ||||||
| * | | Prevent a null ref in llGetLinkPrimiteveParams. Still not a fix for the real | Melanie | 2013-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | issue. | |||||
| * | | Merge branch 'teravuswork' into avination | Melanie | 2013-01-09 | 1 | -2/+8 | |
| |\ \ | ||||||
| | * | | * ubit pointed out another place where that check needed to be updated and I ↵ | teravus | 2013-01-01 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | normalized it. | |||||
| | * | | * This is actually the fix described the last commit.. I had commented it ↵ | teravus | 2013-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | out to see if the problem had affected all attachments or just HUD attachments. | |||||
| | * | | * Fixes the attachment scripted rotation bug. The problem is the code was ↵ | teravus | 2013-01-01 | 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) | |||||
| | * | | Merge remote-tracking branch 'remotes/origin/avination' into teravuswork | teravus | 2013-01-01 | 3 | -16/+16 | |
| | |\ \ | ||||||
| * | | | | 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 | |
| | | | | | ||||||
| * | | | | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 2013-01-08 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | work. | |||||
| * | | | | 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 | 5 | -28/+300 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 'teravuswork' into avination | Melanie | 2013-01-08 | 2 | -46/+111 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | * Fixed a bug that replayed old cached appearance when changing outfits | teravus | 2012-12-31 | 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) | |||||
| | * | | | | Merge branch 'ubitwork' into avination | Melanie | 2013-01-08 | 2 | -57/+90 | |
| | |\ \ \ \ | ||||||
| | * | | | | | 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 | 3 | -16/+16 | |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | * This finishes the implementation of AgentCachedTexture. Requires the ↵ | teravus | 2012-12-29 | 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. | |||||
| * | | | | | 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 | 2 | -61/+88 | |
| | |/ / | |/| | | | | | | | | | | * prim edges due to camera lag | |||||
| * | | | also exclude land | UbitUmarov | 2013-01-07 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | exclude avatars from unfiltered RaycastWorld | UbitUmarov | 2013-01-07 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | in raycast for camera exclude self detection | UbitUmarov | 2013-01-07 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | don't try to read geom positions outside main ode thread :( | UbitUmarov | 2013-01-06 | 1 | -10/+11 | |
| |/ / | ||||||
* | | | Merge branch 'avination' into careminster | Melanie | 2013-01-06 | 14 | -452/+1070 | |
|\ \ \ | |/ / | ||||||
| * | | bug fix, cleanup... | UbitUmarov | 2013-01-03 | 3 | -38/+34 | |
| | | | ||||||
| * | | check land permitions on sit target for unscripted sits | UbitUmarov | 2013-01-03 | 2 | -0/+30 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | i try to fix avatar orientation in some cases.. | UbitUmarov | 2013-01-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | add a lock to CollisionEventsThisFrame | UbitUmarov | 2013-01-02 | 1 | -20/+29 | |
| | | | ||||||
| * | | *TEST* avatar unscripted sit. Some guessing/automation | UbitUmarov | 2013-01-02 | 6 | -332/+805 | |
| | | | ||||||
| * | | Merge branch 'ubitwork' into avination | Melanie | 2012-12-22 | 5 | -60/+77 | |
| |\ \ |