summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-14Fixed normal priority bug EXT-2002 ([BSI] Side Tray opened on it's own when ↵Vadim Savchuk
receiving group notice). The check for group info panel visisbility was wrong (returned true even if a parent was invisible). --HG-- branch : product-engine
2009-12-14Update for critical bug EXT-3427 - Viewer chashes if select Moderator ↵Dmitry Zaporozhan
Options submenu in Voice controls quickly. Added code to hide menu before destroying it. Added aditional checks. Added comments --HG-- branch : product-engine
2009-12-14Fixed critical bug EXT-3427 - Viewer chashes if select Moderator Options ↵Dmitry Zaporozhan
submenu in Voice controls quickly. --HG-- branch : product-engine
2009-12-14fixed buildIgor Borovkov
--HG-- branch : product-engine
2009-12-14mergeIgor Borovkov
--HG-- branch : product-engine
2009-12-14fixed EXT-3372 [BSI] Typing notification in IM displayed although Resident ↵Igor Borovkov
isn't typing Added explicit resetting of IM floater's title as it was done in 1.23 --HG-- branch : product-engine
2009-12-14fixed normal bug (EXT-1093) Dialog boxes should be centered in the ↵Dmitry Oleshko
viewport(game area) Alert dialogs' behavior was broken in 6132:32b8dcff3b67 of PE brunch --HG-- branch : product-engine
2009-12-14Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-14Fixed Normal bug EXT-3115 ("Unable to start new chat session" ↵Mike Antipov
MissingString(generic)) -- added string with name="generic" with the same value as "generic_request_error" into strings.xml (because "generic" is a part of server's response body) --HG-- branch : product-engine
2009-12-14fixed low bug (EXT-3293) overflow toast can be draggedDmitry Oleshko
--HG-- branch : product-engine
2009-12-14Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-14mplemented EXT-3392 “Teleport offers recorded in IM history should include aAlexei Arabadji
SLURL to the TP location”, teleport offer message supplement with teleport location URL; --HG-- branch : product-engine
2009-12-14Improvements for normal task EXT-3147 (Implement new states for message ↵Mike Antipov
indicators) -- Fixed: wells should flash every time new message arrives even if "new message" state is already set -- Also fixed: Well leaves in 'Lit' state if incomeing notification is resolved while flashing to the "Lit" state --HG-- branch : product-engine
2009-12-14Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵Mike Antipov
to the Voice Control Panel (Active Speakers List)) -- Fixed crash if press Call button quickly in just opened IM Group floater Reason: voice channel is in STATE_NO_CHANNEL_INFO, in this case there are no any speakers yet. Fix: added NULL validating of finding speaker before determining if Agent is a moderator. --HG-- branch : product-engine
2009-12-13EXT-2764 EXT-2766 add and remove help ids to reflect realityKent Quirk
2009-12-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Xiaohong Bao
2009-12-11replace some magic numbers of http status, and fix for DEV-40952/SNOW-208: ↵Xiaohong Bao
HTTP GET requests for textures check for http status 203, but should check for 206.
2009-12-11Mergeskolb
2009-12-11DEV-40452 (followup) Correct a few more inconsistencies in the 3 new LSL ↵Ramzi Linden
editor tooltips
2009-12-11Additional commit for normal sub-task EXT-3142("new message" indicator for ↵Eugene Mutavchi
object chiclets) --HG-- branch : product-engine
2009-12-11Mergeskolb
2009-12-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-12-11EXT-3408: Added support for secondlife:///app/classified SLurlsLynx Linden
I added a handler for this SLurl type that displays the classifieds details in the side tray. In order to do this, you have to open the profile of the classified's creator first. Which means that I have to ask the server for the classified's description in order to get the creator id. This is done with an LLAvatarPropertiesObserver observer. One complication here is that this observer takes the avatar id as a parameter, but we don't know that (that's what we're trying to find out) - so I made it possible to pass in a null avatar id - it's only used to filter out non-interested observers in the notifyObserver() call.
2009-12-11Regression fix for major bug EXT-3135 "Crash after dragging LM from ↵Sergei Litovchuk
'Inventory' accordion to fav bar". - Disabled opening sidetray inventory panel on drag-n-drop operations with landmarks in sidetray places panel. --HG-- branch : product-engine
2009-12-11Automated merge with ssh://rick@hg.lindenlab.com/skolb/mediaRick Pasetto
2009-12-11Fix linux buildRick Pasetto
2009-12-11Fixed normal bug EXT-2724 (Mini map mimimizes underneath Nav bar when ↵Andrew Dyukov
Favorites bar has been hidden) and partially fixed EXT-2742 (Invalid menu appearance after hiding navigation bar and/or favorites bar). Problem in fixed part of EXT-2742 was the same as the one which caused EXT-2724. --HG-- branch : product-engine
2009-12-11Fixed normal bug EXT - 2863 (Group Chat List Names right click do not ↵Paul Guslisty
contain view profile or send private message) --HG-- branch : product-engine
2009-12-11Fixed normal bug EXT-3281 (Group : Disable "Leave Group" for none).Andrew Dyukov
--HG-- branch : product-engine
2009-12-11Minor gcc compile fixEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-12-11Merge of viewer2 into avp branchEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-12-11Related to normal sub-task EXT-2478: Implemened chiclet + chiclet window ↵Eugene Mutavchi
should spawn only for offers from objects. Offers from persons should be shown as toasts --HG-- branch : product-engine
2009-12-11Fixed normal bug EXT-3263 (Cut and Paste from text chat loses new lines)Eugene Mutavchi
--HG-- branch : product-engine
2009-12-11Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵Mike Antipov
to the Voice Control Panel (Active Speakers List)) -- added showing Moderator label near the agent's name if she is a group moderator --HG-- branch : product-engine
2009-12-11EXT-3317 missing string in appearance editorNyx (Neal Orman)
name string wasn't capitalized so couldn't find the actual label to apply. capitalizing "Wrinkles" makes the string be found. yay. Reviewed by Vir
2009-12-11Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵Mike Antipov
to the Voice Control Panel (Active Speakers List)) -- added showing notification that user was muted by moderator (missing changes in the header file) --HG-- branch : product-engine
2009-12-11Automated merge with ssh://nyx@hg.lindenlab.com/tulla/avatar-pipeline-2-0/Nyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-12-11Merge media back into viewer 2-0skolb
2009-12-11EXT-2718 avatar render cost higher in 2.0 than in 1.23Nyx (Neal Orman)
previous fix fixed the double-counting of texture costs. resulting ARC was ~99 points higher for most avatars. This patch makes the cost shoot up again, as ARC was improperly computed in 1.23 and before. This makes the cost for an avatar increase 10 points per prim instead of per-attachment, which is how we have documented it. Also used constants to eliminate magic numbers and increased ARC limit from 1024 to 2048. Will request feedback on change from BSI:STU Code reviewed by Bigpapi --HG-- branch : avatar-pipeline
2009-12-11Merge viewer 2-0 into mediaskolb
2009-12-11Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵Mike Antipov
to the Voice Control Panel (Active Speakers List)) -- added showing notification that user was muted by moderator --HG-- branch : product-engine
2009-12-11EXT-3394: Remove manual voice gain controls.Lynx Linden
The new Vivox SDK supports Automatic Gain Control (AGC), so we shouldn't need to change the local gain level from the default of 50%. This change sets the initial gain level to 50 (instead of 62) and removes the local gain sliders from the Sound Preferences floater and the Voice Controls floater. The latter was not hooked up yet anyway.
2009-12-11mergeBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-11Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵Mike Antipov
to the Voice Control Panel (Active Speakers List)) -- added updating of participant list to display participants not in voice as disabled. Unfortunatly I have to perform refreshing in a draw to mad it workable till beta 0. --HG-- branch : product-engine
2009-12-11fixed normal bug (EXT-3246) Do not show "Calling to..." notification dialog ↵Dmitry Oleshko
for incoming group and ad-hoc calls now is is able to get a direction of calls through the voice channel's signal for its state changing also choosing of type of IMSession was fixed and was moved from a separate function to the constructor --HG-- branch : product-engine
2009-12-11mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-11fix for normal EXT-3285 Inactive expanded accordion panels have "selected" stateYuri Chebotarev
--HG-- branch : product-engine
2009-12-11Update for major task EXT-3390 - Move Moderation options into submenu.Dmitry Zaporozhan
Minor code change. --HG-- branch : product-engine
2009-12-11Implemented major task EXT-3390 - Move Moderation options into submenu.Dmitry Zaporozhan
--HG-- branch : product-engine
2009-12-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden