aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'avination' into careminsterMelanie2013-01-1012-116/+470
|\
| * Change IsRoot to use ReferenceEquals to prevent operator == messinessMelanie2013-01-091-1/+1
| * fix llGetRot and parameters prim_rotation for attachments. Only onUbitUmarov2013-01-091-1/+27
| * stop endless loop in lGetLinkPrimitiveParamsUbitUmarov2013-01-091-0/+2
| * Prevent a null ref in llGetLinkPrimiteveParams. Still not a fix for the realMelanie2013-01-091-1/+1
| * Merge branch 'teravuswork' into avinationMelanie2013-01-091-2/+8
| |\
| | * * ubit pointed out another place where that check needed to be updated and I ...teravus2013-01-011-6/+3
| | * * This is actually the fix described the last commit.. I had commented it o...teravus2013-01-011-1/+1
| | * * Fixes the attachment scripted rotation bug. The problem is the code was r...teravus2013-01-011-2/+11
| | * Merge remote-tracking branch 'remotes/origin/avination' into teravusworkteravus2013-01-013-16/+16
| | |\
| * | | Revert "Prevent empty Anim Packs"Melanie2013-01-091-12/+0
| * | | Revert "Fix sequence id fr default anim"Melanie2013-01-091-1/+1
| * | | Fix sequence id fr default animMelanie2013-01-081-1/+1
| * | | Prevent empty Anim PacksMelanie2013-01-081-0/+12
| * | | Add the new UpdateAgentInformation cap to make maturity on more recent viewersMelanie2013-01-081-0/+19
| * | | Remove now superfluous update of m_lastSizeMelanie2013-01-081-3/+0
| * | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkMelanie2013-01-085-28/+300
| |\ \ \
| | * | | also update m_lastSize in SendAvatarDataToAllAgents so more paths updateUbitUmarov2013-01-081-0/+2
| | * | | Revert "Remove sending AvatarData because this also happens on login, where i...Melanie2013-01-081-1/+9
| | * | | Merge branch 'teravuswork' into avinationMelanie2013-01-082-46/+111
| | |\ \ \ | | | |/ /
| | | * | * Fixed a bug that replayed old cached appearance when changing outfitsteravus2012-12-312-46/+111
| | * | | Merge branch 'ubitwork' into avinationMelanie2013-01-082-57/+90
| | |\ \ \
| | * | | | Remove sending AvatarData because this also happens on login, where it chokesMelanie2013-01-081-9/+1
| | | |_|/ | | |/| |
| | * | | Merge branch 'ubitwork' into avinationMelanie2013-01-073-16/+16
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | * This finishes the implementation of AgentCachedTexture. Requires the XBak...teravus2012-12-294-28/+233
| * | | | Prevent avatar data from being sent during login when it's not valid andMelanie2013-01-082-2/+6
| | |_|/ | |/| |
| * | | put back position and rot change check before sending releasing plane constrainUbitUmarov2013-01-081-4/+7
| * | | reduce sampling of camera raycasts to previus valueUbitUmarov2013-01-081-23/+26
| * | | * DAnger, TEST * change camera plane collision detection. Still bounces onUbitUmarov2013-01-082-61/+88
| | |/ | |/|
| * | also exclude landUbitUmarov2013-01-071-3/+3
| * | exclude avatars from unfiltered RaycastWorldUbitUmarov2013-01-071-3/+3
| * | in raycast for camera exclude self detectionUbitUmarov2013-01-071-3/+2
| * | don't try to read geom positions outside main ode thread :(UbitUmarov2013-01-061-10/+11
| |/
* | Merge branch 'avination' into careminsterMelanie2013-01-0614-452/+1070
|\ \ | |/
| * bug fix, cleanup...UbitUmarov2013-01-033-38/+34
| * check land permitions on sit target for unscripted sitsUbitUmarov2013-01-032-0/+30
| * make ResetMoveToTarget cancel any 'force' waiting to be applied to avatarUbitUmarov2013-01-031-7/+2
| * cancel MoveToTarget (viewer 'go here") on sitsUbitUmarov2013-01-031-2/+22
| * i try to fix avatar orientation in some cases..UbitUmarov2013-01-021-2/+2
| * add a lock to CollisionEventsThisFrameUbitUmarov2013-01-021-20/+29
| * *TEST* avatar unscripted sit. Some guessing/automationUbitUmarov2013-01-026-332/+805
| * Merge branch 'ubitwork' into avinationMelanie2012-12-225-60/+77
| |\
| | * Merge branch 'avination' into ubitworkUbitUmarov2012-12-181-3/+3
| | |\
| | * \ Merge branch 'avination' into ubitworkUbitUmarov2012-12-183-6/+8
| | |\ \
| | * | | missing fileUbitUmarov2012-12-181-4/+3
| | * | | fixUbitUmarov2012-12-183-8/+27
| | * | | some clean up/fixUbitUmarov2012-12-172-48/+47
| * | | | * Partial Commit for Avatar Appearance to include the functionality of Cached...teravus2012-12-217-30/+71
| * | | | * Send an Unsolicited AgentDataUpdate packet upon Root Agent Status to synchr...teravus2012-12-191-0/+20
| * | | | Merge branch 'avination' of careminster:/var/git/careminster into teravusworkteravus2012-12-1921-659/+1173
| |\ \ \ \