Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-07 | automated merge | Loren Shih | |
2010-06-07 | EXT-7628 FIXED Don't cache lower res baked textures | Loren Shih | |
Fixed an error in logic - low res textures should be identified by uploadNeeded versus uploadPending. Also added a llinfos debugging line. | |||
2010-06-07 | EXT-7380 - 'Call' and 'Group Call' verb buttons remain enabled on avatar/group | Roxie Linden | |
profile page after Voice chat was disabled in 'Preferences' There was a missing listener notification when enabling/disabling voice CR (actualy, took code from) Valeriy ProductEngine | |||
2010-06-08 | Merge | Leyla Farazha | |
2010-06-08 | EXT-7210 Baked textures should only be updated when outfit changes are saved ↵ | Leyla Farazha | |
or outfit editor is exited. reviewed and contributed to by Nyx | |||
2010-06-08 | DEV-11516 FIXED VWR-5308: Current wind noise generation is CPU intensive. | Tofu Linden | |
Minor optimizations to wind generation. Patch by gigs and aimee, reviewed by merov. | |||
2010-06-08 | automated merge | Loren Shih | |
2010-06-08 | ND-46735 WIP PT translation, new files | Eli Linden | |
2010-06-08 | ND-46735 WIP PT translation and JA linguistic | Eli Linden | |
2010-06-08 | EXT-7631 FIXED Bad location of Empty Lost and Found option will lead to ↵ | Loren Shih | |
Critical Inventory loss by Residents Switched location of Lost&Found versus EmptyTrash items. | |||
2010-06-08 | EXT-7631 FIXED Bad location of Empty Lost and Found option will lead to ↵ | Loren Shih | |
Critical Inventory loss by Residents Separated Lost&Found from EmptyTrash as specified in EXT design decision. | |||
2010-06-08 | automated merge | Loren Shih | |
2010-06-08 | EXT-7468 Remove all 2.1 COF debugging code | Loren Shih | |
Going through and cleaning up any todos that have "Seraph" attached to it. In this case, did some header file cleanup of llinventorymodelbackgroundfetch and moved some functions protected/const/etc. | |||
2010-06-08 | merge from PE's viewer-release | Tofu Linden | |
2010-06-08 | automated merge | Loren Shih | |
2010-06-08 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
Reduced LowResTextures timeout from 3 to 2 minutes. | |||
2010-06-08 | Fix the windows build (bool -> BOOL) *Grumble* | Aimee Linden | |
2010-06-08 | EXT-7521 FIXED Snapshot floater not remembering whether to show the advanced ↵ | Aimee Linden | |
panel. Also removes some redundant code, and registers UI callbacks for use from XUI. Reviewed by: Tofu | |||
2010-06-08 | Merge | Aimee Linden | |
2010-06-07 | more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture ↵ | Xiaohong Bao | |
off. Raise priorities of textures for self avatar to the highest. | |||
2010-06-07 | more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture ↵ | Xiaohong Bao | |
off. Raise priorities of textures for self avatar to the highest. | |||
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release | Mark Palange (Mani) | |
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/palange/viewer-2-0 | Mark Palange (Mani) | |
2010-06-07 | merge. | Tofu Linden | |
2010-06-07 | Merge from viewer-public | Dessie Linden | |
2010-06-07 | merge backout | Tofu Linden | |
2010-06-07 | EXT-7145: FIXED: make viewer to handle "URL redirect " for http texture. | Tofu Linden | |
Backed out changeset e6feef9704cf to re-introduce Bao's fix | |||
2010-06-07 | automated merge | Loren Shih | |
2010-06-07 | EXT-7443 FIXED Speak button's layout updated - Reduced right padding by 2 px ↵ | Mike Antipov | |
in main locale, remove horizontal align in 'de' locale. For now all locales have the same center aligning with right padding to ignore space under indicator. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/519/ --HG-- branch : product-engine | |||
2010-06-07 | EXT-7629 FIXED removed redundant label xml attributes | Igor Borovkov | |
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/520 --HG-- branch : product-engine | |||
2010-06-07 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-06-07 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-06-07 | EXT-7368 FIXED disabled using of accordion's "empty_accordion_text" in ↵ | Mike Antipov | |
Friends List. This patch follows (23f0f13abc8b) and prevent to show two messages about empty Friends list. Reviewed by Vadim Savchuk. --HG-- branch : product-engine | |||
2010-06-07 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-06-07 | EXT-7623 FIX One more place where text was processed into segments without ↵ | Yuri Chebotarev | |
LLLineBreakSegment. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/516/ --HG-- branch : product-engine | |||
2010-06-07 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-06-07 | EXT-7441 FIXED Improved condition to give up fetched inventory items in ↵ | Mike Antipov | |
LLInventoryFetchItemsObserver Reason: LLInventoryFetchItemsObserver is used to fetch necessary gesture items. Its logic was based on count of "inventory changed" events. In case of there was too many requests stored item UUIDSs are be removed from queue by mistake - notification can be triggered because some other item is renamed. This issue can appear wherever LLInventoryFetchItemsObserver is used. Fix: improved logic to make decision to give up fetching items. For now it bases on period while waiting items to arrive from server and a number of attempts to repeate waiting. This is a constants of the LLInventoryFetchItemsObserver (10 times by 10 seconds) Tested with test case in JIRA (total count of inventory items - 13,888). Most likely that was a reason of inventory loss (EXT-7503). Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/507/ --HG-- branch : product-engine | |||
2010-06-07 | EXT-7406 FIXED extended find wearables of type functor to filter out links ↵ | Igor Borovkov | |
(panel outfit edit) extended find wearables of type functor to filter out links Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/522 --HG-- branch : product-engine | |||
2010-06-05 | merge from PE's viewer-trunk | Tofu Linden | |
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Xiaohong Bao | |
2010-06-04 | EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture off | Xiaohong Bao | |
2010-06-04 | merge | Richard Nelson | |
2010-06-04 | EXT-7492 FIX Invalid previews are loaded for body parts in the Appearance SP | Richard Nelson | |
reviewed by Nyx | |||
2010-06-04 | EXT-7452: FIXED: gray squares on the world map (nothing to do with map server) | Xiaohong Bao | |
2010-06-04 | VWR-19699 Correct "wear" and "add" behavior | Nyx (Neal Orman) | |
added "add" menu item to clothing right-click menus and corrected "wear" to mean "replace top wearable of this type" reviewed by Richard | |||
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-06-04 | AVP-44 VWR-19699 FIX Multi-wearables and wearable replacement logic | Nyx (Neal Orman) | |
Cleaned up a few things upon code review. Code reviewed by vir for this checkin as well as following previous commits: a801af3728ee af42810b946c | |||
2010-06-04 | Fix for EXT-7571 (Camera is left in object view mode after leaving "edit ↵ | Monroe Linden | |
appearance" mode) Call gAgentCamera.resetView() when exiting appearance/outfit editing mode. | |||
2010-06-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Richard Nelson | |
2010-06-04 | merge | Richard Nelson | |