summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2016-03-31increment viewer version to 4.0.4Oz Linden
2016-03-22VOICE-36: improvements based on review feedbackOz Linden
2016-03-22VOICE-36: generate and expect random connection and account handlesOz Linden
2016-03-17MergeRider Linden
2016-03-17increment viewer version to 4.0.3Oz Linden
2016-03-09MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child primMnikolenko ProductEngine
2016-03-07MAINT-6172: Send the render and mic devices to a session when they are ↵Rider Linden
dirty, not just in Tuning mode.
2016-03-07MergeRider Linden
2016-03-03MAINT-5693: Make COF Version from AIS authoritive. Ask until we get it.Rider Linden
2016-03-03MAINT-5693: Move avatar update into the AIS coprocedure pool.Rider Linden
2016-03-02MAINT-5693: Didn't remove a stray debug comment.Rider Linden
2016-03-02MAINT-5693: Only force forward progression of COF version for your own AvatarRider Linden
2016-03-02MAINT-6182: When building the list of pathfinding characters throw away any ↵Rider Linden
entries that are undefined.
2016-03-01MAINT-5693: Allow stale requestsRider Linden
2016-03-01MAINT-5693: Do not rerequest old bakes. If a stale bake is received for ↵Rider Linden
processing do not processes it (Only allow newer appearances to process... never older)
2016-02-29MAINT-5693: Request server bake even if we think we are about to request a ↵Rider Linden
stale version. The receiver should know if it will throw out the results. Added some additional logging to help track what's going on.
2016-02-29MAINT-5760 Save the favorite in file with empty slurl string if it points to ↵Mnikolenko ProductEngine
location that is no longer valid
2016-03-07Merge fix for MAINT-5360AndreyL ProductEngine
2016-03-03MAINT-2199 reverted previous change, refixed missing cloud and ban lineandreykproductengine
2016-02-27MAINT-2199 restored original UI mechanics, removed icons from UI listandreykproductengine
2016-02-26MAINT-5360: restore builds for the EDU packageOz Linden
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-23MAINT-6110 Show hovertext on attached objectsMnikolenko ProductEngine
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-16MAINT-2199 separating UI elements from in-world textures.andreykproductengine
2016-02-05MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child primsMnikolenko ProductEngine
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-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-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-25MAINT-6086: Reworked how sessions were being tracked and recovered. A case ↵Rider Linden
was occurring where a session was being created and then destroyed, but had never been added to the session tracking map.