summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-04-16removed tabs from cmakelist.txtRichard Linden
2010-04-16Adding volume controls in NMPLeyla Farazha
reivewed by RIchard cc#194
2010-04-16EXT-5205 MoAP auto zoom should not work on prims attached as HUDsLeyla Farazha
Reviewed by Richard CC#192
2010-04-16EXT-1998 [BSI] Hover text on HUD attachments is offset toward the rightLeyla Farazha
Reviewed by Richard CC#193
2010-04-16For EXT-6809 - search static VFS for all asset typesBrad Payne (Vir Linden)
2010-04-16For EXT-6809 - search static VFS for all asset typesBrad Payne (Vir Linden)
2010-04-16windows_volume_catcher.cpp, now with comments!Richard Linden
also added volume_catcher.h to project
2010-04-16MergeEli Linden
2010-04-16ES linguisticEli Linden
2010-04-16mergeRichard 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-16Reverted fix of EXT-1655 (because it causes EXT-6835)Eugene Mutavchi
--HG-- branch : product-engine
2010-04-16Fixed EXT-6790(major) - Limit to amount of text output to script ↵Dmitry Zaporozhan
error/warning window is to limited. Could not find history for floater_script_debug_panel.xml. Looks like current max_length="10000" was randomly picked as a reasonable value at some point of viewer-2-0 development. Using viewer-1-23 value for max_length - "2147483647" Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/250/ --HG-- branch : product-engine
2010-04-16Fixed normal EXT-6812 ([TRUNCATION] APARIENCIA window > Forma > Boca > ↵Paul Guslisty
Labios: prominec. \"Labios: prominenc\" should be \"Labios: prominencia\".) - There was two reasons: 1. Uninitialized variable in llsliderctrl.(h/cpp) that contains label size. This variable take part in calculation of TextBox size of label. 2. Font of 'label string' and text box was different. This causes wrong calculation of 'label string' length. Reviwed by Vadim Savchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/246/ --HG-- branch : product-engine
2010-04-16Fixed major bug EXT-6869 (Viewer crashes when switching between group voice ↵Mike Antipov
sessions) The reason: LLCallDialogManager did not disconnect from "voice channel state changed" signal on channel in previous session. Thus when old channel changes state from STATE_HUNG_UP to STATE_CALL_STARTED there is invalid pointer to session in connected LLCallDialogManager::onVoiceChannelStateChanged callback before current voice channel is changed and pointer to session becames valid. Fix: add storing of connection to signal in voice channel from previous session and disconnect it before connecting to channel in current session. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/244/ --HG-- branch : product-engine
2010-04-16fixed major EXT-6700 crash in ↵Alexei Arabadji
LLNotificationsUI::LLHandlerUtil::addNotifPanelToIM Utilized functionality of class LLPostponedNotification for adding offer notifications. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/249/ --HG-- branch : product-engine
2010-04-16Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-04-16Fixed normal bug EXT-6806 (Context menu conflict: selected text vs group) - ↵Eugene Mutavchi
prefer text menu if it has selection. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/245/. --HG-- branch : product-engine
2010-04-16Fixed low bug EXT-6823 (Implement a possibility to select several residents ↵Eugene Mutavchi
by "Shift" button) - improved the selection of list items by mouse. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/238/ --HG-- branch : product-engine
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-15EXT-6888 - Implement per-media instance volume controlRichard Linden
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. (transplanted from 2012f21d23c66179345fb26148cfbe19835b325e)
2010-04-16EXT-6572 correct translation for "Buy L$", for 2.0.1Eli Linden
2010-04-16EXT-6880 Adding newline to end of CMakesList.txtMark Palange (Mani)
2010-04-16Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfixMark Palange (Mani)
2010-04-16EXT-6880 Building updater with static linked CRTMark Palange (Mani)
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