Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-26 | SH-641 Fix for some objects not properly switching LoD under some situations. | Dave Parks | |
Fix for redundant calls to stateSort(LLDrawable*...) Put back "Build Queue" info display. | |||
2011-01-12 | Fix for Sh-780 and tweak for nametag height (Sh-638). | prep linden | |
2011-01-05 | Fix for SH-579 | prep | |
2010-12-06 | Fix for SH-542 | prep | |
2010-12-03 | Fix for SH-479 | prep linden | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-30 | SH-435 FIXED Crash on login from infinite loop in LLVOAvatarSelf | Loren Shih | |
Added additional check to prevent infinite loop. Blind fix since we have no repro. | |||
2010-10-28 | - Pelvis offsets are now preserved | prep | |
- Fix for CTS-261 | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | Initial work on viewer motion interpolation. Changes include: | Dave SIMmONs | |
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff * | |||
2010-10-05 | Reset joint positions after detaching a rigged model | prep linden | |
2010-09-27 | merge | Dave Parks | |
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583 | Tofu Linden | |
2010-09-08 | VWR-22901 FIXED Backwards compatibility for multiattachments | Loren Shih | |
Better handling of invalid attachment points. You can now detach points that are incompatible with your viewer, versus having those permanently in the COF> | |||
2010-09-05 | re-merged VWR-20583 | Boroondas Gupte | |
2010-09-03 | Merge Zai Lynch's http://bitbucket.org/ZaiLynch/vwr-19505 | Tofu Linden | |
2010-09-02 | merged VWR-20583 | Boroondas Gupte | |
2010-09-02 | VWR-20583 FIXED submenu indicators (▶ a.k.a. U+25B6) shouldn't be hard-coded | Boroondas Gupte | |
in context menu sub menu names Use the same mechanism for adding the triangle in LLContextMenuBranch as is already used in LLMenuItemBranchGL. As a bonus, the triangles will be nicely right-aligned, just as in the main menu. Remaining hard-coded triangles all are in indra/newview/skins/default/xui/*/panel_voice_effect.xml. | |||
2010-09-01 | some follow-up for VWR-17801. | Tofu Linden | |
2010-09-01 | VWR-17801 Wrong submenu character when you right click on yourself | Tofu Linden | |
Patch by jonathan yap. | |||
2010-08-26 | fix for VWR-19505 | ZaiLynch | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-20 | merge from viewer-release | Tofu Linden | |
2010-08-20 | merge from viewer-release | Tofu Linden | |
2010-08-18 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-18 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-17 | (final?) hairy merge from viewer-release to viewer-public | Tofu Linden | |
2010-08-17 | (final?) hairy merge from viewer-release to viewer-public | Tofu Linden | |
2010-08-13 | merge | Brad Payne (Vir Linden) | |
2010-08-13 | merge | Brad Payne (Vir Linden) | |
2010-08-13 | DEV-52580 FIX | Brad Payne (Vir Linden) | |
2010-08-13 | DEV-52580 FIX | Brad Payne (Vir Linden) | |
2010-08-13 | EXT-8650 Can wear multiple copies of no-copy item via object links | Loren Shih | |
* EXT-8688 Automatically detach same object is detected * EXT-8689 Cleanup detachAttachmentIntoInventory code When an object arrives as an attachment, if it's already attached then it's automatically detached. | |||
2010-08-13 | EXT-8650 Can wear multiple copies of no-copy item via object links | Loren Shih | |
* EXT-8688 Automatically detach same object is detected * EXT-8689 Cleanup detachAttachmentIntoInventory code When an object arrives as an attachment, if it's already attached then it's automatically detached. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-12 | merge from viewer-release | Tofu Linden | |
2010-08-12 | merge from viewer-release | Tofu Linden | |
2010-08-11 | EXT-8650 Can wear mutliple copies of a no-copy item via object links | Loren Shih | |
- EXT-8660 Cleanup ambiguous llviewerobject::set/getItemID code Lots of files changed, but this is mostly just a trivial function call rename. This change is very low risk. | |||
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-07-30 | Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1 | Kent Quirk | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-22 | EXT-8051 FIXED Change cameraCustomizeAvatar calls to use ↵ | Loren Shih | |
gAvatarp->isUsingBakedTextures Changed some uses of cameraCustomizeAvatar as appropriate. | |||
2010-07-27 | Merge from dessie/viewer-release | Richard Linden | |
2010-07-27 | Merge from dessie/viewer-release | Richard Linden | |
2010-07-20 | EXT-7500: FIXED: Texture Jamming problems with http texture off | Xiaohong Bao | |