Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-07 | Whitespace trimming. | Dave Parks | |
2010-04-07 | Shadow aliasing fix WIP | Dave Parks | |
2010-02-13 | Backed out changeset f196197a816a | Tofu Linden | |
2010-03-20 | Tweak detail settings and make graphics preferences widget enabling respect ↵ | Dave Parks | |
requirements. | |||
2010-03-19 | Replace RenderDeferredShadow/RenderDeferredSunShadow with RenderShadowDetail | Dave Parks | |
2010-03-19 | Replace usage of RenderWaterReflections with RenderReflectionDetail. | Dave Parks | |
2010-03-18 | XML changes for new graphics preferences | Dave Parks | |
2010-03-04 | Optimiziation pass. | Dave Parks | |
Added RenderUseStreamVBO to enable/disable usage of VBO's for streaming buffers. Faster traversal of LLCullResult members. Removal of llpushcallstacks from inner loops. Sprinkling in fast timers. | |||
2010-02-20 | raise RenderDeferredSSAOMaxScale from 60 to 200. This is fine. | Tofu Linden | |
2010-04-07 | PE merge from pe-viewer-trunk | Tofu Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-02 | Fixed normal bug EXT-6673 (Default sort order of Nerby People list should be ↵ | Eugene Mutavchi | |
by most recent speaker) - corrected the default setting for nearby people sort order. Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/175/. --HG-- branch : product-engine | |||
2010-04-02 | DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunk | Roxie Linden | |
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands | |||
2010-04-01 | merge | Richard Nelson | |
2010-04-01 | Merge | Leyla Farazha | |
2010-04-01 | EXT-5168 prefs review: Remove "Small nametags" option | Leyla Farazha | |
reviewed by Richard cc#176 | |||
2010-04-01 | merge | Richard Nelson | |
2010-03-30 | EXT-6525 - drag threshold is very low for navbar favorites | Richard Nelson | |
reviewed by Leyla | |||
2010-03-29 | Default MediaShowOnOthers setting to false. | Monroe Linden | |
--HG-- branch : EXT-4880 | |||
2010-03-29 | Automated merge | Roxie Linden | |
2010-03-29 | Fix initial outfit selection dialog to choose initial outfit based on | Roxie Linden | |
what's passed up from login.cgi instead of just using hardcoded values. If nothing is passed up, it defaults to values in settings.xml | |||
2010-03-29 | EXT-6515 Turn off Vivox automatic crash reporting | Aimee Linden | |
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-19 | Merge with tip | Callum Prentice | |
2010-03-18 | Merge of PE merge with extra head | Kent Quirk | |
2010-03-18 | EXT-6466 "Move "Enable Cookies" checkbox...", EXT-6402 "Add feature to ↵ | Callum Prentice | |
disable Web plugins via prefs" and EXT-6401 "Add feature to disable Javascript via prefs" Apologies for the multiple commit of Jiras - these changes are closely related and impossible to commit deparately Reviewed by Monroe | |||
2010-03-18 | set default viewer window size to 1024x738 EXT-4820 [NUX] Viewer dimensions ↵ | Igor Borovkov | |
on first-run Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/69/ --HG-- branch : product-engine | |||
2010-03-08 | automated merge | Roxie Linden | |
2010-03-05 | merge. | Tofu Linden | |
2010-03-05 | Backed out changeset ede35a3eda50 - restore EXT-5891 | Tofu Linden | |
The specs contradict themselves and I *like* this interpretation better. | |||
2010-03-04 | Fix for EXT-5935 | Monroe Linden | |
Decrease PluginInstancesCPULimit default value from 1.0 to 0.9. | |||
2010-03-04 | Backed out changeset 3ed4974eb9ca | Tofu Linden | |
was: EXT - 5891 (Login location defaults to My Home) backing this out because, although it sucks, it's per-spec :/ | |||
2010-03-03 | Fixed major bug EXT - 5891 (Login location defaults to My Home) | Paul Guslisty | |
--HG-- branch : product-engine | |||
2010-03-08 | Enable auto-posting of SLVoice crash logs to Vivox | Aimee Linden | |
2010-02-26 | EXT-5480: Send viewer version info to Search server. | Lynx Linden | |
Added the following query parameters to the URL that is sent to the search web server. This will allow them to do version-specific content if necessary (such as using secondlife:///app/region for viewer's that support it). * channel = the viewer channel name, e.g. "Second Life Beta Viewer" * version = the full version string, e.g. "2.0.0.2001234" * major = the viewer major version number, e.g., "2" * minor = the viewer major version number, e.g., "0" * patch = the viewer major version number, e.g., "0" * build = the viewer major version number, e.g., "2001234" | |||
2010-02-08 | Fix for blend func being screwed up at init. | Dave Parks | |
Fix for avatar appearance editor drawing hair in the background. | |||
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-18 | merge with ssh://hg.lindenlab.com/q/viewer-hotfix/ | Aimee Linden | |
2010-02-18 | EXT-5370: Voice volumes set for other agents reverting between voice sessions | Aimee Linden | |
mVolumeDirty needs to be set when recalling volume levels, for both the participant and the session, to trigger sending a volume change message to Vivox. Reviewed by: Lynx. | |||
2010-02-17 | Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/ | Rick Pasetto | |
2010-02-17 | EXT-5272: move prefs out of nearby media | Rick Pasetto | |
Review #114 This (mostly XUI) change moves the prefs checkboxes out of the nearby media panel and into the prefs floater. The "Sound" tab is now the "Sound & Media" tab, and its layout has been modified drastically to match https://docs.google.com:443/a/lindenlab.com/Doc?id=ddznhrqn_34kcxdz8f3#Preferences | |||
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'Setup' pane | |||
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'Sound' pane | |||
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'Privacy' pane | |||
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'General' pane | |||
2010-02-17 | automated merge of overnight fixes from viewer-2-0 and viewer-hotfix | Kent Quirk | |
2010-02-17 | EXT-4882: Added firstlogin query param to Home website. | Lynx Linden | |
Url substitutions now support a [FIRST_LOGIN] parameter that returns the value of gAgent.isFirstLogin(). This now gets passed to the Home sidetray web site as a firstlogin query param. | |||
2010-02-17 | EXT-3180: Added the final URL for the Home sidetray. | Lynx Linden | |
Now points to: https://viewer-sidebar.secondlife.com/ | |||
2010-02-17 | EXT-5172 set prefs review: "Allow media to auto-play" , media setting "auto ↵ | angela | |
play" and "auto scale" to 'true' by default | |||
2010-02-16 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |