Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | Refactored marketplace inventory import HTTP requests and surrounding ↵ | Leslie Linden | |
support to remove it from the UI panel code. | |||
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-15 | merge | Dave Parks | |
2011-11-11 | EXP-1527 FIX Debug values for windowwidth and windowheight can be set below ↵ | callum | |
minimum required values and EXP-1528 Launching viewer with a settings.xml file with windowwidth and windowheight set below minimum values, launches to those values not minimum window size | |||
2011-11-10 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-08 | SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵ | Dave Parks | |
requirement and llvetor4a et al) | |||
2011-11-07 | finished removing remnants of media browser | Richard Linden | |
2011-11-02 | merge | Dave Parks | |
2011-10-31 | merge | Brad Payne (Vir Linden) | |
2011-10-27 | SH-2635 FIX - always send crash report if previous session froze | Brad Payne (Vir Linden) | |
2011-10-25 | fix for SH-2624: crash at LLPrivateMemoryPoolManager::freeMem: ASSERT (!addr) | Xiaohong Bao | |
2011-10-24 | merge | Dave Parks | |
2011-10-21 | merge with viewer-dev | Richard@Callum-HP-PC.lindenlab.com | |
2011-10-21 | fix for SH-2516: Full Bright Geometry Rendering Increases Rapidly, ↵ | Xiaohong Bao | |
Destroying Frame Rate. | |||
2011-10-19 | SH-2571 Add shader driven render for low detail terrain. | Dave Parks | |
2011-10-19 | merge | Dave Parks | |
2011-10-18 | EXP-1402 Nearby Voice panel does not update to new call or from nearby voice ↵ | Leyla Farazha | |
info once opened | |||
2011-10-18 | merge changes for STORM-1654 | Oz Linden | |
2011-10-14 | EXP-1368 FIX -- Crash on Exit in FUI viewer | Leslie Linden | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-10-11 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Linden | |
2011-10-11 | EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport | Richard Linden | |
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private | |||
2011-10-11 | * New floater positioning code. Better than what's checked in but not great. | Leslie Linden | |
* Floater updates for positioning and to revert some earlier string changes. | |||
2011-10-11 | merge changes for vwr-26864 | Oz Linden | |
2011-10-10 | added compound LLSD parsing to param blocks | Richard Nelson | |
reviewed by Leslie | |||
2011-10-05 | merge | Dave Parks | |
2011-10-05 | merge with viewer-development | Richard Nelson | |
2011-10-05 | merge changes for vwr-26864 | Oz Linden | |
2011-10-04 | SH-2447, SH-2525, SH-2276 Strip out defunct global illumination code, add ↵ | Dave Parks | |
accounting for how much memory is taken up by LLRenderTarget, fix crash on login in bindGLIndices (work around driver bug that doesn't respect VAO state WRT to index buffers), remove some unused render targets, remove some unused shaders, make it possible to run a fullscreen session | |||
2011-09-30 | merge | Dave Parks | |
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-29 | Pull Nyx's thread local data initialization fix | Dave Parks | |
2011-09-26 | merge | Dave Parks | |
2011-09-22 | STORM-1620 FIXED Re-enabled saving settings. | Vadim ProductEngine | |
Reason: settings.xml was mistakenly marked as a per session (not saved) settings file. See description of the "SessionSettingsFile" setting. Fix: It looks like the proper way to make the Advanced mode default is to leave the setting value empty, which is what this change does. It also re-fixes STORM-1616. | |||
2011-09-21 | STORM-1616: Change default initial mode to Advanced | Oz Linden | |
2011-09-20 | EXP-1230 FIX As a resident, I want to not have to choose a UI mode | Richard Linden | |
removed all references to basic mode | |||
2011-09-20 | SH-2244 Add "RenderGLCoreProfile" debug setting that allows the viewer to ↵ | Dave Parks | |
start with a non-compatibility-profile OpenGL context. | |||
2011-09-14 | STORM-1578 (viewer side only), STORM-1589 | Oz Linden | |
Remove the viewer side automatic logout after extended away time. Note, however, that the server still logs you out after 30 minutes away: see SVC 7251. Allow more time (10 seconds vs 2 seconds) after initiating Away status during which mouse movements do not remove the Away status. | |||
2011-09-07 | fix for VWR-26864: Recent commit to Snowstorm project introduces frequent ↵ | Xiaohong Bao | |
errors and crashes associated with private memory pool. | |||
2011-09-07 | STORM-1587 FIXED Alert notifications were shown in English, no matter what ↵ | Vadim ProductEngine | |
viewer language was. | |||
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-26 | merge changes for storm-1543 | Oz Linden | |
2011-08-25 | merge changes for storm-1268 | Oz Linden | |
2011-08-22 | STORM-1543 WIP More cleanup and comments. | Vadim ProductEngine | |
2011-08-19 | STORM-1543 WIP Fixed auto-moving offered inventory items to trash. | Vadim ProductEngine | |
It turned out impossible to properly remove an inventory item from within LLDiscardAgentOffer::done(), because that would lead to nested LLInventoryModel::notifyObservers() calls. Fixed that by deferring removal until the next LLAppViewer::idle() iteration. Also elimiteed duplicated code. | |||
2011-08-19 | STORM-1268 Settings for ignorable dialogs were reset during deferred ↵ | Vadim ProductEngine | |
auto-upgrade. Reason: In case of deferred upgrade (i.e. when you select "Later...") the defaults for notifications settings are not loaded, so when the viewer exits after launching the updater, it incorrectly re-saves notifications settings. Fix: Initialize settings earlier, so that viewer picks them up in update mode. | |||
2011-08-08 | merge | Logan Dethrow | |