Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ | Nyx (Neal Orman) | |
2010-06-30 | EXT-8115 FIX outfits saved under 2.0 load with "unsaved changes" | Nyx (Neal Orman) | |
Added code to save order information to outfits on loading / reverting them. Order information is updated not only in COF, but also in base outfit folder. This is only safe to do when we are explicitly loading a saved outfit, as the COF may have deviated from the saved outfit. This will also help fix order discrepencies in saved outfits that have been manually modified through inventory operations. Fix will only be effective after server 1.40 has rolled out. Tested results on Aditi to verify effectiveness. Code Reviewed by Seraph | |||
2010-06-30 | merge from PE's viewer-release | Tofu Linden | |
2010-06-30 | EXT-7979 FIX always reset "dirty" flag after applying changes | Yuri Chebotarev | |
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/663/ --HG-- branch : product-engine | |||
2010-06-29 | DEV-35247 - Update CA.pem according to instructions from MarkF | Kent Quirk | |
2010-06-29 | I got 99 problems, and a merge ain't one. | Palmer | |
2010-06-29 | Merging in Davep's code for EXT-7835 which should help ext-8076 | Palmer | |
2010-06-29 | ND-46735 WIP JA and ES (vendor) translation for set 13 | Eli Linden | |
2010-06-29 | ND-46735 WIP JA and ES (vendor) translation for set 13 | Eli Linden | |
2010-06-29 | ND-47581 WIP IT translation for set 13 | Eli Linden | |
2010-06-29 | ND-47581 WIP IT translation for set 13 | Eli Linden | |
2010-06-29 | EXT-8133 - fix to gpu table to make it detect "NVIDIA Corporation" properly | Palmer | |
2010-06-29 | EXT-7711 FIXED Changed string for maturity help topic to "maturity_rating". | Vladimir Pchelko | |
Now clicking on help topic for location input goes onto correct help page. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/662/ --HG-- branch : product-engine | |||
2010-06-29 | EXT-7962 FIXED Background color for "add more button / filter dropdown ↵ | Vladimir Pchelko | |
panel" was changed to the sidetray color (i.e. background rendering was disabled). Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/639/ --HG-- branch : product-engine | |||
2010-06-29 | EXT-7648 FIXED Added handler for "PreferredMaturity" property which updates ↵ | Vladimir Pchelko | |
visibility and values for mature/adults check_box/icon/label. Reviewed by Sergey Litovchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/633/ --HG-- branch : product-engine | |||
2010-06-29 | ND-47582 WIP PT translation for set 13 | Eli Linden | |
2010-06-29 | ND-47582 WIP PT translation for set 13 | Eli Linden | |
2010-06-29 | ND-47580 WIP FR translation for set 13 | Eli Linden | |
2010-06-29 | ND-47580 WIP FR translation for set 13 | Eli Linden | |
2010-06-29 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-06-29 | EXT-8045 FIX shift ScreenChannel rect when "SidebarCameraMovement" change. | Yuri Chebotarev | |
reviewed by Mike Antipov, Alexei Arabadji at https://codereview.productengine.com/secondlife/r/654/ --HG-- branch : product-engine | |||
2010-06-29 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-06-29 | EXT-7976 FIXED The panel with Gear and Trash button was moved into ↵ | Vladimir Pchelko | |
panel_outfits_list.xml and (without trash button) panel_outfits_wearing.xml. Note: MY OUTFITS and WEARING controls size/positions were corrected to be similar to Places and Inventory. Reviewed by Mike Antipov and Neal Orman at https://codereview.productengine.com/secondlife/r/650/ --HG-- branch : product-engine | |||
2010-06-28 | Hear them doggies mergin | Palmer | |
2010-06-28 | EXT-8111 - gpu table settings added. No code changed | Palmer | |
2010-06-28 | Porting VBO changes from davep/viewer-release. | Dave Parks | |
Better usage of LLVertexBuffer::sEnableVBOs. Added RenderUseStreamVBO debug setting for controlling usage of VBOs for particles/avatars/etc. | |||
2010-06-28 | CT-575 WIP DA translation for set 13 | Eli Linden | |
2010-06-28 | CT-575 WIP DA translation for set 13 | Eli Linden | |
2010-06-28 | Merge | Aimee Linden | |
2010-06-28 | VWR-7054 FIXED Flycam movement in build mode is reduced. | Aimee Linden | |
Removed hard coded scaling of movements when in build mode, made it a debug setting defaulted to 1 to disable it. | |||
2010-06-28 | Merge | Leyla Farazha | |
2010-06-28 | EXT-8030 Can't edit worn Tattoos - Texture and Color pickers won't open | Leyla Farazha | |
EXT-8029 Edit Wearable > Skirt, Jacket, Socks - Can't open texture or color picker, texture appears as gray X EXT-7770 Revert on shirt edit doesn't revert the fabric or color/tint icons back to their originals fixes color swatch/texture ctrl disabled issue and "undo changes" not reverting textures on avatar does not fix grey tattoo preview issue reviewed by Nyx | |||
2010-06-28 | automated merge | Loren Shih | |
2010-06-28 | EXT-8033 FIXED Selecting multiple inventory items can give incorrect ↵ | Loren Shih | |
right-click context menus EXT-8093 FIXED No "open" or "properties" items for gestures Re-added open/properties to gestures Fixed right-click inventory selection so that it does something logical & consistent for multiple items. Had to add a "getLastVisible" to LLView to support this. | |||
2010-06-25 | Fix for EXT-8025 ('+' button on My Appearance > Edit Outfit panel does nothing) | Monroe Linden | |
Button now gets disabled in the early-exit case in LLPanelOutfitEdit::onInventorySelectionChange(). onInventorySelectionChange() also uses the new predicate get_can_item_be_worn(), which both checks whether the item is already being worn and whether it's of a type that could be worn. Reviewed by Nyx at http://codereview.lindenlab.com/2451030 . | |||
2010-06-25 | Fix EXT-8074: unregister floater as message handler on destruction to ↵ | Andrew A. de Laix | |
prevent race from user closing dialog and receiving price message. | |||
2010-06-25 | EXT-7914 FIXED Current outfit can be removed via My Inventory -> Trash button | Loren Shih | |
Now disabling remove if an outfit is linked in the COF. | |||
2010-06-25 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Andrew A. de Laix | |
2010-06-25 | Fix EXT-8075: close signal connection on destruction to prevent callbacks ↵ | Andrew A. de Laix | |
after LLInspectToast is, well, toast. | |||
2010-06-25 | Merge | Eli Linden | |
2010-06-25 | ND-47583 WIP DE translation for set 13 | Eli Linden | |
2010-06-25 | ND-47583 WIP DE translation for set 13 | Eli Linden | |
2010-06-25 | merge | Richard Nelson | |
2010-06-25 | EXT-7957 - clothing editor does not open when editing clothes | Richard Nelson | |
reviewed by nyx | |||
2010-06-25 | removed some parsing error spam due to invalid attributes | Richard Nelson | |
2010-06-25 | Merge | Eli Linden | |
2010-06-25 | EXT-7887 FIX mark URL string as non-translatable | Eli Linden | |
2010-06-25 | merge from PE's viewer-release | Tofu Linden | |
2010-06-25 | merge | Tofu Linden | |
2010-06-25 | merge | Richard Nelson | |