summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
AgeCommit message (Collapse)Author
2011-12-01fix for sh-2735: LLCurl causes SL to freeze when logoutXiaohong Bao
2011-11-29mergeDave Parks
2011-11-24merge changes for vmrg-193Oz Linden
2011-11-22mergeBrad Payne (Vir Linden)
2011-11-21fix for sh-2601: [crashhunters] crash in LLBufferArray::countAfter()Xiaohong Bao
sh-2602: [crashhunters] crash on exit in ~LLPumpIO()
2011-11-15mergeDave Parks
2011-11-10Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-08SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵Dave Parks
requirement and llvetor4a et al)
2011-11-07finished removing remnants of media browserRichard Linden
2011-11-02mergeDave Parks
2011-10-31mergeBrad Payne (Vir Linden)
2011-10-27SH-2635 FIX - always send crash report if previous session frozeBrad Payne (Vir Linden)
2011-10-25fix for SH-2624: crash at LLPrivateMemoryPoolManager::freeMem: ASSERT (!addr)Xiaohong Bao
2011-10-24mergeDave Parks
2011-10-21merge with viewer-devRichard@Callum-HP-PC.lindenlab.com
2011-10-21fix for SH-2516: Full Bright Geometry Rendering Increases Rapidly, ↵Xiaohong Bao
Destroying Frame Rate.
2011-10-19SH-2571 Add shader driven render for low detail terrain.Dave Parks
2011-10-19mergeDave Parks
2011-10-18EXP-1402 Nearby Voice panel does not update to new call or from nearby voice ↵Leyla Farazha
info once opened
2011-10-18merge changes for STORM-1654Oz Linden
2011-10-14EXP-1368 FIX -- Crash on Exit in FUI viewerLeslie Linden
2011-10-14Merge backout of b782a75c99e6Dave Parks
2011-10-14Backed out changeset b782a75c99e6Dave Parks
2011-10-11Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-11EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewportRichard 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-11merge changes for vwr-26864Oz Linden
2011-10-10added compound LLSD parsing to param blocksRichard Nelson
reviewed by Leslie
2011-10-05mergeDave Parks
2011-10-05merge with viewer-developmentRichard Nelson
2011-10-05merge changes for vwr-26864Oz Linden
2011-10-04SH-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-30mergeDave Parks
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-29Pull Nyx's thread local data initialization fixDave Parks
2011-09-26mergeDave Parks
2011-09-22STORM-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-21STORM-1616: Change default initial mode to AdvancedOz Linden
2011-09-20EXP-1230 FIX As a resident, I want to not have to choose a UI modeRichard Linden
removed all references to basic mode
2011-09-20SH-2244 Add "RenderGLCoreProfile" debug setting that allows the viewer to ↵Dave Parks
start with a non-compatibility-profile OpenGL context.
2011-09-14STORM-1578 (viewer side only), STORM-1589Oz 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-07fix for VWR-26864: Recent commit to Snowstorm project introduces frequent ↵Xiaohong Bao
errors and crashes associated with private memory pool.
2011-09-07STORM-1587 FIXED Alert notifications were shown in English, no matter what ↵Vadim ProductEngine
viewer language was.
2011-08-31MergeXiaohong Bao
2011-08-26merge changes for storm-1543Oz Linden
2011-08-25merge changes for storm-1268Oz Linden
2011-08-22STORM-1543 WIP More cleanup and comments.Vadim ProductEngine
2011-08-19STORM-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-19STORM-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-08mergeLogan Dethrow