| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '8bf0a9f85dda4b1831630b65620d5c6868196c11' into careminster | Melanie | 2013-01-16 | 1 | -3/+3 |
|\ |
|
| * | Fix exception reporting in SceneObjectPart so it logs what the exception is r... | Robert Adams | 2013-01-11 | 1 | -2/+2 |
| * | Save attachments on detach/exit if a contained script state has been changed. | Justin Clark-Casey (justincc) | 2013-01-11 | 1 | -0/+3 |
* | | Merge branch 'avination' into careminster | Melanie | 2013-01-13 | 3 | -31/+39 |
|\ \ |
|
| * | | 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 |
| * | | remove redundant lastPhysGroupPos and lastPhysGroupRot checks | UbitUmarov | 2013-01-11 | 1 | -16/+3 |
| * | | same for AngularVelocity. Use normal terse updates in place of sending | UbitUmarov | 2013-01-11 | 1 | -10/+18 |
| * | | keyframe. Don't use group UpdateRotation since this enqueues a terse | UbitUmarov | 2013-01-11 | 1 | -2/+6 |
* | | | Merge branch 'master' into careminster | Melanie | 2013-01-11 | 2 | -103/+123 |
|\ \ \
| | |/
| |/| |
|
| * | | Move scene debug commands into separate module. Command changes from "debug ... | Justin Clark-Casey (justincc) | 2013-01-10 | 2 | -94/+102 |
| * | | refactor: route the final scene backup through the same code that handles per... | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -10/+1 |
| * | | Add "debug scene pbackup true|false" console command. This enables or disabl... | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -9/+30 |
| * | | Revert "Prevent empty Anim Packs" | Melanie | 2013-01-09 | 1 | -12/+0 |
| * | | Revert "Fix sequence id fr default anim" | Melanie | 2013-01-09 | 1 | -1/+1 |
| * | | Fix sequence id fr default anim | Melanie | 2013-01-08 | 1 | -1/+1 |
| * | | Prevent empty Anim Packs | Melanie | 2013-01-08 | 1 | -0/+12 |
* | | | Merge branch 'avination' into careminster | Melanie | 2013-01-10 | 4 | -61/+74 |
|\ \ \ |
|
| * | | | Change IsRoot to use ReferenceEquals to prevent operator == messiness | Melanie | 2013-01-09 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Revert "Prevent empty Anim Packs" | Melanie | 2013-01-09 | 1 | -12/+0 |
| * | | Revert "Fix sequence id fr default anim" | Melanie | 2013-01-09 | 1 | -1/+1 |
| * | | 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 |
| | * | | Revert "Remove sending AvatarData because this also happens on login, where i... | Melanie | 2013-01-08 | 1 | -1/+9 |
| | * | | 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 |
| | * | | | Merge branch 'ubitwork' into avination | Melanie | 2013-01-07 | 1 | -3/+2 |
| | |\ \ \ |
|
| | * | | | | * This finishes the implementation of AgentCachedTexture. Requires the XBak... | teravus | 2012-12-29 | 1 | -2/+2 |
| * | | | | | Prevent avatar data from being sent during login when it's not valid and | Melanie | 2013-01-08 | 2 | -2/+6 |
| | |_|/ /
| |/| | | |
|
| * | | | | 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 |
| | |/ /
| |/| | |
|
| * | | | in raycast for camera exclude self detection | UbitUmarov | 2013-01-07 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge branch 'avination' into careminster | Melanie | 2013-01-06 | 2 | -53/+115 |
|\ \ \
| |/ / |
|
| * | | 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 |
| * | | 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 |
| * | | Merge branch 'ubitwork' into avination | Melanie | 2012-12-22 | 1 | -47/+46 |
| |\ \ |
|
| | * \ | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-12-18 | 1 | -3/+3 |
| | |\ \ |
|
| | * \ \ | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-12-18 | 1 | -4/+6 |
| | |\ \ \ |
|
| | * | | | | some clean up/fix | UbitUmarov | 2012-12-17 | 1 | -47/+46 |
| * | | | | | * Partial Commit for Avatar Appearance to include the functionality of Cached... | teravus | 2012-12-21 | 2 | -12/+21 |
| * | | | | | * Send an Unsolicited AgentDataUpdate packet upon Root Agent Status to synchr... | teravus | 2012-12-19 | 1 | -0/+20 |
* | | | | | | Merge branch 'master' into careminster | Melanie | 2013-01-04 | 4 | -81/+74 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Fix llGetLinkKey() to return the last sat avatar as the last link number. | Justin Clark-Casey (justincc) | 2013-01-04 | 2 | -46/+68 |
| * | | | | | Fixed several problems with the Sun: some settings didn't work, or were incon... | Oren Hurvitz | 2013-01-02 | 2 | -35/+6 |