Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-28 | MAINT-4360 (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(). --HG-- branch : MAINT-4360 | |||
2015-08-28 | MAINT-4483 (Mesh uploader allows Low LODs to have more triangles than High LODs) | 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(). --HG-- branch : MAINT-4360 | |||
2015-08-28 | MAINT-5548 FIXED Don't update snapshot when resizing Viewer if snapshot ↵ | Mnikolenko ProductEngine | |
floater is closed. | |||
2015-08-27 | build fix | Mnikolenko ProductEngine | |
2015-08-25 | MAINT-5064 FIXED (Mesh upload attempt causes viewer crash) (replacing BBox ↵ | vyacheslavsproductengine | |
generation) | |||
2015-08-25 | MAINT-5547 FIXED errors when texturing a linkset "Unable to add texture. ↵ | andreykproductengine | |
Please wait a few seconds and try again." | |||
2015-08-25 | MAINT-5478 FIXED Keep history according to calendar days and don't ↵ | Mnikolenko ProductEngine | |
completely remove events while changing threshold. | |||
2015-08-18 | Clearing out duplicated strings | andreykproductengine | |
2015-08-17 | MAINT-5488 FIXED [Experience Tools] Opening an experience compiled script in ↵ | pavelkproductengine | |
an object in an adjacent region fails to show the script is compiled with an experience in the script editor. | |||
2015-08-18 | Merge downstream code and become version 3.8.4 | andreykproductengine | |
2015-08-18 | SL-173 FIXED Allow searching for an experience by SLurl. | Mnikolenko ProductEngine | |
2015-08-17 | increment viewer version to 3.8.4 | Oz Linden | |
2015-08-13 | MAINT-5446 FIXED GUI update problem in Edit floater's content tab | andreykproductengine | |
2015-08-17 | MAINT-5484 FIXED Experiences search resets the "Max Content Rating" back to ↵ | Mnikolenko ProductEngine | |
general each time the experiences floater is opened. | |||
2015-08-13 | MAINT-5219 FIXED "Ban Member" from the group chatters list context menu is ↵ | AndreyL ProductEngine | |
greyed out when you have the ability to manage the ban list | |||
2015-08-12 | SL-193 FIXED Show info icons for experiences in Key,Allowed,Blocked lists. | Mnikolenko ProductEngine | |
2015-08-10 | MAINT-5463 FIXED Add hovertext to the official link badge in chat/IM, etc. | Mnikolenko ProductEngine | |
2015-08-07 | MAINT-5451 FIXED A domain name without a top level domain should not be ↵ | Mnikolenko ProductEngine | |
decorated | |||
2015-08-04 | merge conflict fix (isDead() check got missed) | andreykproductengine | |
2015-08-04 | merge conflict fix | andreykproductengine | |
2015-08-04 | MAINT-5343 (Viewer sometimes crashes when updating a local tga texture when ↵ | ruslantproductengine | |
RLE or BMP compression is disabled - LLImageTGA::decodeTruecolorNonRle) | |||
2015-08-05 | MAINT-5348 FIXED Use this screenshot option will be checked by default now. | Mnikolenko ProductEngine | |
2015-08-04 | merge conflict fix | andreykproductengine | |
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-08-04 | Merge viewer-release and become version 3.8.3 | AndreyL ProductEngine | |
2015-08-03 | increment viewer version to 3.8.3 | Oz Linden | |
2015-07-31 | MAINT-5127 FIXED Maps URLs copied from gcal inherit special characters that ↵ | Mnikolenko ProductEngine | |
do odd things | |||
2015-07-30 | MAINT-5439 FIXED Gesture will not deactivate by using the deactivate button ↵ | andreykproductengine | |
in inventory drop down menu | |||
2015-07-30 | MAINT-5430 Crash LLAssetStorage::downloadCompleteCallback | andreykproductengine | |
2015-07-30 | MAINT-5430 Crash LLAssetStorage::downloadCompleteCallback | andreykproductengine | |
2015-07-29 | MAINT-5428 FIXED Show tooltip for both parts of url. | Mnikolenko ProductEngine | |
2015-07-29 | MAINT-5376 FIXED Sort experiences by name in the LSL editor experience ↵ | Mnikolenko ProductEngine | |
chooser drop down list | |||
2015-07-29 | MAINT-5019 FIXED Undesired "http://" added to domains sent in chat | AndreyL ProductEngine | |
Completely removed matching of the URLs w/o a protocol + Some unit tests | |||
2015-07-28 | MAINT-5432 MAINT-5440 FIXED Crash | AndreyL ProductEngine | |
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems() | |||
2015-07-27 | MAINT-5439 FIXED Gesture will not deactivate by using the deactivate button ↵ | andreykproductengine | |
in inventory drop down menu | |||
2015-07-24 | MAINT-5432 FIXED Null check to avoid crash | Mnikolenko ProductEngine | |
2015-07-23 | MAINT-5398 FIXED [BetaBreakers] TOS additional policy links cannot be ↵ | andreykproductengine | |
scrolled or closed once opened | |||
2015-07-23 | MAINT-5416 Reverted changeset: 9bd24c17d908 | AndreyL ProductEngine | |
2015-07-17 | MAINT-5416 FIXED cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
2015-07-17 | MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵ | andreykproductengine | |
selected | |||
2015-07-15 | MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs ↵ | AndreyL ProductEngine | |
starting with www. | |||
2015-07-15 | more fixes from code review by Ansariel | Oz Linden | |
2015-07-15 | fixes from code review by Ansariel | Oz Linden | |
2015-07-15 | MAINT-5174 Add Check for Updates feature to Help menu | andreykproductengine | |
2015-07-15 | MAINT-5401 FIXED Automatic updates setting is confusing | andreykproductengine | |
2015-07-15 | Merge from viewer-relese and become version 3.8.2 | andreykproductengine | |
2015-07-14 | merge translation fixes from Eli | Oz Linden | |
2015-07-14 | translation file corrections from Eli | Oz Linden | |
2015-07-14 | 3.8.1-release | Oz Linden | |
2015-07-14 | increment viewer version to 3.8.2 | Oz Linden | |