Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | DEV-38840: Fix the Pay Resident floater. | Lynx Linden | |
It was failing to open due to an unknown string and the L$5 button was labelled incorrectly (it said L$1). | |||
2009-11-07 | DEV-42215: Don't zap valid g(First|Last)name with empty strings. | Nat Goodspeed | |
In the --autologin case, gFirstname, gLastname were validly set from gSavedSettings, but at the last minute were overwritten with empty strings from gLoginHandler. Only perform those assignments if gLoginHandler has non-empty strings to contribute. | |||
2009-11-07 | merge | Steve Bennetts | |
2009-11-06 | Partial fix for DEV-42153. | Monroe Linden | |
This code seems to work on some objects and not on others. I suspect I'm not doing something quite right in LLVOVolume::getApproximateFaceNormal(). | |||
2009-11-06 | Added camera preset art and attached to camera controls | Erica | |
2009-11-06 | merge changes from product-engine | Steve Bennetts | |
2009-11-06 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Erica | |
2009-11-06 | New inventory icon | Erica | |
2009-11-06 | Temp fix to prevent crash while missing sidepanel_task_info.xml. | Steve Bennetts | |
2009-11-06 | Fixed textrue prioritization so that boosted textures are always highest ↵ | Steve Bennetts | |
priority. | |||
2009-11-06 | EXT-2031 Admin Menu Missing Without Advanced Menu Enabled | Steve Bennetts | |
2009-11-06 | Adding new option definition - forgot. | CG Linden | |
2009-11-06 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-06 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-06 | merge | Leyla Farazha | |
2009-11-06 | EXT-1576 "Zoom In" menu option should be disabled when the person is not ↵ | Leyla Farazha | |
in range EXT-2306 Default voice input/output pref panel to closed | |||
2009-11-06 | EXT-2278 : "Save Texture As" for bottom panel | Loren Shih | |
EXT-2310 : "Save Texture As" for inventory right-click menu "Save Texture As" now works properly and brings up the texture preview while saving. Also added "Save Texture As" to the right-click inventory context menu. --HG-- branch : avatar-pipeline | |||
2009-11-06 | merge | James Cook | |
2009-11-06 | EXT-1501 Menu fonts now configurable in XUI, set size to SansSerifSmall | James Cook | |
2009-11-06 | Changed llwarns on spurious InventoryPanel::buildNewViews debug mesage to ↵ | Loren Shih | |
lldebugs. --HG-- branch : avatar-pipeline | |||
2009-11-06 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-06 | Changed "Support" tab to "Info". | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2177 | |||
2009-11-06 | merge from remote repo | Rick Pasetto | |
2009-11-06 | FIX: zoom/unzoom should appear to be one icon | Rick Pasetto | |
this was a fairly trivial UI change.... | |||
2009-11-06 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-06 | Updated default_profile_picture to match style. Added Blank graphic to use ↵ | Justin C. Rounds (Chuck) | |
as overlay icon (in order to produce tool-tip). Created panel_profile_user.xml which is a profile panel specifically for the current user, and modified panel_me_profile to call it accordingly. http://jira.secondlife.com/browse/EXT-2245 | |||
2009-11-06 | FIX DEV-41587: Update current URL in draw() | Rick Pasetto | |
The current URL is now re-fetched from the current selection. Also did some minor refactoring | |||
2009-11-06 | merge | Steve Bennetts | |
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | Make test text floaters so Erica can make a call on final font sizes. | James Cook | |
2009-11-06 | Fixed normal bug EXT-1509 "Going into mouselook while in a private call | Sergei Litovchuk | |
ruins the call floater.": - Made callfloater a single instance floater. - Updated floater IM panel visibility change logic. - Added NULL checks for voice client pointers in LLFloaterIMPanel. --HG-- branch : product-engine | |||
2009-11-06 | hg merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | merge | James Cook | |
2009-11-06 | fixed bug EXT-2111 Unable to edit the Notes & Privacy content | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-06 | Changed default help URL for board demo per email discussion on ↵ | James Cook | |
viewer2009@lists. | |||
2009-11-06 | Show glow around interactive objects on hover. Glow shows through ↵ | James Cook | |
objects/avatars - this is expected. Effect from DaveP long ago, hover code by me long ago, just changing the default setting. | |||
2009-11-06 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | Backed out changeset c3b8509f465a (EXT-989) as causing numerous conflicts. | Vadim Savchuk | |
Will reapply the changes later. --HG-- branch : product-engine | |||
2009-11-06 | No ticket, added comments to split-by-date code. | Sergey Borushevsky | |
--HG-- branch : product-engine | |||
2009-11-06 | merge. | Tofu Linden | |
2009-11-06 | Backed out changeset ad70c07b05b6 | Tofu Linden | |
(ad70c07b05b6 was 'Reduced "Medium" font size, which is a temporary fix until menu font can be defined specifically. http://jira.secondlife.com/browse/EXT-1315') This change was too all-around impactful just for the sake of the menu font - it made medium and small font sizes indistinguishable, leading to lots of invisible mismatches as long as this hack persisted... | |||
2009-11-06 | EXT-1823 avatar shape corrupted with huge legs/feet | Nyx (Neal Orman) | |
As suspected a morph mask issue. Apparently we were setting success to false if the user specifies a pant or shrit texture without an alpha channel. Result: bad morph masks. Patch begins to clean up the isMorphMaskValid issue, as well as fixing this error. Code reviewed by Vir | |||
2009-11-06 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | partial implementation for the major task (EXT-989) IM chiclets should ↵ | Dmitry Oleshko | |
expand to show active voice indicator --HG-- branch : product-engine | |||
2009-11-06 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-06 | fixed EXT-2295 "'Group Chat' btn makes chicklet appear only" | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-06 | merge. | Tofu Linden | |
2009-11-06 | M_PI -> F_PI - who knew that M_PI was dropped from C99 onwards?! | Tofu Linden | |
Oh well, this should still be better. | |||
2009-11-06 | partial fix for minor bug EXT-1607 Trash and Gear buttons are enabled when ↵ | Denis Serdjuk | |
nothing is selected. Now gear button will disabled when nothing is selected. --HG-- branch : product-engine |