Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-09 | CHOP-265 Fixed up LL_SEND_CRASH_REPORTS usage. Reviewed by Brad. | Mark Palange (Mani) | |
2010-12-09 | change 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-09 | merge from http://hg.secondlife.com/viewer-development | Monty Brandenberg | |
2010-12-08 | EXP-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-08 | merge with viewer-dev | Richard Linden | |
2010-12-08 | Fix 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-07 | lamo programmer ui for setting downloader bandwidth limit. | Andrew A. de Laix | |
2010-12-07 | limit dowload bandwidth to 'Maximum bandwidth' setting | Andrew A. de Laix | |
2010-12-07 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-12-07 | login instance coordinates with updater service | Andrew A. de Laix | |
2010-12-06 | CHOP-257 - programmer XUI for update ready to install. One tip, one alert. ↵ | Mark Palange (Mani) | |
Rev. by Brad | |||
2010-12-03 | Fix for clobbered deferred rendering UI. | Loren Shih | |
Fix for compile errors from llappviewer.cpp merge. | |||
2010-12-03 | Automated merge up from viewer-development | Loren Shih | |
2010-12-03 | merge | Andrew A. de Laix | |
2010-12-02 | Merge | Dave Parks | |
2010-12-02 | SH-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-02 | merge | Monroe Linden | |
2010-12-01 | CHOP-238 Fix to bug introduced by ↵ | Mark Palange (Mani) | |
http://hg.secondlife.com/viewer-beta/changeset/4072bd5389b2 Reviewed by Brad | |||
2010-12-01 | Fixes for viewer-development merge into viewer-mesh. | Loren Shih | |
Manually merged llappviewer and viewer_manifest.py. | |||
2010-12-01 | download progress events. | Andrew A. de Laix | |
2010-11-29 | ESC-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-24 | ESC-154 ESC-156 Metrics integration across threads | Monty 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-23 | ESC-154 ESC-156 Viewer metrics | Monty Brandenberg | |
Get the metrics message generation working in QAModeMetrics mode. Sample interval and data aren't correct yet but getting there. | |||
2010-11-23 | ESC-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-23 | ESC-154 ESC-156 Data collection and control for viewer metrics | Monty 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-19 | ESC-155 Multi-threaded umbrella collector for stats aggregation | Monty 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-18 | CHOP-135 Bug fixes. | Mark Palange (Mani) | |
2010-11-18 | merge | Mark Palange (Mani) | |
2010-11-18 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | Fix for mac build error. | brad kittenbrink | |
2010-11-18 | inform user on failed install--needs proper user dialog ;-) | Andrew A. de Laix | |
2010-11-18 | First draft of CHOP-106 downloaded update ready notification. | brad kittenbrink | |
Reviewed by mani. | |||
2010-11-18 | ESC-154 ESC-155 ESC-156 | Monty 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-15 | merge | Richard Linden | |
2010-11-11 | STORM-102: Merge from viewer-development | Wolfpup Lowenhar | |
2010-11-11 | fix termination issues with thread safe queue in main loop repeater service. | Andrew A. de Laix | |
2010-11-10 | CHOP-151 Hooked up app exit callback, cleaned up early exit. Rev. by Brad | Mark Palange (Mani) | |
2010-11-10 | Merge | Mark Palange (Mani) | |
2010-11-10 | CHOP-151 Adding startup updater flow to drive update installation and resume. | Mark Palange (Mani) | |
2010-11-09 | start of a thread safe queue | Andrew A. de Laix | |
2010-11-09 | merge storm-102 branch back to default | Oz Linden | |
2010-11-08 | STORM-105 : takes Vadim's comments into account, clean up use of static ↵ | Merov Linden | |
globals and magic strings, enforce naming conventions | |||
2010-11-08 | Merge | Loren Shih | |
2010-11-05 | STORM-105 : Take Vadim code review into account, code clean up | Merov Linden | |
2010-11-05 | Merge latest lindenlab/viewer-development with mani_linden/viewer-development. | brad kittenbrink | |
2010-11-04 | merge with viewer-development | Merov Linden | |
2010-11-04 | checker working with v1.0 update protocol. | Andrew A. de Laix | |
2010-11-04 | automated merge from http://hg.secondlife.com/viewer-beta | Loren Shih | |
2010-11-02 | STORM-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. |