Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-07 | Some extra comments to help me get things straight. | Tofu Linden | |
2010-03-07 | trivial comment typo fix. | Tofu Linden | |
2010-03-07 | Remove an extraneous normalize() from the water fragment shader - the last ↵ | Tofu Linden | |
thing we did to this vector was normalize it anyway. | |||
2010-03-07 | Remove the class2/class3 water shaders, which aren't materially different ↵ | Tofu Linden | |
from class1 except for some minor const tweaks (I've migrated class3's tweaks into class1 on the assumption that this was what davep sees all the time) | |||
2010-03-05 | viewer2 merge. | Tofu Linden | |
2010-03-05 | merge | Dave Parks | |
2010-03-05 | Fix for sun specular highlights showing up in shadow when diffuse ambiance ↵ | Dave Parks | |
greater than 0. | |||
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-05 | merge from viewer-2-0 | Tofu Linden | |
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-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-01 | "Model..." upload button always enabled now. | Dave Parks | |
Default fast alpha to on. | |||
2010-03-01 | Merge with viewer-2-0 | Dave Parks | |
2010-02-28 | Remove some dead code. | Dave Parks | |
Add LH transform to LLVector3 Add DebugShowUploadCost Make LOD generation on model preview less finnicky. Remove error level based LOD generation. Better framing of model before upload. Better error handling for model uploader. Remove [COST] argument from model upload menu item. Remove L$ check from model upload menu item being enabled. | |||
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-23 | Merge with viewer 2. | Palmer Truelson | |
2010-02-20 | raise RenderDeferredSSAOMaxScale from 60 to 200. This is fine. | Tofu Linden | |
2010-02-18 | viewer2 merge. | Tofu Linden | |
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 | viewer2 merge. | Tofu Linden | |
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 | merge from viewer2. | Tofu Linden | |
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 | merge from viewer2. | Tofu Linden | |
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 | |
2010-02-16 | merge from viewer2. | Tofu Linden | |
2010-02-15 | fixed Bug Major EXT-5086 llDialog buttons are displayed in ↵ | Denis Serdjuk | |
wrong order Order of the buttons has been recovered to viewer 1.23 behavior. --HG-- branch : product-engine | |||
2010-02-11 | Merge from viewer-2-0 | Rick Pasetto | |
2010-02-11 | merge from viewer2 trunk. | Tofu Linden | |
2010-02-11 | merge. | Tofu Linden | |
2010-02-11 | merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Aimee Linden | |
2010-02-11 | EXT-5264 : Debug setting to show in-world voice visualizations while in ↵ | Aimee Linden | |
private voice calls Added ShowVoiceVisualizersInCalls, setting it to true will show voice visualizers, lipsync and voice gestures for people in the same voice session that are also visible in-world. | |||
2010-02-11 | merge. | Tofu Linden | |
2010-02-11 | EXT - 2753 (Implement Avatar icons on IM multifloater tabs) refactoring: | Paul Guslisty pguslisty@productengine.com | |
- Deleted unnecessary parameters (UIButtonImageTopPadding, UIButtonImageBottomPadding) from settings.xml and their usage in LLTabContainer - Deleted triggers (LLIMFloaterContainer::processProperties and LLIMFloaterContainer::changed) due to LLIMFloaterContainer no more Observer - Renamed class LLParticularGroupMgrObserver to LLParticularGroupObserver as the last one's name is more self explanatory --HG-- branch : product-engine | |||
2010-02-09 | PARTIAL EXT-5261: add new "MediaTentativeAutoPlay" setting | Rick Pasetto | |
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-09 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2010-02-09 | merge | davep@billy.gateway.2wire.net | |