Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
2010-08-11 | Updated viewer patch number & channel | Dessie Linden | |
2010-08-09 | EXT-8596: FIXED: crash at LLTextureFetchWorker::doWork(int) [secondlife-bin ↵ | Xiaohong Bao | |
lltexturefetch.cpp] line 1061 | |||
2010-08-06 | Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity" | Monroe Linden | |
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel(). Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid. | |||
2010-08-06 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-06 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-06 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-06 | EXT-8447: FIXED: crash at ↵ | Xiaohong Bao | |
LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp] | |||
2010-08-06 | EXT-8447: FIXED: crash at ↵ | Xiaohong Bao | |
LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp] | |||
2010-08-06 | EXT-8579 FIXED Develop.Avatar.Animation Info should not show asset IDs | Tofu Linden | |
Made it so that you only see real UUIDs if the viewer thinks you are in real godmode. | |||
2010-08-06 | merge from PE's viewer-release | Tofu Linden | |
2010-08-05 | CT-575 WIP IT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-05 | EXT-8309 FIXED Incorrect French date format in place profile and status bar. | Vadim Savchuk | |
Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ | |||
2010-08-05 | CT-575 WIP IT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-05 | EXT-8309 FIXED Incorrect French date format in place profile and status bar. | Vadim Savchuk | |
Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ --HG-- branch : product-engine | |||
2010-08-05 | EXT-8553 FIXED Substituted "Object Profile" menu item label by "Item ↵ | Andrew Dyukov | |
Profile" in My Outfits. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/836/ --HG-- branch : product-engine | |||
2010-08-05 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-05 | merge from PE's viewer-release | Tofu Linden | |
2010-08-04 | CT-575 WIP FR translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-04 | merge | Brad Payne (Vir Linden) | |
2010-08-04 | EXT-8283 FIX, EXT-8360 FIX - original fixes got broken, presumably during ↵ | Brad Payne (Vir Linden) | |
some merge | |||
2010-08-04 | Merge | Eli Linden | |
2010-08-04 | CT-575 WIP PT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-04 | EXT-7511 FIXED Fixed item selection cropping in Edit Outfit | Andrew Dyukov | |
Restored changeset which was lost after merge 58571b4e704b. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/780/ | |||
2010-08-04 | EXT-7511 FIXED Fixed item selection cropping in Edit Outfit | Andrew Dyukov | |
Restored changeset which was lost after merge 58571b4e704b. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/780/ --HG-- branch : product-engine | |||
2010-08-04 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-04 | more fix for EXT-7397: decoding textures get stuck in REQ status | Xiaohong Bao | |
2010-08-04 | automated merge | Loren Shih | |
2010-08-04 | EXT-8550 DONE Rewrite "You [ACTION] a [RESOLUTION] baked texture for ↵ | Loren Shih | |
'[BODYREGION]' after [TIME] seconds." for localization Split this into two messages to take out ACTION as requested. | |||
2010-08-04 | CT-575 WIP FR translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-04 | CT-575 WIP PT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-04 | EXT-8548 FIXED Login screen contains invisible field which blocks ↵ | Tofu Linden | |
keyboard-only login The panel_layout itself was taking focus by default (hmm). | |||
2010-08-04 | Merge | Aimee Linden | |
2010-08-04 | DEV-52379 FIXED (Supplementary to my supplementary) Fix Linux build breakage ↵ | Aimee Linden | |
... oopsie. | |||
2010-08-04 | Merge | Aimee Linden | |
2010-08-04 | DEV-52379 FIXED (Supplementary) Viewer is not successfully caching object ↵ | Aimee Linden | |
geometry Encapsulated building of the cache filename into a help function to prevent code duplication. Reviewed by Tofu. | |||
2010-08-04 | merge from PE's viewer-release | Tofu Linden | |
2010-08-04 | EXT-8284 FIXED ('Add More' panel items aren't sorted by clothing type after ↵ | Paul Guslisty | |
it was opened by 'Replace' item of context menu) Restored from BAD MERGE at 5b5cc4a8642d Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/750/ --HG-- branch : product-engine | |||
2010-08-03 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-03 | fix for EXT-7399: 2.0.2 with http textures loads textures slower than 1.23.5 | Xiaohong Bao | |
and EXT-7397: decoding textures get stuck in REQ status | |||
2010-08-03 | fix for EXT-7399: 2.0.2 with http textures loads textures slower than 1.23.5 | Xiaohong Bao | |
and EXT-7397: decoding textures get stuck in REQ status | |||
2010-08-03 | CT-575 WIP DE JA ES translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-03 | EXT-8534 FIXED Fixed the 'Wear' in My Outfits being disabled for outfits ↵ | Vadim Savchuk | |
consisting of body parts only. Changed the condition to enable the "Wear" button in My Outfits and the corresponding item in the outfit context menu. They now get enabled for any outfit that isn't the base outfit and contains non-worn wearables. By the way, did a minor cleanup: moved an LLAgentWearables.isCOFChangeInProgress() call to LLAppearanceMgr::getCanAddToCOF() to avoid code duplication. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/832/ --HG-- branch : product-engine | |||
2010-08-03 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-03 | merge from PE's viewer-release | Tofu Linden | |
2010-08-02 | Pulled from "dessie/viewer-release" | Christian Goetze (CG) | |
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-08-02 | CT-575 WIP FR PT linguistic | Eli Linden | |
2010-08-02 | EXT-6542 Localized the "none/none" in the About land floater. | Vadim Savchuk | |
This is an additional fix to the one made in rev. 6788ff579917. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/828/ | |||
2010-08-02 | CT-575 WIP FR PT linguistic | Eli Linden | |