Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-29 | Fix for EXT-6615 (SL webkit no longer reports "Second Life" in the ↵ | Monroe Linden | |
HTTP_USER_AGENT) The issue here is that initBrowserWindow() was doing the wrong thing if it got called after the set_user_agent message was received. Made the handler for the set_user_agent message save the string in a member variable (mUserAgent). Initialize mUserAgent to the default string in the MediaPluginWebKit constructor. initBrowserWindow() now sets the user agent string from mUserAgent instead of from a literal. | |||
2010-03-29 | Default MediaShowOnOthers setting to false. | Monroe Linden | |
--HG-- branch : EXT-4880 | |||
2010-03-29 | merge | Richard Nelson | |
2010-03-29 | EXT-3258 - Viewer freezes while external web browser loads page | Richard Nelson | |
reviewed by Callum | |||
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
2010-03-29 | VWR-17649 en_xui_change | Eli Linden | |
2010-03-29 | EXT-6572 (major bug) DE workaround to remove the word "Kaufen" and leave ↵ | Eli Linden | |
just the L$ link to avoid obvious linguistic error due to poor source design, at Simone's request | |||
2010-03-29 | VWR-17644 undo old 'es' overrides | Eli Linden | |
2010-03-29 | EXT-3075 : Remove swear words from comments across viewer | Loren Shih | |
This bugs me in a minor way. Did a search-and-cleanup on various swear words. | |||
2010-03-29 | automated merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
No longer explicitly deleting gAgentAvatarp due to reference counting. | |||
2010-03-29 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Fix for cleaning up gAgentAvatar on app shutdown. | |||
2010-03-29 | automated merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Fix for cleaning up gAgentAvatar on app shutdown. | |||
2010-03-29 | fix for EXT-6435: crash at writeEntriesAndClose: ASSERT (num_entries == ↵ | Xiaohong Bao | |
mHeaderEntriesInfo.mEntries) | |||
2010-03-29 | fix for EXT-6566: crash at LLTextureCache::updatedHeaderEntriesFile ↵ | Xiaohong Bao | |
[secondlife-bin lltexturecache.cpp:1292] | |||
2010-03-29 | merge. | Tofu Linden | |
2010-03-29 | merge from viewer-hotfix | Tofu Linden | |
2010-03-29 | EXT-6580 restrict size of linux's fallback font list | Tofu Linden | |
reviewed and approved for hotfix branch by Q. | |||
2010-03-29 | Merge | Aimee Linden | |
2010-03-29 | Merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-29 | For EXT-4666: changed LLGestureManager to LLGestureMgr throughout | Brad Payne (Vir Linden) | |
2010-03-29 | For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughout | Brad Payne (Vir Linden) | |
2010-03-29 | merge | Brad Payne (Vir Linden) | |
2010-03-29 | EXT-6031 Refactoring of voice volume representation | Aimee Linden | |
Standardizes representation of volume as [0.0 - 1.0] logarithmic with 0db at 0.5 within LLVoiceClient Reviewed by Tofu. | |||
2010-03-29 | ss reflections tweakage: | Tofu Linden | |
+ // Offset the guess source a little according to a trivial + // checkerboard dither function and spec.a. + // This is meant to be similar to sampling a blurred version + // of the diffuse map. LOD would be better in that regard. + // The goal of the blur is to soften reflections in surfaces + // with low shinyness, and also to disguise our lameness. | |||
2010-03-29 | EXT-6515 Turn off Vivox automatic crash reporting | Aimee Linden | |
2010-03-28 | ss reflections: make the guess less far from the source. | Tofu Linden | |
2010-03-28 | merge from viewer-2-0 | Tofu Linden | |
2010-03-28 | viewer-2-0 merge | Tofu Linden | |
2010-03-27 | IT translation review of set3 | Eli Linden | |
2010-03-27 | merge from viewer-2-0 | Tofu Linden | |
2010-03-26 | PL CT global edit | Eli Linden | |
2010-03-26 | fix invalid xml | Eli Linden | |
2010-03-26 | Merge | Eli Linden | |
2010-03-26 | IT translation review for set6C | Eli Linden | |
2010-03-26 | PT linguistic | Eli Linden | |
2010-03-26 | Merge. | Kent Quirk | |
2010-03-26 | Merge | Kent Quirk | |
2010-03-26 | Fix application icon position for Mac | Kent Quirk | |
2010-03-26 | DEV-47845 Fix to work with TCP/LLSD message. This checkin is experimental, ↵ | Matthew Breindel (Falcon) | |
so if it breaks a build, just revert to the previous changeset. | |||
2010-03-26 | Fix "clear cookies" not clearing cookies in some cases | Monroe Linden | |
LLViewerMedia::clearAllCookies was sending "clear cookies" messages to all plugins and deleting cookie files, but it wasn't clearing the cookies in the central store. It now does all of the above. | |||
2010-03-26 | Fix for EXT-6573 (Mouse-steering doesn't work in third person view) | Monroe Linden | |
LLAgentCamera::cameraOrbitAround() (which had been created from LLAgent:: cameraOrbitAround() when LLAgentCamera was factored out) wasn't correctly processing yaw. Specifically, since gAgent.getFrameAgent() returns by value and not reference, gAgent.getFrameAgent().rotate() was discarding the result of the rotation. Changed LLAgentCamera::cameraOrbitAround() to use gAgent.yaw() instead, and changed LLAgent::getFrameAgent() to return a const reference instead of a value, which should make the compiler catch errors like this. Reviewed by Richard in http://codereview.lindenlab.com/1153001 | |||
2010-03-26 | IT translation review for set6A; FR and ES linguistic | Eli Linden | |
2010-03-26 | merge | Richard Nelson | |
2010-03-26 | EXT-EXT-6317 - cursor does not indicate clicking will trigger an action when ↵ | Richard Nelson | |
over transparent objects reviewed by Leyla | |||
2010-03-26 | Merge | Eli Linden | |