summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-04-16MergeEli Linden
2010-04-16ES linguisticEli Linden
2010-04-16EXT-6892 : Add debug setting to show avatar rez timesLoren Shih
This pops up a notification whenever another avatar rezzes. Controlled by a #define, currently set to ON.
2010-04-16merge from PE's viewer-trunkTofu Linden
2010-04-16mergeTofu Linden
2010-04-16Fixed low bug EXT-6825 (The border for context menu for Groups tab is ↵Eugene Mutavchi
invisible and is merged with the background) - allowed to drop shadow. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/248/ --HG-- branch : product-engine
2010-04-16Fixed major bug EXT-6851 (Moderator is unable to mute group voice chat ↵Mike Antipov
participant after his reconnect) Reason: not proper condition to check is LLSpeaker is in voice channel (implemented for EXT-3944) Fix: Updated condition to check is speaker in voice channel state. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/242/ --HG-- branch : product-engine
2010-04-16Fixed EXT-6423(normal) - Windows viewer spends a minute clearing cache when ↵Dmitry Zaporozhan
there is no cache Problem description: The code that purges cache does not expect any folders there, error occurs when it tries to delete a file, which is actually a folder. To handle an error the code sleeps for 1 second and tries to delete the file 4 more times(sleeping for 1 second after each try). Fix info: Using LLFile::isDir to skip directories and only delete files. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/239/ --HG-- branch : product-engine
2010-04-16Fixed EXT-6862(normal) - Offer Teleport button is offset to far to the rightDmitry Zaporozhan
Reverted Eli's fix 11355 : a55a8ed85023 (VWR-17833 en_xui_change to cover PT (logest translation)) Fixed buttons width in Friends tab in Polish localization. Also fixed group tab buttons. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/247/ --HG-- branch : product-engine
2010-04-15MergeEli Linden
2010-04-15EXT-6879 remove 'it' overridesEli Linden
2010-04-15mergeRichard Linden
2010-04-15merge from viewer-hotfixTofu Linden
2010-04-15mergeTofu Linden
2010-04-15Backed out changeset eaac19489aa6Tofu Linden
Bao agreed with my initial version after all.
2010-04-15VWR-18616 shorter ES xlEli Linden
2010-04-15EXT-4388 Crash in octree line segment intersection code (getMask)Tofu Linden
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector. To be reviewed by Bao.
2010-04-15EXT-4388 Crash in octree line segment intersection code (getMask)Tofu Linden
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector. To be reviewed by Bao. (transplanted from 2012f21d23c66179345fb26148cfbe19835b325e)
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 PE's viewer-trunkTofu Linden
2010-04-15merge from viewer-hotfixTofu Linden
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-14IT JA linguisticEli Linden
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