Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | MAINT-4018 Improvements to icon fetching. | andreykproductengine | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-01-07 | MAINT-4773 FIXED Some transparent textures are rendered as white. | ruslantproductengine | |
This bug fix related also to MAINT-4092. In 4092 sometimes when we don't have information about the texture during the setup the materail (LLVOVolume::setTEMaterialParams()), we should substitute the material with disabled "diffuse alpha mode" (for detail in cases see MAINT-4092 JIRA ticket comment). This bug fix cover the case when after the loading texture we have all information about alpha mode, and in this case we should restore diffuse alpha mode if need. In short: now we always believe that information about the material is valid (LLVOVolume::setTEMaterialParams()). Of course before setup it we check information about texture (if it possible) , if texture is not exist in database or not 32 bit depth (for diffuse) we made changes. But in all other cases (if we can't receive information about texture) we remeber this case in mWaitingTextureInfo multimap. When information about texture will be available we get it in: LLVOVolume::notify AboutCreatingTexture() or Volume::notifyAboutMissingAsset() and again, we recheck it and if need change (substitute) the material parameters. I suppose that this solution is better than was before. If this patch will be accepted , I think that MAINT-4092 should be rechecked again. | |||
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-08-22 | MAINT-4288 FIXED Backed out changeset for MAINT-4018 (c92d43623c2c) | maksymsproductengine | |
2014-07-07 | Merge downstream code and become 3.7.12 | simon | |
2014-07-07 | MAINT-2980 Back out most changes related to upping the 512MB texture cap to ↵ | Dave Parks | |
unblock RC. | |||
2014-06-24 | Pull downstream viewer-tiger and become version 3.7.11 | simon | |
2014-06-23 | MAINT-2980 Up texture memory slider cap to 4096MB. Make "Texture Memory" ↵ | Dave Parks | |
default to 1/3rd of video memory. Add description on debug setting and tooltip to explain why. | |||
2014-06-18 | Merge downstream code | simon | |
2014-05-23 | MAINT-4018 FIXED Mini profile pictures tend to fail to load fully, and ↵ | andreykproductengine | |
sometimes not at all. Profile icons are no longer discarded uless they are too big. Icons will refresh correctly if needed. | |||
2014-05-20 | MAINT-3950 FIXED can't open lag meter | Richard Linden | |
brought back llfloaterlagmeter from the dead, and ported to lltrace | |||
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-07 | add some debug code for possible gray baked avatar textures | Xiaohong Bao | |
2013-10-28 | a try to fix the blurry texture problem. | Xiaohong Bao | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-15 | merge | Brad Payne (Vir Linden) | |
2013-10-11 | SH-4458 SH-3652 FIX Pants flare does not load properly upon an avatar returning | Nyx Linden | |
Viewer added a new callback when the avatar returned without resetting the timer for last reference to the saved raw image. This created a time window in which new callbacks could get cleared out due to the raw image getting destroyed. Since the callback was removed, pants flare was not properly applied. Appears to be working now. | |||
2013-10-08 | fix a texture issue that unpaused callbacks never get fired. | Xiaohong Bao | |
2013-09-24 | merge | Brad Payne (Vir Linden) | |
2013-09-23 | fix the bug that texture aux channel data can not be reloaded. | Xiaohong Bao | |
2013-09-23 | SH-3455 WIP - post-SSA cleanup | Brad Payne (Vir Linden) | |
2013-09-18 | sunshine cleanup annotations | Brad Payne (Vir Linden) | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-22 | merge | Brad Payne (Vir Linden) | |
2013-08-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-10-21 | Fix for crash on exit with debug GL enabled. | Dave Parks | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-20 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Dave Parks | |
2013-06-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history | |||
2013-06-13 | SH-4250 WIP - logging tweaks and cleanup | Brad Payne (Vir Linden) | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-05-10 | Fixup merge diffs | Graham Madarasz | |
2013-05-09 | Merge downstream code / viewer-beta | simon | |
2013-05-09 | Merge viewer-beta | simon | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |