Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-21 | Fix windows line endings | callum_linden | |
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-20 | silly typo that builds on windows - this fixes mac/linux builds | callum_linden | |
2015-10-20 | Merge with tip of viewer-release | callum_linden | |
2015-10-20 | MAINT-5711 FIX2 auto login for profiles - final part retrieves the URL to ↵ | callum_linden | |
set cookie for from the message sent over by login.cgi | |||
2015-10-19 | MAINT-5711 FIX profiles and marketplace are asking for a login each session | callum_linden | |
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. | |||
2015-10-15 | Merge downstream code, version 3.8.6 | AndreyL ProductEngine | |
2015-10-15 | MAINT-933 FIXED [PUBLIC]Show Land Owner color overlay only visible where ↵ | ruslantproductengine | |
there is water when rendering of Lights and Shadows is active. Patchset #2 Remove Debug code | |||
2015-10-15 | MAINT-5738 FIXED If "Always Run" is enabled, camming is broken when sitting ↵ | Mnikolenko ProductEngine | |
down. | |||
2015-10-15 | MAINT-925 FIXED Objects called "Second Life" are unclickable & unmuteable ↵ | Mnikolenko ProductEngine | |
via local chat | |||
2015-10-14 | MAINT-933 FIXED [PUBLIC]Show Land Owner color overlay only visible where ↵ | ruslantproductengine | |
there is water when rendering of Lights and Shadows is active. | |||
2015-10-13 | merge changes for MAINT-4734 | pavelkproductengine | |
2015-10-13 | MAINT-5730 FIXED Text overlapping in group invites with non-default group role | Mnikolenko ProductEngine | |
2015-10-12 | merge changes for 3.8.5-release | Oz Linden | |
2015-10-12 | increment viewer version to 3.8.6 | Oz Linden | |
2015-10-12 | MAINT-5678 FIXED Materials with spaces in name import with truncated names | AndreyL ProductEngine | |
2015-10-09 | CMake fixes for mac build. | rider | |
2015-10-09 | MAINT-5715, MAINT-5717, MAINT-5718: Replace the the volume catcher that was ↵ | Rider Linden | |
removed with the QT viewer. Addresses panning and fading issues, teleport and viewer mute controls. | |||
2015-10-09 | Merge | pavelkproductengine | |
2015-10-09 | Merge Xcode 7 Update | pavelkproductengine | |
2015-10-09 | MAINT-2251 FIXED Changed min. height | Mnikolenko ProductEngine | |
2015-10-08 | MAINT-5708 FIXED Images shouldn't be displayed in notification titles | Mnikolenko ProductEngine | |
2015-10-07 | MAINT-3568 Mac OS X, ALM, Full Bright, Shininess | Ruslan Teliuk | |
In past, I already fixed the similar problem (MAINT-4165, MAINT-4839), and than I created the code for guarantee it in LLGLSLShader::mapUniforms() with explanation in comment why it's need. For this ticket the problem the same, on OSX platform for shader:(class1/deferred/fullbrightShinyF.glsl) the uniform: environmentMap has lower location than diffuseMap. And here is the problem appear when we try bind 2D texture instead Cube texture and vice versa. | |||
2015-10-06 | MAINT-5703 fix - add observer to media plugin so MEDIA_LOCATION_CHANGED ↵ | callum_linden | |
events get propagated throughout system | |||
2015-10-06 | merge changes for XCODE-7 | Oz Linden | |
2015-10-06 | merge changes for 3.8.4-release | Oz Linden | |
2015-10-06 | MAINT-5694 FIXED Links on the 1st line of a group notice message are ↵ | Mnikolenko ProductEngine | |
sometimes not clickable. | |||
2015-10-05 | MAINT-1390 FIXED Top colliders floater reopens itself if it was closed at ↵ | Mnikolenko ProductEngine | |
once after opening | |||
2015-10-02 | MAINT-5687: Further purge QT and webkit from the build. | Rider Linden | |
2015-10-02 | MAINT-5687: Remove old webkit from the make files and the repo. Ensure that ↵ | Rider Linden | |
it is no longer meaningfully referenced. | |||
2015-10-02 | MAINT-3568 Mac OS X, ALM, Full Bright, Shininess | ruslantproductengine | |
The reason of this bug the same as was in MAINT-4165, MAINT-4839. I.e. in short: SL engine is sensitive to the uniform variable location. | |||
2015-10-02 | MAINT-1459 For Sale accordion overlaps Estate accordion in Place Profile panel | Mnikolenko ProductEngine | |
2015-10-01 | Fix OS X missing scope qualifiers | callum_linden | |
2015-09-30 | Update CEF media plugin to reflect changes in LLCEFLib | callum_linden | |
2015-09-30 | Merge from viewer release | andreykproductengine | |
2015-09-30 | MAINT-5670 FIXED <icon> should not be parsed in expandable textboxes | Mnikolenko ProductEngine | |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine | |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine | |
2015-09-29 | SL-229 (fix) update viewer version number to 4.0.0 | callum_linden | |