summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2016-02-26SL-287 - default avatar handles position changes caused by extra spine jointsBrad Payne (Vir Linden)
2016-02-26MAINT-5360: restore builds for the EDU packageOz Linden
2016-02-25Add SSL support to update downloader to enable possibility of secure downloadsDrake Arconis
2016-02-25Update to modern curl progress reporting functionality in the update downloaderDrake Arconis
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-23mergeBrad Payne (Vir Linden)
2016-02-23SL-341 - added ellipsoid-based visualization of collision volumes.Brad Payne (Vir Linden)
2016-02-23MAINT-6162 limit joint offset distances in old style .anim formatAura Linden
2016-02-23MAINT-6160 Fix for ImporterLegacyMatching crashandreykproductengine
2016-02-23SL-287 WIP - fixed default avatar crash caused by added spine joints. Still ↵Brad Payne (Vir Linden)
renders distorted.
2016-02-23MAINT-6110 Show hovertext on attached objectsMnikolenko ProductEngine
2016-02-22Killing windows line endings.Rider Linden
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-18MAINT-2199 In some rare cases priorities can change, it shouldn't affect ↵andreykproductengine
texture list.
2016-02-17SL-318 allow joint offset changes in BVH animations up to 5m.Aura Linden
2016-02-17kludge for darwin builds on el capitanJJ Linden
2016-02-16MAINT-2199 separating UI elements from in-world textures.andreykproductengine
2016-02-12SL-333 WIP - added back some unused constructors to make the appearance ↵Brad Payne (Vir Linden)
utility happier
2016-02-05MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child primsMnikolenko ProductEngine
2016-02-03SL-333 work - attachment joints now get a valid mJointNum, more checking on ↵Brad Payne (Vir Linden)
valid joint num values. Also reduced log spam slightly.
2016-02-03SL-315 - context strings, comments, debugging. joint_test temporarily disabled.Brad Payne (Vir Linden)
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-01SL-315 - untest old stack traceBrad Payne (Vir Linden)
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-29SL-315 test old stack traceBrad Payne (Vir Linden)
2016-01-28SL-315 - fix for LLCallStack stubs for mac/linux.Brad Payne (Vir Linden)
2016-01-28SL-315 - verbose option for CallStack objects, doc headers in ↵Brad Payne (Vir Linden)
StackWalker.{h,cpp}
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.
2016-01-26MAINT-6055: Handle logout message when processing voice connection session ↵Rider Linden
(occurs at sleep). Attempt to reconnect if received (at wakeup)
2016-01-26SL-315 WIP - added callstack info to joint debugging. Made joint debugging ↵Brad Payne (Vir Linden)
run-time configurable via debug setting DebugAvatarJoints