summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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.
2016-01-25MAINT-6042 region crossing in any form should trigger music checkandreykproductengine
2016-01-24MAINT-6042 FIXED Regular agent-parcel updates should not restart stopped audioandreykproductengine
2016-01-22Merged MAINT-6047AndreyL ProductEngine
2016-01-22MAINT-6047 shop button in inventory opens external browser onlyandreykproductengine
2016-01-20MAINT-6064: If an add and join is "rejected" (rather than "failed") this the ↵Rider Linden
run session routine should return success (since technically it did not fail... was simply rejected by the other party) This prevents the Vivox coroutine from attempting to tear down the voice connection.
2016-01-20MAINT-6071: Change reference to a copy to avoid later use of erased variable.Rider Linden
2016-01-16MergeAndreyL ProductEngine
2016-01-15MergeRider Linden
2016-01-15Merge VRRider Linden
2016-01-15increment viewer version to 4.0.2Oz Linden
2016-01-15MAINT-6047 FIXED Shop button always opens Marketplace in external browserandreykproductengine
2016-01-14MAINT-6042 FIXED Audio/Media automatically starts playing again after ↵andreykproductengine
clicking "Stop All"
2016-01-15MAINT-1429 Show permissions correctly for single non-root object and hide it ↵Mnikolenko ProductEngine
if we didn't get valid base permissions.
2016-01-13MAINT-6055: If disconnected from voice client attempt to logout and back in. ↵rider
If login fails tear down Vivox client and restart it from scratch.
2016-01-12Remove a couple of lines that were spamming the logs.Rider Linden
2016-01-12MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Removed "close by owner" item form chiclet's right-click menu
2016-01-12MAINT-4472 FIXED Tattoo Layers Behave as No Transfer Even With Transfer ↵andreykproductengine
Enabled (No Mod No Copy)
2016-01-12Merged lindenlab/viewer-bear into defaultAndreyL ProductEngine
2016-01-12MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Removed "close by owner" item form chiclet's right-click menu
2016-01-12Merged in andreyl_productengine/viewer-lion-marchcat (pull request #17)Andrey Lihatskiy
MAINT-6041 Crash in LLGroupMgr::processGroupPropertiesReply
2016-01-12MAINT-6041 Crash in LLGroupMgr::processGroupPropertiesReplyAndreyL ProductEngine
Added a Null check
2016-01-12MAINT-6040 FIXED crash in LLFavoritesOrderStorageMnikolenko ProductEngine
2016-01-11MAINT-6044: Throttle positional updates to no more than two a second. ↵Rider Linden
Compare angle between avatar rotations if trivially small do not trigger update.
2016-01-11MAINT-5978: Code review changesRider Linden
2016-01-11MAINT-5978: comment out the caps log reporting.Rider Linden
2016-01-11MAINT-5978: Removed HTTP core file snuck back into repo.Rider Linden
2016-01-11MAINT-6025 FIXED "ctrl + z" not working on non-mod objectsandreykproductengine
2016-01-11Merged in andreyl_productengine/viewer-lion-marchcat (pull request #16)Andrey Lihatskiy
MAINT-6018 [SECURITY] Open URL dialog spam
2016-01-11MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Remove notifications of muted agents
2016-01-11MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Remove notifications of muted agents
2016-01-11MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Added the ability to close all notifications from one owner at once
2016-01-11MAINT-6018 Open URL dialog spamAndreyL ProductEngine
Added the ability to close all notifications from one owner at once
2016-01-08MAINT-5978: Couple of tweeks for smart pointers on Macrider
2016-01-08MAINT-5978: Remove vestigial state machine code. Convert over to smart ↵Rider Linden
pointers for state information structures.
2016-01-07MAINT-5976: Remove residual setState() calls. Clear next session before ↵Rider Linden
starting new session.
2016-01-07Use #if rather than #ifdef to test platform switch.Rider Linden
2016-01-07MAINT-5976: No sleep for mac on shutdown.rider
2016-01-06MAINT-5976: Shutdown and reconnection for coroutine version.Rider Linden
2016-01-06MAINT-5976: Handle connect and disconnect for P2P calls.Rider Linden
2016-01-06MAINT-4488 [PUBLIC] llTakeControls(*,FALSE,TRUE) prevents left clicks from ↵andreykproductengine
mouselook.
2016-01-06MAINT-5978: Remove move of the residual state machine. Send initial ↵Rider Linden
positional update upon joining channel.
2016-01-06MAINT-2233 FIXED Duplicate entries in notifications.xmlMnikolenko ProductEngine
2016-01-06MAINT-5851 PRIM_TEXT/llSetText has no upper draw distance limitMnikolenko ProductEngine
2016-01-06MAINT-898 FIXED Viewer attempts to log in with no passwordMnikolenko ProductEngine
2016-01-05MAINT-1392 HUD objects Behave Badly in conjunction with the Mouse Scroll WheelMnikolenko ProductEngine
2016-01-05MAINT-2753 Don't spam notification constantly, when plugin initialization ↵Mnikolenko ProductEngine
failed. Just show it once after each teleport.