Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-19 | Software fallback for avatar vertex skinning. | Dave Parks | |
Reviewed by Nyx. | |||
2010-08-19 | More line endings. | Dave Parks | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-13 | merge | Dave Parks | |
2010-08-13 | Better support for curious mixtures fullbright/shiny/water with rigged ↵ | Dave Parks | |
attachments, deferred rendering, and not. | |||
2010-08-13 | Added new UI to show linked set cost and object cost. Changed terminology ↵ | jwolk | |
in edit tools. Updated request payload when requesting object cost. Paired with davep | |||
2010-08-13 | Make rigged attachments respect under water rendering. | Dave Parks | |
Reviewed by Nyx. | |||
2010-08-12 | Vertex buffer cleanup, adding water shader to simple rigged attachments. | Dave Parks | |
Reviewed by Nyx. | |||
2010-08-12 | Make it possible to set a face to 100% transparent without scripts or other ↵ | Dave Parks | |
hackery. | |||
2010-08-12 | Make rigged attachments respect "Show me in mouselook" option. | Dave Parks | |
2010-08-11 | Added mesh bytes received to viewer stats. | Dave Parks | |
2010-08-11 | Get rid of mesh mem cache and fix looping bug on loading unavailable LODs. | Dave Parks | |
Reviewed by Nyx. | |||
2010-08-11 | merge | Dave Parks | |
2010-08-11 | Added tracking of mesh memory/bandwidth usage. | Dave Parks | |
Reviewed by Nyx. | |||
2010-08-11 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-experimental/ | Nyx (Neal Orman) | |
2010-08-11 | CTS-201 FIX update mesh viewer to build and run on linux | Nyx (Neal Orman) | |
Added a lot of checking to deal with the fact that the code may encounter a stub convexDecomposition library. Additionally updated the linux stub to fix the automated build so our beta testers can finally have a linux build. Unrelated fix: added upload mesh to the top level upload menu. Code reviewed by Vir. | |||
2010-08-10 | Fix for crash when deferred rendering enabled and toggling wireframe. | Dave Parks | |
2010-08-06 | Better < operator for LLVolumeFace::VertexData | Dave Parks | |
2010-07-17 | Fix for rigged attachments disappearing when toggling lighting and shadows. | Dave Parks | |
2010-07-15 | Make tools floater update automatically when object cost received. | Dave Parks | |
2010-07-15 | Merge cleanup. | Dave Parks | |
2010-07-14 | merge | Dave Parks | |
2010-07-14 | Merged from viewer-release | Dessie Linden | |
2010-07-14 | fix some wacky casting. | Tofu Linden | |
2010-07-14 | merge from PE's viewer-release | Tofu Linden | |
2010-07-13 | Merge | Matthew Breindel (Falcon) | |
2010-07-13 | Added AgentPositionSnaps data to ViewerStats to measure frequency and scale ↵ | Matthew Breindel (Falcon) | |
of interpolation failures. | |||
2010-07-13 | trivial: convert to UNIX line endings. | Xiaohong Bao | |
2010-07-13 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-07-13 | EXT-7940: FIXED: Max # of non-impostor avatars is off by 2 | Xiaohong Bao | |
2010-07-13 | EXT-7500: FIXED: Texture Jamming problems with http texture off | Xiaohong Bao | |
2010-07-13 | EXT-7400: FIXED: 2.0.2 texture queue gets jammed; | Xiaohong Bao | |
EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5 | |||
2010-07-13 | ND-47671 WIP FR PT IT linguistic | Eli Linden | |
2010-07-13 | Fix for mesh upload, consolidate generating bad indices, and normal generation. | Dave Parks | |
2010-07-13 | Automated merge with https://hg.productengine.com/secondlife/viewer-release/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-07-13 | EXT-8341 FIXED Avoided assertion on receiving object auto return notification. | Alexei Arabadji | |
Details: 1 Provided passing necessary is_group parameter to LLPostponedNotification::add<LLPostponedServerObjectNotification> method call; 3 Corrected handling group name in LLPostponedNotification::onCachedNameReceived; 2 Added check on retrieved name from cache name and replacement with fallback value. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/743/ --HG-- branch : product-engine | |||
2010-07-13 | EXT-8329 FIXED added updating Plus button on COF changes | Igor Borovkov | |
added updating Plus button (Wear Item button) on COF changes (only when Edit Outfit panel is trully visible) Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/742/ --HG-- branch : product-engine | |||
2010-07-13 | EXT-7639 FIXED (Make shop button open different URLs depending on what is ↵ | Andrew Polunin | |
selected in outfit editor) - Fixed old market place URL to the new one in the settings.xml. - Implemented the following feature: \"When Add More panel in focus selection inside it should supersede selection in accordions\". To achieve this: -- LLPanelOutfitEdit::getCOFWearablesSelectionType() function was implemented. -- LLPanelOutfitEdit::getAddMorePanelSelectionType() function was implemented. -- LLPanelOutfitEdit::getWearableTypeByItemUUID(const LLUUID& item_uuid) function was implemented. -- LLPanelOutfitEdit::onShopButtonClicked() was rewritten to use those functions. - Fixed the problem with shop button and gender: now shop button for male leads to male links. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/725/ --HG-- branch : product-engine | |||
2010-07-13 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-07-13 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-07-13 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-07-13 | EXT-8328 FIXED passed missing parameter (callback) instead of a default one ↵ | Igor Borovkov | |
to the LLAppearanceMgr::addCOFItemLink(...) appearance update callback wasn't passed down to LLAppearanceMgr::addCOFItemLink(...), so wearables list was updated before receiving server response regarding creating of the COF item link Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/741/ --HG-- branch : product-engine | |||
2010-07-13 | EXT-8180 FIXED resetting wearable items list position to top on "Add More" ↵ | Sergei Litovchuk | |
panel opening. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/680/. --HG-- branch : product-engine | |||
2010-07-13 | Merged from viewer-release | Dessie Linden | |
2010-07-13 | EXT-8146 FIXED Removed plural from question about outfit removal | Andrew Dyukov | |
Corrected question string in xml. Trivial fix- no review. --HG-- branch : product-engine | |||
2010-07-13 | EXT-8320 EXT-8321 FIXED Added missing names for items text in camera floater ↵ | Andrew Dyukov | |
xml. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/738/ --HG-- branch : product-engine | |||
2010-07-13 | merge from PE's viewer-release | Tofu Linden | |
2010-07-13 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Aimee Linden | |
2010-07-12 | merge | Richard Nelson | |
2010-07-12 | EXT-8305 FIX [crashhunters] Crash in LLTabContainer::findChildView | Richard Nelson | |