Commit Graph

581 Commits (293b35f000ca4e8a4bcf85dc4782b2a72d1887ea)

Author SHA1 Message Date
leyla_linden fc4a36c630 Merge 2011-01-28 16:44:50 -08:00
Brad Payne (Vir Linden) c285dddcca SH-845 FIX - display a message before bailing out if CPU lacks SSE2 support 2011-01-28 17:42:02 -05:00
Dave Parks 4fefb98cba merge 2011-01-21 16:24:31 -06:00
Dave Parks 3c053b3fdb SH-534 Fix for various bump map glitches. 2011-01-21 16:23:44 -06:00
Loren Shih 38f4bad925 Automated merge up from viewer-development 2011-01-21 10:36:29 -05:00
Aleric Inglewood c47ab36b20 VWR-24320: remove dump of call stack on clean exit 2011-01-20 16:01:27 -05:00
Aleric Inglewood ad34f858dc VWR-24317: remove warning re: RenderCubeMap by deferring initialization 2011-01-20 15:52:37 -05:00
Aleric Inglewood 466413cdf0 VWR-24317: clean up incorrect warnings prior to login in log file 2011-01-20 14:44:06 -05:00
Oz Linden 061b04132d pull changes back from beta 2011-01-19 12:48:04 -05:00
Oz Linden e106678422 DN-202: Make avatar name caching more aggressive and error handling more uniform
Add logging (mostly at DEBUG level)
2011-01-16 21:41:08 -05:00
Loren Shih d82da834fa Automated merge up from viewer-development 2011-01-14 14:16:07 -05:00
Merov Linden ce55885aa3 Pull sync to viewer-development 2011-01-13 11:30:56 -08:00
Merov Linden 804495ad41 STORM-477 : backout changeset 6f5cb303d3e2 2011-01-13 11:15:47 -08:00
Loren Shih 584c7ecb4e Automated merge up from viewer-development 2011-01-13 10:28:15 -05:00
Don Kjer 756a4e26da Merge with viewer-development 2011-01-12 19:00:36 -08:00
Merov Linden 038b38c446 STORM-477 : pull in viewer-development 2011-01-12 12:07:03 -08:00
Seth ProductEngine 4af9db7b79 STORM-477 FIXED Re-implemented LLDir::getNextFileInDir() as an iterator object.
- Replaced all existing usages of LLDir::getNextFileInDir() with the new directory iterator object.
- Removed platform specific LLDir::getNextFileInDir() implementation.
2011-01-11 19:50:58 +02:00
Don Kjer 829c2c8697 Merge from viewer-development 2011-01-07 10:48:38 -08:00
Brad Payne (Vir Linden) a7db3b1786 merge 2011-01-05 10:37:00 -05:00
Seth ProductEngine 376ee7a3f9 STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names.
- Added parcel info observer to LLUrlEntryParcel.
- Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives.
- Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests.
2010-12-30 18:18:33 +02:00
Brad Payne (Vir Linden) 93ee0b044f merge 2010-12-29 14:08:47 -05:00
Loren Shih 5f99331f4a Automated merge up from viewer-development 2010-12-29 13:23:02 -05:00
Brad Payne (Vir Linden) 28b628ab7b allow run-time query of which timer function is being used 2010-12-29 10:03:33 -05:00
Don Kjer 0f5d8e53ca Merge with viewer-development 2010-12-22 14:24:28 -08:00
Xiaohong Bao 8ba0baa631 fix for SH-648: Crash on exit in LLViewerFetchedTexture (ref count error) 2010-12-22 10:55:48 -07:00
Andrew A. de Laix e1b198a36b Merge from trunk 2010-12-21 10:33:58 -08:00
Loren Shih 4e98895719 Automated merge up from viewer-development 2010-12-21 10:39:35 -05:00
Monty Brandenberg db11a76d51 Merge from viewer-development post 2.4 release 2010-12-17 15:54:00 -05:00
Andrew A. de Laix 1774489ef8 Vary install failed message depending on whether it was required or not. 2010-12-16 09:34:19 -08:00
Andrew A. de Laix 6f996302ef don't ask before quitting when login or download progress is being shown. 2010-12-15 13:24:47 -08:00
Nat Goodspeed e04f9ef109 SWAT-352: when loading lleventhost, call apr_dso_error() function.
In addition to its usual apr_sterror() function, APR defines a special
function specifically for errors relating to the apr_dso_*() functions.
Introduce ll_apr_warn_status() and ll_apr_assert_status() overloads accepting
apr_dso_handle_t* to call apr_dso_error() as well as apr_strerror() and log
its output. Use new ll_apr_warn_status() in LLAppViewer::loadEventHostModule()
for apr_dso_load() and apr_dso_sym() calls. Instead of shorthand
ll_apr_assert_status(), use with llassert_always() so check is still performed
even in Release build.
Add more lleventhost-related debugging output, e.g. full pathname of the DLL.
On Mac and Linux, call 'file' command to report nature of the DLL too.
2010-12-14 19:27:43 -05:00
Don Kjer 9a322d1b7a Merge from viewer-development 2010-12-13 12:34:39 -08:00
Don Kjer f4884faf3a Expanded viewer stats recorder to include cache miss type, cache miss requests, and update failures 2010-12-13 12:33:19 -08:00
Loren Shih 618249155a Automated merge up from viewer-development 2010-12-13 10:08:55 -05:00
Monty Brandenberg bb53d27b7a ESC-211 ESC-212 Use arrays in payload to grid and compact payload
First, introduced a compact payload format that allows blocks of
metrics to be dropped from the viewer->collector payload compressing
1200 bytes of LLSD into about 300, give-or-take.  Then converted
to using LLSD arrays in the payload to enumerate the regions
encountered.  This simplifies much data handling from the viewer
all the way into the final formatter of the metrics on the grid.
2010-12-11 16:16:07 -05:00
brad kittenbrink e58965255d CHOP-260 implementation. Update Ready notification gets real UI.
reviewed by Mani.
2010-12-10 18:31:38 -08:00
Monty Brandenberg 11d420dd32 Decided to refactor a bit. Was using LLSD as an internal data
representation transferring ownership, doing data aggregation
in a very pedantic way.  That's just adding unneeded cost and
complication.  Used the same objects to transport data as are
collecting it and everything got simpler, faster, easier to
read with fewer gotchas.  Bit myself *again* doing the min/max/mean
merges but the unittests where there to pick me up again.  Added
a per-region FPS metric while I was at it.  This is much asked
for and there was a convenient place to sample the value.
2010-12-10 17:41:05 -08:00
Mark Palange (Mani) d85c7264da Merge 2010-12-10 13:21:08 -08:00
Monty Brandenberg 4bab98f5cd ESC-228 ESC-227 Corrections for metrics counters and send-on-quit delivery.
Wanted to avoid computing metrics for duplicate requests as much as
possible, they artificially depress averages but missed an opportunity
and was including them in the counts.  The non-texture case is solid.
Textures are.... confounding still.  Do a better job of trying to send
one last packet to the grid when quitting.  It is succeeding now, at
least sometimes.  Put a comment in base llassetstorage.cpp pointing
to cut-n-paste derivation in llviewerassetstorage.cpp so that changes
can be replicated.  Hate doing this but current design forces it.
2010-12-10 16:05:19 -05:00
Andrew A. de Laix b89b41991e ui improvements to more closely match UX design. 2010-12-10 09:43:01 -08:00
Mark Palange (Mani) 90da762f97 CHOP-265 Fixed up LL_SEND_CRASH_REPORTS usage. Reviewed by Brad. 2010-12-09 18:04:03 -08:00
Andrew A. de Laix 9a3f6c1e0c change updater settings from check box to drop down menu; add choice of whether to install automatically as well as download automatically (not actually implemented yet). 2010-12-09 12:49:51 -08:00
Monty Brandenberg b9cf73c29b merge from http://hg.secondlife.com/viewer-development 2010-12-09 11:07:50 -05:00
Richard Linden cf6147f7c0 EXP-465 FIX Viewer window does not fill screen on Mac and Linux using --fullscreen
disabled fullscreen mode for merge to viewer-development
2010-12-08 17:28:27 -08:00
Richard Linden ca2141ce90 merge with viewer-dev 2010-12-08 16:04:07 -08:00
brad kittenbrink d9fad868ed Fix for CHOP-262 (update notifications prior to login) and first attempt at CHOP-261 (add handlers for update ready notification buttons)
reviewed by mani.
2010-12-08 15:54:50 -08:00
Andrew A. de Laix 337f95f8b9 lamo programmer ui for setting downloader bandwidth limit. 2010-12-07 16:20:19 -08:00
Andrew A. de Laix 3c3683b884 limit dowload bandwidth to 'Maximum bandwidth' setting 2010-12-07 15:41:31 -08:00
Andrew A. de Laix ac5a8ca607 Automated merge with https://bitbucket.org/mani_linden/viewer-development/ 2010-12-07 10:38:06 -08:00
Andrew A. de Laix 11f2ad2159 login instance coordinates with updater service 2010-12-07 10:35:37 -08:00