Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-28 | increment viewer version to 3.7.29 | Mnikolenko ProductEngine | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-03-04 | MAINT-1961 FIXED Use "TextureLivePreview" setting by default, if mCanPreview ↵ | Mnikolenko ProductEngine | |
was not set manually. | |||
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-11-27 | MAINT-3205 FIXED Normal map thumbnail icon lacks "Multiple" text when ↵ | andreykproductengine | |
last-selected face lacks a normal map | |||
2014-10-24 | MAINT-3208 FIXED Confusing button state when working with multiple textures ↵ | andreykproductengine | |
and the default texture is the last selected. | |||
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-07-22 | MAINT-4253 FIXED Don't call setSelection() twice. | Mnikolenko ProductEngine | |
2014-07-21 | MAINT-4254 FIXED Don't change selection in Inventory panel when image's uuid ↵ | Mnikolenko ProductEngine | |
is null. | |||
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-03-12 | merge with release | Richard Linden | |
2014-01-10 | MAINT-3364 FIXED Call clearSelection() from root_folder | Mnikolenko ProductEngine | |
2013-11-13 | MAINT-3364 (Texture picker highlights the wrong texture when no texture is ↵ | MaximB ProductEngine | |
found since CHUI.) | |||
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-18 | The unbearable lightness of being norspec | Graham Linden | |
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-07-02 | NORSPEC-292 fix issues with managing LLNetworkData::PARAMS_LIGHT_IMAGE when ↵ | Graham Linden | |
demoting spotlights by removing their tex | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-11 | NORSPEC-258 and NORSPEC-226 make tex picker close refresh build tool UI ↵ | Graham Madarasz | |
correctly and fix issues with transition from no-bumps to normal maps | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-15 | NORSPEC-183 fix regression in diff map blank texture from NSPEC 152 fix by ↵ | Graham Madarasz | |
forcing new BlankImageID to the old default | |||
2013-05-14 | NORSPEC-151 NORSPEC-152 fix handling of disable of bumpy and shiny in ↵ | Graham Madarasz | |
graphics panel to also disable deferred properly and add hooks for default norm and spec textures in texture picker | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-18 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed LLCriticalDamp to LLSmoothInterpolation and sped up interpolator lookup improvements to stats display of llstatbar added scene load stats floater accessed with ctrl|shift|2 | |||
2013-03-11 | merge | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2013-03-08 | SH-3959 WIP - pass information about type of fetched image - server bake, ↵ | Brad Payne (Vir Linden) | |
host bake, map tile, etc - down the chain so LLTextureFetchWorker can adjust behavior as needed | |||
2013-01-07 | CHUI-659 : WIP : Verified (tested) and cleaned up some CHUI-101 refactoring ↵ | Merov Linden | |
code. | |||
2012-09-04 | Split gl-specific LLViewerTexture implementation into llrender/LLGLViewerTexture | Don Kjer | |
2012-08-01 | CHUI-267 FIX Full inventory listing not always shown for test account | Richard Linden | |
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL removed sort order from filter, which was causing unneeded filtering | |||
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! | |||
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
refactored source files, moving logic into llfolderviewmodel*.cpp filter logic tweaks purging and moving inventory now properly cleans up view model | |||
2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
cleaned up some stale TODOs worked on getting initial inventory display to work consistently | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-27 | MAINT-1204 Fix for crash on selecting a texture anywhere other than the ↵ | Dave Parks | |
build tools. | |||
2012-06-22 | merge | Dave Parks | |
2012-06-20 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
more compilation fixes, just need to add getName() back to LLInventoryFilter et al | |||
2012-06-19 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors | |||
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h | |||
2012-06-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
llfolderview refactornig | |||
2012-05-22 | MAINT-119 FIXED (PUBLIC]no-transfer textures not searchable via texture picker) | Paul ProductEngine | |
- Implemented Richard's and Leo's spec - Also fixed an issue when applying no-transfer texture for an object using texture picker, creates redundant copies of the texture in the object's content | |||
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-04-02 | storm-64: Local Textures | Vaalith Jinn | |
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-02-08 | STORM-1809 The word "Multiple" does NOT show in the edit window when editing ↵ | Jonathan Yap | |
prims or linksets with mixed textures in LL V3 |