Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | MAINT-5847 Backed out changeset: 114068a17d38 | AndreyL ProductEngine | |
2015-11-18 | MAINT-5876 FIXED Facial expressions & Preview while not working in many ↵ | Mnikolenko ProductEngine | |
languages when importing animations | |||
2015-11-17 | MAINT-5495 linux build fix | andreykproductengine | |
2015-11-17 | MAINT-5870 FIXED Texture mapping drop down overlaps color thumbnail. | andreykproductengine | |
2015-11-13 | MAINT-5495 FIXED Drag and Drop no copy items from object contents to ↵ | andreykproductengine | |
inventory creates multiple pop ups | |||
2015-11-17 | MAINT-5837 FIXED Hovering text is displayed when the avatar is blocked | Mnikolenko ProductEngine | |
2015-11-12 | Merged lindenlab/viewer-lion into default | Andrey Lihatskiy | |
2015-11-12 | MAINT-5847 FIXED Crash on attempt to IM related to global toggle of people icons | AndreyL ProductEngine | |
2015-11-11 | MAINT-5728 fix for dae uploading crash | andreykproductengine | |
2015-11-11 | Backed out changeset: a79540758404 | ruslantproductengine | |
Need backed out this changes because it influence on material update see: MAINT-5818 Also this lead to the following: UserA and UserB logged in same location. UserA edit normal/specular map texture offsets while UserB is not observe this changes. | |||
2015-11-10 | MAINT-5829 FIXED About Land floater defect | andreykproductengine | |
2015-11-05 | SL-192 Edit Experience Profile shows up once an Exp is acquired | andreykproductengine | |
2015-11-04 | Merge MAINT-5807 form viewer-bear | AndreyL ProductEngine | |
2015-11-04 | MAINT-5821 FIXED Giant spew of XUI messages in SecondLife.log | Mnikolenko ProductEngine | |
2015-11-04 | MAINT-5807 WIP - show skin weights checkbox also not properly initialized. | Brad Payne (Vir Linden) | |
2015-11-04 | MAINT-5755 FIXED Activating Show Avatar Complexity disables all llSetText ↵ | Mnikolenko ProductEngine | |
(hovertext) until relog | |||
2015-11-02 | MAINT-5743 Fixed Remove gpu_table and references to it from viewer packaging | andreykproductengine | |
2015-10-30 | MAINT-5807 WIP - initialize some uninitialized members of LLModelLoader. | Brad Payne (Vir Linden) | |
2015-10-30 | Merge | AndreyL ProductEngine | |
2015-10-30 | MAINT-5796 FIXED Double clicking on anything in COF removes it from your ↵ | Mnikolenko ProductEngine | |
avatar - including skin, shape, hairbase and eyes - results in bakefailed avatar | |||
2015-10-29 | Merged lindenlab/viewer-lion into default | Andrey Lihatskiy | |
2015-10-28 | Merged lindenlab/viewer-lion into default | Ruslan Teliuk | |
2015-10-28 | MAINT-5762 FIXED Groups - Message about number of groups you can join does ↵ | Mnikolenko ProductEngine | |
not recognize that your account is premium | |||
2015-10-27 | Merged lindenlab/viewer-lion into default | Ruslan Teliuk | |
2015-10-27 | MAINT-3491 FIXED If ALM is enabled while in wireframe mode, disabling ↵ | ruslantproductengine | |
wireframe mode results in a black screen. | |||
2015-10-27 | Merged lindenlab/viewer-lion into default | Ruslan Teliuk | |
2015-10-27 | Merged lindenlab/viewer-lion into default | Andrey Lihatskiy | |
2015-10-27 | MAINT-5758 FIXED "Ban Member" from the group chatters list context menu | AndreyL ProductEngine | |
is greyed out once you have performed a ban, until you load the group members list from group info. | |||
2015-10-27 | MAINT-5760 FIXED Favorites sort order reverts every session and no favorites ↵ | Mnikolenko ProductEngine | |
display at the login screen for single name "Resident" accounts. | |||
2015-10-27 | MAINT-5760 FIXED Favorites sort order reverts every session and no favorites ↵ | Mnikolenko ProductEngine | |
display at the login screen for single name "Resident" accounts. | |||
2015-10-27 | Merge downstream, version 3.8.7 | AndreyL ProductEngine | |
2015-10-26 | increment viewer version to 3.8.7 | Oz Linden | |
2015-10-26 | Added tag 3.8.6-release for changeset 5a5bd148943b | Oz Linden | |
2015-10-26 | Merge | AndreyL ProductEngine | |
2015-10-26 | Merged viewer-xcode-7 | AndreyL ProductEngine | |
2015-10-26 | MAINT-5760 Save favorite landmarks after renaming | Mnikolenko ProductEngine | |
2015-10-23 | Merged lindenlab/viewer-lion into default | Ruslan Teliuk | |
2015-10-23 | MAINT-5464 FIXED Do not add badge to links that have a port number specified. | AndreyL ProductEngine | |
2015-10-21 | MAINT-4360 FIXED (Setting LogTextureDownloadsToSimulator causes a viewer crash) | ruslantproductengine | |
The fix in fllowing: LLTextureFetch has object LLTextureInfo which is has Recorder object. The recorder object activate (Recorder::handleStart()) self AccumulatorBufferGroup (Recorder::mBuffers into the current (LLTrace::get_thread_recorder()) ThreadRecorder object which created (as I understand) one per thread, and time to time send accumulated data to the master ThreadRecorder. The problem is that LLTextureFetch also can uses from the main thread. I decide add parameter to CTOR LLTextureInfo(bool postponeStartRecoreder) - if it false the recorder start immediatly in LLTextureInfo CTOR body, if true we need to start it manually. Also I add another one LLTextureInfo in LLTextureFetch::mTextureInfoMainThread which is intended for accumulate data from the main thread. The postponed Recorder started/stoped from LLTextureFetch::startThread()/endThread(). | |||
2015-10-21 | MAINT-4360 FIXED (Setting LogTextureDownloadsToSimulator causes a viewer crash) | ruslantproductengine | |
The fix in fllowing: LLTextureFetch has object LLTextureInfo which is has Recorder object. The recorder object activate (Recorder::handleStart()) self AccumulatorBufferGroup (Recorder::mBuffers into the current (LLTrace::get_thread_recorder()) ThreadRecorder object which created (as I understand) one per thread, and time to time send accumulated data to the master ThreadRecorder. The problem is that LLTextureFetch also can uses from the main thread. I decide add parameter to CTOR LLTextureInfo(bool postponeStartRecoreder) - if it false the recorder start immediatly in LLTextureInfo CTOR body, if true we need to start it manually. Also I add another one LLTextureInfo in LLTextureFetch::mTextureInfoMainThread which is intended for accumulate data from the main thread. The postponed Recorder started/stoped from LLTextureFetch::startThread()/endThread(). | |||
2015-10-21 | MAINT-5759 FIXED URL links in the UI with non-English characters, ↵ | Mnikolenko ProductEngine | |
diacritics, don't get parsed correctly. | |||
2015-10-19 | Merged lindenlab/viewer-lion into default | Ruslan Teliuk | |
2015-10-19 | MAINT-5268 FIXED Rotating an object that's used as grid reference goes crazy | ruslantproductengine | |
Patchset #2 | |||
2015-10-19 | MAINT-5742 FIXED Appearance window progress indicator spins after changing ↵ | Mnikolenko ProductEngine | |
to an identical outfit | |||
2015-10-19 | MAINT-5268 FIXED Rotating an object that's used as grid reference goes crazy | ruslantproductengine | |
2015-10-19 | MAINT-5742 FIXED Appearance window progress indicator spins after changing ↵ | Mnikolenko ProductEngine | |
to an identical outfit | |||
2015-10-19 | MAINT-5753 FIXED Viewer crashes when opening a texture from object contents | Mnikolenko ProductEngine | |
2015-10-16 | MAINT-5756: Unicode characters in online notifications get stripped | Ansariel | |
2015-10-16 | Merge | AndreyL ProductEngine | |
2015-10-16 | MAINT-933 FIXED [PUBLIC]Show Land Owner color overlay only visible where ↵ | Ruslan Teliuk | |
there is water when rendering of Lights and Shadows is active. MAINT-933 FIXED [PUBLIC]Show Land Owner color overlay only visible where there is water when rendering of Lights and Shadows is active. |