- Aug 13, 2010
-
-
Oz Linden authored
-
- Aug 10, 2010
-
-
Eli Linden authored
-
Eli Linden authored
-
Xiaohong Bao authored
-
Eli Linden authored
-
Vadim Savchuk authored
EXT-8576 FIXED Only attachments are worn if multi-select items on 'My Outfits' tab and press 'Wear' button. Reason: avatar appearance was not updated if the last selected item was an attachment. Fix: make sure appearance is updated afterwards, regardless of items types. Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/848/ --HG-- branch : product-engine
-
- Aug 09, 2010
-
-
Xiaohong Bao authored
EXT-8596: FIXED: crash at LLTextureFetchWorker::doWork(int) [secondlife-bin lltexturefetch.cpp] line 1061
-
Eli Linden authored
-
gabriel lee authored
-
- Aug 06, 2010
-
-
Monroe Linden authored
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.
-
Eli Linden authored
-
Paul Guslisty authored
- Added selected item type (in flat list view) as criterion when determining filter type in 'Add More' panel - Fixed LLAccordionCtrl::getSelectedTab() method. When 'selection_enabled = false' for LLAccordionCtrlTab, LLAccordionCtrl::getSelectedTab() returned NULL, even if some accordion tab was selected. Now it's OK. Method returns currently selected LLAccordionCtrlTab. Recovered from bad merge in 13811 Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/790/ --HG-- branch : product-engine
-
Xiaohong Bao authored
EXT-8447: FIXED: crash at LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp]
-
Tofu Linden authored
Made it so that you only see real UUIDs if the viewer thinks you are in real godmode.
-
- Aug 05, 2010
-
-
Eli Linden authored
-
Vadim Savchuk authored
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
-
Andrew Dyukov authored
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/836/ --HG-- branch : product-engine
-
- Aug 04, 2010
-
-
Eli Linden authored
-
Brad Payne (Vir Linden) authored
-
Eli Linden authored
-
Andrew Dyukov authored
Restored changeset which was lost after merge 58571b4e704b. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/780/ --HG-- branch : product-engine
-
Xiaohong Bao authored
-
Loren Shih authored
EXT-8550 DONE Rewrite "You [ACTION] a [RESOLUTION] baked texture for '[BODYREGION]' after [TIME] seconds." for localization Split this into two messages to take out ACTION as requested.
-
Tofu Linden authored
The panel_layout itself was taking focus by default (hmm).
-
Aimee Linden authored
-
Aimee Linden authored
Encapsulated building of the cache filename into a help function to prevent code duplication. Reviewed by Tofu.
-
Paul Guslisty authored
EXT-8284 FIXED ('Add More' panel items aren't sorted by clothing type after 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
-
- Aug 03, 2010
-
-
Xiaohong Bao authored
and EXT-7397: decoding textures get stuck in REQ status
-
Eli Linden authored
-
Vadim Savchuk authored
EXT-8534 FIXED Fixed the 'Wear' in My Outfits being disabled for outfits 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
-
Eli Linden authored
-
- Aug 02, 2010
-
-
Eli Linden authored
-
Vadim Savchuk authored
This is an additional fix to the one made in rev. 6788ff579917. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/828/ --HG-- branch : product-engine
-
- Jul 30, 2010
-
-
Palmer authored
-
Andrew Meadows authored
There was a typo between the files saved and those loaded. saved in sobjects_gridx_gridy.slc bload loaded from objects_gridx_gridy.slc Q will review later ;-)
-
Kent Quirk authored
-
- Jul 29, 2010
-
-
Tofu Linden authored
-
Tofu Linden authored
-
Vadim Savchuk authored
Reason: Check menu items (instances of LLMenuItemCheckGL) had used LLUICtrl::getValue() to know whether they should draw the checkmark. Recently this was broken when getValue() was overriden in LLMenuItemCallGL to return a string. Fix: Overriden getValue() in LLMenuItemCheckGL to return a boolean value, not a string. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/821/ --HG-- branch : product-engine
-
Tofu Linden authored
this makes a new externally-invoked search blank-out the old search until it starts really loading.
-