summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-04-15Automated merge with ssh://richard@hg.lindenlab.com/q/viewer-trunkRichard Linden
2010-04-15EXT-6877 : Show avatar-as-cloud as "Loading..." in nametagLoren Shih
If you or others are a cloud, then your nametag will include a "(Loading...)" string. Note: this required a small bit of code refactor so that you can query if an avatar (yourself or others) is a cloud; this was basically a rename from updateIsFullyLoaded into getIsCloud.
2010-04-15fix for build error on WindowsRichard Linden
2010-04-15be gentler on negative-offset reads - just do nothing instead of asserting. ↵Tofu Linden
from bao's review. (transplanted from 061b8b55838634425455ebc4ac046462dfc0e5f1)
2010-04-15EXT-6847 : Deafult configuration has Away timeout set to "Never"Loren Shih
Imported from 2.1 into 2.0.1. This fix is a safe change and gives Residents useful information about why an avatar is a cloud (e.g. because the avatar minimized his window and hence is "away").
2010-04-15EXT-6861 partial fix by restoring the "Buy" word. Complete fix pending next ↵Eli Linden
l10n cycle; DE linguistic
2010-04-15Supporting 'read from the end' doesn't make sense (to me), unlike 'writeTofu Linden
from the end'. Also, more comments. Also, try to avoid a seek when offset==0 in read. To be reviewed by Bao. (transplanted from 60eb013221a83ff76054ab7dcb1d07c108f51a9d)
2010-04-15some clean-up of lllfsthread to help me understand it, remove one extraneous ↵Tofu Linden
close(). to be reviewed by bao. (transplanted from 17c6af7a2396f9890aab8226356a556b4d58a7d8)
2010-04-15Fixed critical EXT-6793 (/me does not work on Debug Channel) - added ↵Eugene Mutavchi
handling of "/me " and "/me'" messages by LLFloaterScriptDebug. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/237/ --HG-- branch : product-engine
2010-04-15Updated fix for major bug EXT-6786 ('Stand' button is corrupted if movement ↵Mike Antipov
control floater is opened) Added force hiding of Stand button to avoid seeing Stand & Move buttons at once for a short moment. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/233/ --HG-- branch : product-engine
2010-04-15merge from viewer-trunkTofu Linden
2010-04-15merge from PE's viewer-trunkTofu Linden
2010-04-15merge from viewer-hotfixTofu Linden
2010-04-15Quick port of fix for avatar mesh rebuilding bug from viewer-hotfix.Dave Parks
2010-04-15mergeDave Parks
2010-04-15More rigged attachments work.Dave Parks
2010-04-14accidentally changed default cursor for testing purposes, revertedRichard Nelson
2010-04-14fixed eol styleRichard Nelson
2010-04-14fixed eol and lack of copyright in resource.hRichard Nelson
2010-04-14mergeRichard Nelson
2010-04-14EXT-2418 and EXT-6317Richard Nelson
found out how to fix loading 32-bit cursors from embedded resource and moved them back there instead of freestanding files
2010-04-14MergeEli Linden
2010-04-14MergeLeyla Farazha
2010-04-14EXT-6856 Display per media volume controlLeyla Farazha
reviewed by Richard cc#189
2010-04-14VWR-18615 missing translationEli Linden
2010-04-14Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkRichard Nelson
2010-04-14EXT-6307 - World Map: field of view triangle rotatesRichard Nelson
reviewed by monroe
2010-04-14VWR-18603 en_xui_change for ES (longest); JA linguisticEli Linden
2010-04-14Fix for incorrect handling of an OpenID url containing a port numberMonroe Linden
The code was using the "authority" part of the URL returned by LLURL when constructing the cookie's domain, which incorrectly included the port number. This change makes sure any port number and username/password that might be in the authority are stripped from the string before handing it to the cookie code. Reviewed by Gino at http://codereview.lindenlab.com/1297006
2010-04-14added cur files to textures directory for 32 bit windows cursorsRichard Nelson
2010-04-14Fix for LLVOAvatarSelf calling updateVisualParams every frame -- saves about ↵Dave Parks
2ms per frame. Reviewed by Nyx
2010-04-14MergeEli Linden
2010-04-14Hack to fix ATI depth shadows screwing up alpha masking.Dave Parks
2010-04-14IT JA linguisticEli Linden
2010-04-14MergeDave Parks
2010-04-14Remove calls to llpushcallstacks from inner loops.Dave Parks
2010-04-14Fixed major bug EXT-6802 (Cancelling out of People Chooser while Searching ↵Mike Antipov
Causes Crash) * Added check of Avatar Picker floater (People Chooser) against NULL in search callback. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/236/ --HG-- branch : product-engine
2010-04-14Fixed low priority bug EXT-6781 (Text edit field should be in focus after IM ↵Vadim Savchuk
button has been pressed). Explicitly focus the input editor whenever an IM tab gets visible. Added a check for the IM tab to have focus and only then pass the focus to the input entry. The check is needed for the fix not to re-introduce EXT-5387 (Private IM Window Steals Focus from Nearby Chat). Reviewed by Alex: https://codereview.productengine.com/secondlife/r/224/ --HG-- branch : product-engine
2010-04-14Fixed major bug EXT-6786 ('Stand' button is corrupted if movement control ↵Mike Antipov
floater is opened) This issue is a regression of EXT-1655: Move Floater is notified about "not flying" after it was notified about "sitting". Fix: taking into account siting mode while notifying about "flying". Reviewed by Eugene Mutavchi at https://codereview.productengine.com/secondlife/r/233/ --HG-- branch : product-engine
2010-04-14Fixed critical bug EXT-6847 (Default configuration has Away Timeout set to ↵Mike Antipov
"Never") Reason: changeset 97654b5b6313 for EXT-4843 [NUX] Set default Preferences. Setting was reset to 0. Fix: restored default value 300. Also updated setting's description with supported combobox values (0, 120, 300, 600, 1800) Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/234/ --HG-- branch : product-engine
2010-04-14Fixed EXT-6349(normal) - "More" link in event details window does nothingDmitry Zaporozhan
Deleted code that disables expandable textbox. Probably there was edit_box, some time ago, that was read-only. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/235/ --HG-- branch : product-engine
2010-04-14Fixed EXT-6604(normal) - Nav bar search field text not vertically alignedDmitry Zaporozhan
Increased search field height to match location input height. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/231/ --HG-- branch : product-engine
2010-04-14Fixed EXT-6591(normal) - Place profile accordions should be single-instanceDmitry Zaporozhan
Made accordion single expansion - added single_expansion attribute Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/232/ --HG-- branch : product-engine
2010-04-14Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-04-14Fixed normal bug EXT-6302 (TP requests need to display destination region ↵Eugene Mutavchi
maturity) Added: - parsing of region information from "lure" binary bucket - displaying destination region maturity by teleport offer Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/229/ --HG-- branch : product-engine
2010-04-14Fixed normal bug EXT-6730 ([TRUNCATION] Preferencias > Configurar > Otros ↵Paul Guslisty
dispositivos > CONFIGURACIÓN DEL JOYSTICK. \"Zona muerta izq./de\") 1. In EN locale increased size of all TextBoxes where string was truncated. Made these TextBoxes large enough to contain strings of all locales. Moved controls next to these TextBoxes to the right and increased floater width to accommodate its content. 2. Deleted in ES, IT, NL, PL, FR explicitly overriden 'left' and 'width' attributes that was changed in EN locale. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/200/ --HG-- branch : product-engine
2010-04-14slightly hairy merge from viewer-trunkTofu Linden
2010-04-14Fixed normal bug EXT-4301 (PDD: Dial-in to a PSTN bridge shows "(???) ↵Mike Antipov
(???)" for the name.) * Implementation notes: ** special item is cloned from VCP to be used in LLAvatarList to reflect an Avaline caller. ** LLAvatarList extended to create instances of Avaline Caller ** Participant list now determines type of adding session participant (Avatar/Avaline Caller) and selects a way item will be created in avatar list * Implementation behavior: ** The problem is when Avaline caller ends a call it is removed from Voice Client session but still exists in LLSpeakerMgr. Server does not send such information. HUCK was implemented to notify subscribers that Avaline callers are not anymore in the voice call. ** For now Avaline Caller is removed from the LLSpeakerMgr List when it is removed from the Voice Client session. This happens in two cases: if Avaline Caller ends call itself or if Resident ends group call. ** If Resident joins group call where Avaline caller already exists that caller will appear in Resident's viewer (VCP & Group IM window) ** The callers are displayed as "AvaLine Caller 1", "AvaLine Caller 2" etc. * Known issues: ** LLNonAvatarCaller should be removed from VCP (for avaline p2p calls). Updated Avatar & Participant Lists can be used instead of it. Separate ticket will be opened to refactor this code. --HG-- branch : product-engine
2010-04-14merge from viewer-hotfixTofu Linden
2010-04-14merge from PE's viewer-trunkTofu Linden