Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
Added hack for testing lower texture discard level performance. Enabled LowResTextures timeout. | |||
2010-06-04 | EXT-7628 FIXED Don't cache lower res baked textures | Loren Shih | |
Changed hash mangling algorithm slightly. | |||
2010-06-04 | merge from viewer-public | Tofu Linden | |
2010-06-04 | Fix a long-suffering logging unit test failure, re-enable the test. | Tofu Linden | |
This makes logs look less scary on Linux, in-line with other platforms. | |||
2010-06-04 | EXT-7575 FIXED appended attachment location after name in parenthesis. | Igor Borovkov | |
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/514 --HG-- branch : product-engine | |||
2010-06-04 | EXT-7607 FIXED added 2px gap between a texture label and a texture preview ↵ | Igor Borovkov | |
area for all texture pickers Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/509/ --HG-- branch : product-engine | |||
2010-06-04 | EXT-7548 FIXED Reset control variable for "Build" & "Map" buttons on destroy. | Mike Antipov | |
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/517/ --HG-- branch : product-engine | |||
2010-06-04 | EXT-7485 FIXED Provided update of 'save as' button status and save outfit ↵ | Alexei Arabadji | |
panel status. 1 published LLCOFObserver as LLOutfitObserver(moved from llpaneloutfitedit.cpp to lloutfitobserver.h) 2 decoupled outfit edit panel and observer by replacing pointer to panel with signals and made observer as singleton 3 moved call of LLAppearanceMgr::getInstance()->updateIsDirty() from outfit edit panel to observer(discussed with IB) 4 modified updating of combo button state on outfit panel using LLOutfitObserver 5 modified refresh of outfit name and status on outfit change event using LLOutfitObserver 6 removed unnecessary LLWatchForOutfitRenameObserver that caused excessive updates of outfit panel status name --HG-- branch : product-engine | |||
2010-06-04 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-06-04 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-06-04 | EXT-7547 FIX update allowing padding according to sidebar state | Yuri Chebotarev | |
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/492/ --HG-- branch : product-engine | |||
2010-06-04 | EXT-7368 FIXED Implemented new "empty_accordion_text" textbox to show help ↵ | Mike Antipov | |
text when there are no visible tabs in accordion. * Textbox always fit whole accordion. * This text is updated with search_term (in link to open Search floater) when new filter substring is passed to accordion. * Accordion is notified by its tabs when their visibility is changed. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/486/ --HG-- branch : product-engine | |||
2010-06-04 | merge from viewer-public | Tofu Linden | |
2010-06-04 | merge from PE's viewer-trunk | Tofu Linden | |
2010-06-04 | Fix for useVBOs being busted when sEnableVBOs gets flipped. | Dave Parks | |
(transplanted from 19717602f45950c058c8ddce792d57ef21f67c99) (transplanted from 11bf20602885c3d2d42d8a7f7361d2005a708b5c) | |||
2010-06-11 | merge from PE's viewer-release | Tofu Linden | |
2010-06-04 | Fix for useVBOs being busted when sEnableVBOs gets flipped. | Dave Parks | |
(transplanted from 19717602f45950c058c8ddce792d57ef21f67c99) | |||
2010-06-03 | Merge | brad kittenbrink | |
2010-06-03 | Backed out renaming of log files (changeset 7357f4ef70df) | brad kittenbrink | |
executed: 'hg backout -r 7357f4ef70df --merge' | |||
2010-06-03 | AVP-44 WIP Multi-wearables architecture | Nyx (Neal Orman) | |
One step closer to full support of multi-wearables architecture code will be reviewed before pushing. | |||
2010-06-03 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-06-03 | VWR-19699 WIP Correct operations for wear and replace on wearables | Nyx (Neal Orman) | |
Resident-submitted patch, cleaned up so it matches style and compiles/builds well. Appears to work for stated goals but will need some more UI work to ensure consistency. WIP checkin, will be code reviewed before pushing. | |||
2010-06-03 | Code cleanup in LLPanelEditWearable, from Nyx. | Monroe Linden | |
Removed the misnamed LLPanelEditWearable::initializePanel() (which was actually being called multiple times for each object), and moved its functionality to postBuild() and showWearable(). | |||
2010-06-03 | merge | Richard Linden | |
2010-06-03 | Automated merge with ssh://hg.lindenlab.com/brad/viewer-public | Andrew A. de Laix | |
2010-06-03 | Merge | Eli Linden | |
2010-06-03 | CT-575 WIP DA linguistic new files | Eli Linden | |
2010-06-03 | CT-575 WIP DA linguistic | Eli Linden | |
2010-06-03 | Added extra error checking to generate_breakpad_symbols.py | brad kittenbrink | |
so the failure in copy_l_viewer_manifest (fixed in changeset 4ae8723c7d33) won't be so silent in the future. | |||
2010-06-03 | FIX VPLAT-248 fixed mising do-not-directly-run-secondlife-bin in linux ↵ | brad kittenbrink | |
symbol file. improper dependencies for the copy_l_viewer_manifest target were causing it to silently fail. | |||
2010-06-03 | Finised a TODO left from recent viewer_manifest.py changes for the ↵ | brad kittenbrink | |
copy_l_viewer_manifest target. | |||
2010-06-03 | Strip invalid characters from log files before adding into crash log llsd. | Andrew A. de Laix | |
2010-06-03 | Tidy up indentation around NoVoiceConnect notification in notifications.xml | Aimee Linden | |
2010-06-03 | EXT-7630: FIXED: turn on http texture fetching by default. | Xiaohong Bao | |
2010-06-03 | EXT-6384 FIXED check to disable 'Adult' setting when agent is not godlike ↵ | Sergei Litovchuk | |
but has admin menu enabled. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/508/ --HG-- branch : product-engine | |||
2010-06-03 | Automated merge with ssh://hg.lindenlab.com/brad/viewer-public | Andrew A. de Laix | |
2010-06-03 | merge from viewer-public | Tofu Linden | |
2010-06-03 | merge | Tofu Linden | |
2010-06-03 | fix gcc fatal whine - probably. | Tofu Linden | |
2010-06-03 | automated merge | Loren Shih | |
2010-06-03 | Added explicit cast to U32 for texture_timeout_threshold for Linux build. | Loren Shih | |
2010-06-03 | Added explicit cast to U32 for texture_timeout_threshold for Linux build. | Loren Shih | |
2010-06-03 | merge from viewer-public | Tofu Linden | |
2010-06-03 | Fix for Linux confusion between ">>" and "> >" | Loren Shih | |
2010-06-03 | merge | Brad Payne (Vir Linden) | |
2010-06-03 | automated merge | Loren Shih | |
2010-06-03 | automated merge | Loren Shih | |
2010-06-03 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
EXT-7626 FIXED LLTexLayer header file cleanup EXT-7628 FIXED Don't cache lower res baked textures Added more information into the texture debug view. Mangled hash when uploading lower res baked textures so they're not cached Lots of superficial cleanup on lltexlayer and associated classes. Removed some unused functions and member variables as well. | |||
2010-06-03 | ND-47144 WIP DE linguistic | Eli Linden | |
2010-06-03 | Removed an obsolete comment. | Vadim Savchuk | |
Requested by Richard: https://codereview.productengine.com/secondlife/r/466/ --HG-- branch : product-engine |