Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-05 | SL-11848 Fixed login crash (Face with no texture index references indexed ↵ | AndreyL ProductEngine | |
texture draw info) | |||
2019-04-22 | SL-10952 - Look at performance impact of selection outline changes | ruslantproductengine | |
SL-10973 - [Love Me Render] Mesh Child Prims in Linkset are now Yellow instead of Blue - Fixed | |||
2019-04-04 | SL-5570 - Align planar faces" does not work on normal or specular maps | ruslantproductengine | |
SL-10864 -Normal and Specular textures can be rotated with checked align planar faces checkbox Implement separate texture layers alignment. | |||
2019-01-25 | SL-10194 Selecting mesh face doesn't highlight the face in any way | ruslantproductengine | |
- Fixed according to Steeltoe notes. - Add const modifier for some methods | |||
2019-01-08 | SL-10194 Selecting mesh face doesn't highlight the face in any way | ruslantproductengine | |
- Implemented | |||
2018-06-21 | merge | Brad Payne (Vir Linden) | |
2018-06-05 | merge | Brad Payne (Vir Linden) | |
2018-06-01 | SL-915 - WIP on dynamic joint box tracking | Brad Payne (Vir Linden) | |
2018-06-01 | merge from viewer-release | andreykproductengine | |
2018-05-22 | MAINT-8670 Crash in: LLFace::getGeometryVolume() | ruslantproductengine | |
Guarded. | |||
2018-02-21 | MAINT-8264 - prevent at least some cases of LODs getting stuck at too-low ↵ | Brad Payne (Vir Linden) | |
values. | |||
2018-01-17 | merge | Brad Payne (Vir Linden) | |
2017-10-02 | SL-808 - updated ARC display to largely work with animated objects. Gives ↵ | Brad Payne (Vir Linden) | |
some triangle information that we may or may not ultimately keep. Surface area calcs still not working | |||
2017-03-03 | MAINT-7119 - [Love Me Render] Issues with RenderAutoMuteByteLimit() versus ↵ | ruslantproductengine | |
worn legacy prims, sculpts and non-rigged mesh. FIXED. Remark: for Linux platform, for the best times, when we will use gcc > 4.6, otherwise ICE :-( | |||
2017-01-24 | MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ | ruslantproductengine | |
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Comments: - Fix based on "RenderAutoMuteByteLimit" setting. - File indra/llxml/llcontrol.h - add all signals to 0 group. It garanty that handlers (in indra/newview/llviewercontrol.cpp) will be called last. | |||
2016-12-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-09-02 | SL-124 - small comment cleanups | Brad Payne (Vir Linden) | |
2016-08-17 | MAINT-6647 - ignore previously created slm files on model upload. SL-442 - ↵ | Brad Payne (Vir Linden) | |
change coloring for show bones, to highlight joint positions and rigging | |||
2016-04-22 | x64: Do not use a union of LLColor4U. Especially having the two pointer in ↵ | Nicky | |
there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size. (transplanted from 847df86d6b5daa69dcfc428df18876a9c1e8bef6) | |||
2015-11-10 | remove execute permission from many files that should not have it | 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-11-13 | MAINT-4092 FIXED Prim faces with opaque diffuse maps, with material set to ↵ | ruslantproductengine | |
ALPHA_MODE_BLEND, do not render MAINT-4645 FIXED [viewer-lion] The build tool shows normal or specular map as 'none' when one exists | |||
2014-11-04 | MAINT-4619 FIXED Using Align Planar Faces on flexible prims causes viewer to ↵ | Mnikolenko ProductEngine | |
crash | |||
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-03-24 | MAINT-3211 Fix for texture animations not working properly on rigged ↵ | Dave Parks | |
attachments when worn from inventory. | |||
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-09-20 | MAINT-3172 fix rendering regressions from release mergedown | Graham Linden | |
2013-09-18 | The unbearable lightness of being norspec | Graham Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-19 | Fix merge issues from genBBoxes optimizations fighting with genBBoxes ↵ | Graham Linden | |
optimizations and missing statics | |||
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-09-25 | Merge recent viewer-bear fixes that missed the boat | Graham Linden | |
2013-09-19 | Merge downstream code | simon_linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-05 | Merge downstream code - Vivox update | simon | |
2013-08-01 | Merge downstream code | simon | |
2013-08-01 | MAINT-2949 : Objects across the sim border do not render when approached. Added | simon | |
missing code block from previous change as per Dave P's advice | |||
2013-07-23 | renamed mVarianceSum to mSumOfSquares to be more clear | Richard Linden | |
fixed normalization assertions to work with megaprims added is_zero() utility function fixed unit declarations to be more clear fixed texture cache hit rate always being 0 | |||
2013-07-22 | MAINT-2717 FIX Cannot see kittycorner SLS region from Sunshine region | PavelK ProductEngine | |
2013-06-25 | NORSPEC-288 remove unassertable asserts from restoring code to condition ↵ | Graham Linden | |
normals for this fix | |||
2013-06-21 | Merge cleanup. | Dave Parks | |
2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
2013-06-20 | merge with release | Richard Linden | |
2013-06-20 | MATBUG-204 Fix for crash in genVolumeBBoxes | Dave Parks | |
2013-06-12 | Cleanup rollback and try point MIPs experiment to see if that's what is ↵ | Graham Madarasz | |
hosing the Mac on 10.6.8 | |||
2013-06-12 | Changes to protect against use of normalize3fast on degenerate vectors | Graham Madarasz | |