Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-02 | reverted accidental change to floater_im_session.xml | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-02-02 | fixed EXT-4755 Own context menu in voice chat participants list has 'Add ↵ | Igor Borovkov | |
Friend' and 'Pay' enabled --HG-- branch : product-engine | |||
2010-02-02 | merged new changes | gabriel lee | |
2010-02-02 | Fixed normal bug EXT-4696 - Teleport offer window is not alligned to the ↵ | Dmitry Zaporozhan | |
center of game area --HG-- branch : product-engine | |||
2010-02-02 | acted on code review advise, check some return pointers for nullness etc | gabriel lee | |
2010-02-02 | Supplementary fix EXT-4770 : Voice muting not working properly due to a ↵ | Aimee Linden | |
change in the Vivox API The master voice mute in preferences wasn't working either, due to the minimum scaled volume now being 30 instead of 0. Reviewed by Lynx. | |||
2010-02-02 | Fixed normal bug EXT-4740 - Object inspector hides however context menu present | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-02-02 | merged back my last changes | gabriel lee | |
2010-02-02 | EXT-4603 Right-clicking a sound and choosing "Play" doesn't actually play it | angela | |
2010-02-02 | EXT-3789 Change Teleport button on IM panel tooltip to read "Offer to ↵ | angela | |
teleport this person" | |||
2010-02-01 | Test commit. | Eli Linden | |
2010-02-01 | EXT-4698 Object, avatar menu has | Erica | |
2010-02-01 | merge | Erica | |
2010-02-01 | Preferences clean up in advance of qa beta branch | Erica | |
2010-02-01 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-02-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2010-02-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-01 | EXT-4613: No longer get to throttle for quite folders (COF, trash, outfits, etc) | Eric M. Tulla (BigPapi) | |
-Reviewed by nyx | |||
2010-02-01 | Disabled magnifying glass icon from filter editors. | Chuck Linden | |
https://jira.secondlife.com/browse/EXT-4839 | |||
2010-02-01 | Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0 | Lis Linden | |
2010-02-01 | ext-4435 Preferences: "Busy mode response" is brighter than other labels | Lis Linden | |
2010-02-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-01 | Added "Favorites Bar" label and tooltip. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-4834 | |||
2010-02-01 | Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0 | Lis Linden | |
2010-02-01 | EXT-4599 Change all mentions of "in World" to "inworld" | Lis Linden | |
2010-02-01 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-02-01 | Fix regression where SLURL DND when logged in didn't work (line got dropped) | Rick Pasetto | |
Reviewed by callum | |||
2010-02-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-01 | Set the "Debug" menu to not be visible by default. | Chuck Linden | |
https://jira.secondlife.com/browse/EXT-4828 | |||
2010-02-01 | merge | richard | |
2010-02-01 | Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0 | Lis Linden | |
2010-02-01 | merge | richard | |
2010-02-01 | ext-3871 Non-standard icon and behavior of avatar voice volume mute | Lis Linden | |
2010-02-01 | DEV-45525 - don't change the current directory before running the text editor | Kent Quirk | |
2010-02-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2010-02-01 | EXT-4075 BTEST-129 switching wearables makes you temporarily naked | Nyx (Neal Orman) | |
When switching from one pair of pants to another we were temporarily using an in-between state without pants as a valid rendering state. Removed a call to removeWearable to keep your pants on until the update from COF swaps the old pair of pants for the new. Lower body is redrawn only once lowest discard level of new pants arrives. Code reviewed by Bigpapi | |||
2010-02-01 | merge | richard | |
2010-02-01 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-02-01 | merge. | Tofu Linden | |
2010-02-01 | EXT-4816 : Fix coverty whine on break statement fallthrough | Loren Shih | |
Can't fix the whine, but added a comment that the fallthrough is deliberate. | |||
2010-02-01 | PE merge. | Tofu Linden | |
2010-02-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx Linden | |
2010-02-01 | EXT-4813: Added a "Loading..." indicator to the Help Browser. | Lynx Linden | |
This appears at the bottom of the Help Browser floater while a page is loading. I also cleaned up the XUI file a little and removed some unused strings. | |||
2010-02-01 | merge | Tofu Linden | |
2010-02-01 | Fixed major bug EXT-4798 (Voice notifications steal keyboard focus by default) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-02-01 | DEV-44904 and other fixes | gabriel lee | |
2010-02-01 | Fixed major bug EXT-4782 (Viewer crashes if end ad-hoc voice chat by 'End ↵ | Mike Antipov | |
session' context commant of chiclet) - reason: indicator on ad-hoc chiclets is changed its speaker UUID that leads to registering the same instances several times in the SpeakingIndicatorManager. This leads to crash after instance is destroyed because the only one (specified by UUID in unregisterSpeakingIndicator()) is removed from the map. So, using stored deleted pointer leads to crash. See EXT-4782. - fix: prevent regestering the same instance of indicator by removing existing one in LLOutputMonitorCtrl::setSpeakerId. Also added check in SpeakingIndicatorManager to prevent such situation in the future with an appropriate warning & assert. --HG-- branch : product-engine | |||
2010-02-01 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-01 | fix low EXT-3807 ABOUT LAND/OBJECTS: (i) icon is badly positioned | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-01 | Fixed normal bug EXT-4768 - 'Play' btn does nothing to gesture in Inventory ↵ | Dmitry Zaporozhan | |
side panel. --HG-- branch : product-engine |