summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2016-02-25MAINT-5693: Some bake requests were getting lost. If a bake request is made ↵Rider Linden
while another one is outstanding rather than launch the new one, set a flag and remake the request with new data.
2016-02-25Merged in andreykproductengine/lynx-maint (pull request #12)Andrey Lihatskiy
MAINT-6168 Crash in LLViewerParcelMgr::renderParcelCollision()
2016-02-25MAINT-6168 Crash in LLViewerParcelMgr::renderParcelCollision()andreykproductengine
2016-02-24MAINT-6096: For non-spacial voice chats update the volume of participants. ↵Rider Linden
Rename "sendPositionalUpdate" to reflect volume changes.
2016-02-24MAINT-5893 Issue with muted agent's attached lighting still rendering.Mnikolenko ProductEngine
2016-02-24MAINT-1429 Incorrect display of permissions in Edit Tab while change focusMnikolenko ProductEngine
2016-02-23MAINT-6113: Only report new voice morphs when new voice morphs are ↵Rider Linden
subscribed to, not when connecting to the Vivox server.
2016-02-23MAINT-6160 Fix for ImporterLegacyMatching crashandreykproductengine
2016-02-23Merged in Ansariel/391-blizzard-performance-fix (pull request #18)Oz Linden
Restore cached mute check for improved performance
2016-02-23Merged in Ansariel/391-blizzard-default-fix (pull request #17)Oz Linden
FIXED Graphics presets do not work properly when localized "Default" string
2016-02-23MAINT-6110 Show hovertext on attached objectsMnikolenko ProductEngine
2016-02-22Killing windows line endings.Rider Linden
2016-02-22Merged oz_linden/391-blizzard into defaultRuslan Teliuk
2016-02-19Restore cached mute check for improved performanceAnsariel
2016-02-19FIXED Graphics presets do not work properly when localized "Default" stringAnsariel
2016-02-19MAINT-6137: Re enable pipelining by default, use new version of CURL (7.47) ↵Rider Linden
with corrections for timed out connections in pipelining. Minor fix for safer op retrieval.
2016-02-19Merged in maxim_productengine/391-blizzard_maint (pull request #11)Oz Linden
MAINT-5681 FIXED particles still render when complexity threshold is reached
2016-02-19Merged in maxim_productengine/391-blizzard_maint-6150 (pull request #16)Oz Linden
MAINT-6150 [QuickGraphics] Clicking the blank space in the quick graphics floater will select the first Preset
2016-02-19MAINT-5022 [QuickGraphics] Materials should not be applied to simple impostersruslantproductengine
Fixe based on that texture with assetd id: "3b39cc01-c2d1-e194-1181-e4404978b20c" will exist on data server.
2016-02-19MAINT-6150 [QuickGraphics] Clicking the blank space in the quick graphics ↵Mnikolenko Productengine
floater will select the first Preset
2016-02-18MAINT-2199 In some rare cases priorities can change, it shouldn't affect ↵andreykproductengine
texture list.
2016-02-17kludge for darwin builds on el capitanJJ Linden
2016-02-16MAINT-2199 separating UI elements from in-world textures.andreykproductengine
2016-02-12Suppress some overly verbose loggingOz Linden
2016-02-12MAINT-1945: correct total bytes sent in log statsOz Linden
2016-02-08MAINT-6069 Modify rendering cost calculation to use the currently active LoDruslantproductengine
2016-02-07OPEN-297 simplify build number generationOz Linden
2016-02-07move script permission bits to keep fix for MAINT-2879Oz Linden
2016-02-07merge changes for OPEN-292Oz Linden
2016-02-07put the KDU, Fmod*, and CEF versions back in the About infoOz Linden
2016-02-05MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child primsMnikolenko ProductEngine
2016-02-04add build configuration to the About box if it is not ReleaseOz Linden
remove some superfluous other information from About
2016-02-03MAINT-5682 ([QuickGraphics] Some avatars are invisible)ruslantproductengine
Fixed two cases: - When changing in graphics settings lead to imposers resting and not restoring - When avatar become always invisible as descrivbed in ticket
2016-02-18Merged bunch of crashfixes from KittyAndreyL ProductEngine
2016-02-17MAINT-5678 Improvement: ImporterPreprocessDAE debug setting to disable DAE ↵AndreyL ProductEngine
preprocessing when needed
2016-02-17MAINT-6132 Fixed error on uploading models with textureAndreyL ProductEngine
2016-02-14FIXED Crash in LLGroupMgr::notifyObservers() when closing a group invitation ↵Kitty Barnett
before the group properties arrive
2016-02-14BUG-11402 FIXED Crash when opening a group floater when disconnectedKitty Barnett
2016-02-14BUG-11401 FIXED Viewer crashes at logout when using Ctrl-Q/Alt-F4Kitty Barnett
2016-02-13FIXED Crash in LLPreviewTexture destructorKitty Barnett
2016-02-10MAINT-6066 crash in LLTransferSource::getID()andreykproductengine
2016-02-07FIXED Crash in LLVOVolume::lineSegmentIntersect()Kitty Barnett
2016-02-07FIXED Crash in LLVOVolume::notifyAboutMissingAsset()Kitty Barnett
2016-02-02MAINT-6067: There appears to be an issue with HTTP pipelining and timeouts ↵Rider Linden
in CURL that has never been resolved (see https://github.com/bagder/curl/issues/627). Until resolved disable pipelining for meshes and textures.
2016-02-01Merged in MAINT-6042 Audio/Media automatically starts playing again after ↵Andrey Kleshchev
clicking "Stop All"
2016-02-01MAINT-6042 FIXED Audio/Media automatically starts playing again after ↵andreykproductengine
clicking "Stop All"
2016-02-01MAINT-5443 fixed hexadecimal value.andreykproductengine
2016-01-29MAINT-6099: One more log message.Rider Linden
2016-01-29MAINT-6099: Add a check on the result of requestPostWithLLSD for error. ↵Rider Linden
Also log the failed URL.
2016-01-26MAINT-6086: Fixed an issue with management of sessionStates (was removing ↵Rider Linden
one before it was added in certain cases.) Also changed the calls to LL_ERRS to LL_WARNS (LL_ERRS is a "HaltCatchFire" command and will crash the viewer and nothing in voice should ever bring down the viewer.