summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
AgeCommit message (Collapse)Author
2010-12-09CHOP-265 Fixed up LL_SEND_CRASH_REPORTS usage. Reviewed by Brad.Mark Palange (Mani)
2010-12-09change updater settings from check box to drop down menu; add choice of ↵Andrew A. de Laix
whether to install automatically as well as download automatically (not actually implemented yet).
2010-12-09merge from http://hg.secondlife.com/viewer-developmentMonty Brandenberg
2010-12-08EXP-465 FIX Viewer window does not fill screen on Mac and Linux using ↵Richard Linden
--fullscreen disabled fullscreen mode for merge to viewer-development
2010-12-08merge with viewer-devRichard Linden
2010-12-08Fix for CHOP-262 (update notifications prior to login) and first attempt at ↵brad kittenbrink
CHOP-261 (add handlers for update ready notification buttons) reviewed by mani.
2010-12-07lamo programmer ui for setting downloader bandwidth limit.Andrew A. de Laix
2010-12-07limit dowload bandwidth to 'Maximum bandwidth' settingAndrew A. de Laix
2010-12-07Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-12-07login instance coordinates with updater serviceAndrew A. de Laix
2010-12-06CHOP-257 - programmer XUI for update ready to install. One tip, one alert. ↵Mark Palange (Mani)
Rev. by Brad
2010-12-03Fix for clobbered deferred rendering UI.Loren Shih
Fix for compile errors from llappviewer.cpp merge.
2010-12-03Automated merge up from viewer-developmentLoren Shih
2010-12-03mergeAndrew A. de Laix
2010-12-02MergeDave Parks
2010-12-02SH-373 Update glext.h, disable anti-aliasing on ATI when rendering deferred. ↵Dave Parks
Get rid of RenderUseFBO debug setting (only use FBO when rendering deferred). Use GL_ARB_framebuffer_objects instead of GL_EXT_...
2010-12-02mergeMonroe Linden
2010-12-01CHOP-238 Fix to bug introduced by ↵Mark Palange (Mani)
http://hg.secondlife.com/viewer-beta/changeset/4072bd5389b2 Reviewed by Brad
2010-12-01Fixes for viewer-development merge into viewer-mesh.Loren Shih
Manually merged llappviewer and viewer_manifest.py.
2010-12-01download progress events.Andrew A. de Laix
2010-11-29ESC-154 ESC-156 Now using region hash rather than region uuid as identifier.Monty Brandenberg
In the viewer, the region's UUID is acquired very late and isn't generally used as the canonical region identifier. The U64 region hash is a better and more consistently used identifier so I'm moving over to using that as the region key. Don't have a proper reserved invalid region hash which is unfortunate, but then, so much is.
2010-11-24ESC-154 ESC-156 Metrics integration across threadsMonty Brandenberg
Using unpause() method in derived class rather than wake() in furthest base class solved the stalling problem. I still think too many levels of the LLTextureFetch hierarchy are keeping thread state, however. The LLViewerRegion instance an agent enters doesn't necessarily have its region_id yet, that only comes after the handshake, if any. So add a few more metrics insertion points to propagate region into metrics. Finally, try to launch a final metrics report when a quit is initiated.
2010-11-23ESC-154 ESC-156 Viewer metricsMonty Brandenberg
Get the metrics message generation working in QAModeMetrics mode. Sample interval and data aren't correct yet but getting there.
2010-11-23ESC-154 ESC-156 Integrating metrics collector into viewer.Monty Brandenberg
After discussions, renamed 'QAModeMetricsSubmetrics' to 'QAModeMetrics' and confirmed that LLCachedControl<> is the way to go. Moved the resulting flag out of LLViewerAssetStats (where it didn't belong) and it lives in both LLAppViewer and LLTextureFetch where it does belong.
2010-11-23ESC-154 ESC-156 Data collection and control for viewer metricsMonty Brandenberg
Detect QAMode (and new QAModeMetricsSubmode) settings which enable logging of metrics report locally and a faster cycle time to reduce test waiting. Do this only in the main thread and propagate the result via collector constructors (will likely move that out and put it in llappviewer/lltexturefetch which is more correct scope). Managed to deadlock myself with a recursive mutex (sheesh).
2010-11-19ESC-155 Multi-threaded umbrella collector for stats aggregationMonty Brandenberg
Code complete with the intelligence to merge counts, mins, maxes and means with reasonable defences. Added QAMode controls to the viewer so that we can QA this more quickly by reducing the timing interval and sending the metrics body to local logging as well as to the caps service.
2010-11-18CHOP-135 Bug fixes.Mark Palange (Mani)
2010-11-18mergeMark Palange (Mani)
2010-11-18Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-18Merge with viewer-developmentMark Palange (Mani)
2010-11-18Fix for mac build error.brad kittenbrink
2010-11-18inform user on failed install--needs proper user dialog ;-)Andrew A. de Laix
2010-11-18First draft of CHOP-106 downloaded update ready notification.brad kittenbrink
Reviewed by mani.
2010-11-18ESC-154 ESC-155 ESC-156Monty Brandenberg
Asset fetch requests wrapped to allow for measurements. Asset fetch enqueues, dequeues and completion times recorded to asset stats collector. Texture fetch operations (http and udp) recorded to asset stats collector. Stats collector time vallue switched from F32 to U64 which is the more common type in the viewer. Cross-thread mechanism introduced to communicate region changes and generate global statistics messages. Facility to deliver metrics via Capabilities sketched in but needs additional work. Documentation and diagrams added.
2010-11-15mergeRichard Linden
2010-11-11STORM-102: Merge from viewer-developmentWolfpup Lowenhar
2010-11-11fix termination issues with thread safe queue in main loop repeater service.Andrew A. de Laix
2010-11-10CHOP-151 Hooked up app exit callback, cleaned up early exit. Rev. by BradMark Palange (Mani)
2010-11-10MergeMark Palange (Mani)
2010-11-10CHOP-151 Adding startup updater flow to drive update installation and resume.Mark Palange (Mani)
2010-11-09start of a thread safe queueAndrew A. de Laix
2010-11-09merge storm-102 branch back to defaultOz Linden
2010-11-08STORM-105 : takes Vadim's comments into account, clean up use of static ↵Merov Linden
globals and magic strings, enforce naming conventions
2010-11-08MergeLoren Shih
2010-11-05STORM-105 : Take Vadim code review into account, code clean upMerov Linden
2010-11-05Merge latest lindenlab/viewer-development with mani_linden/viewer-development.brad kittenbrink
2010-11-04merge with viewer-developmentMerov Linden
2010-11-04checker working with v1.0 update protocol.Andrew A. de Laix
2010-11-04automated merge from http://hg.secondlife.com/viewer-betaLoren Shih
2010-11-02STORM-422 FIXED Added command line option "-disablecrashlogger" to disable ↵Vadim ProductEngine
crash logger. This is a patch originally written by Robin Cornelius. I made it work with Google Breakpad.