Commit Graph

500 Commits (91eb7f2e048369ddfc76eb2fbae83fa50ad8322a)

Author SHA1 Message Date
callum aac70bccad Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) 2011-03-09 15:34:43 -08:00
Xiaohong Bao 7e7ea1eec4 fix for STORM-1053: crash at LLTextureCache::writeToCache 2011-03-08 14:59:40 -07:00
Richard Linden 592294a6ac SOCIAL-615 FIX Selecting create group, classified, or pick in profile and responding to notification with Don't Quit, clicking on the action again does not show notification 2011-03-01 20:11:49 -08:00
Richard Linden 0c655139bf SOCIAL-529 WIP As a new user I want to enter SL by default in a minimal viewer (skylight)
Only clean installs get basic skin by default
2011-03-01 11:29:11 -08:00
Richard Linden 0747341f97 SOCIAL-547 WIP Add skin selection dropdown to login screen
load session settings after loading user settings so user settings can change the session settings file
also don't hardcode file path for session settings files, use path configured in settings_files.xml
2011-02-23 16:39:08 -08:00
Richard Linden a8891d6ce0 SOCIAL-545 FIX Figure out how to configure skylight-specific settings
added comments and cleaned up code
2011-02-23 11:00:21 -08:00
Richard Linden 5aa43e4f3e SOCIAL-545 WIP Figure out how to configure skylight-specific settings while retaining relevant user settings (login account name, etc.)
converted settings_file.xml to use param block descriptions for easier modification
added session settings file and user session settings file for per-session config overrides
2011-02-22 19:30:50 -08:00
Oz Linden f0074f1002 merge changes back from beta branch 2011-02-01 07:22:32 -05:00
Xiaohong Bao 948afb8ef4 trivial: remove some debug code. 2011-01-28 21:23:19 -07:00
Andrew A. de Laix f18bfd446b STORM-940: use the tip, not the dialog. 2011-01-27 11:37:59 -08:00
Andrew A. de Laix 9653c41d3d more for storm 940: treat the manditory download after login like an optional one. 2011-01-27 11:37:00 -08:00
Andrew A. de Laix 60696ae986 fix for STORM-940: don't show manditory update dialog if already logged in. 2011-01-26 16:31:15 -08:00
Xiaohong Bao 8f54dc2958 for SH-846: design and implement the debug code to locate memory leaking 2011-01-26 11:13:04 -07: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
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
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
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
Don Kjer 0f5d8e53ca Merge with viewer-development 2010-12-22 14:24:28 -08:00
Andrew A. de Laix e1b198a36b Merge from trunk 2010-12-21 10:33:58 -08: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
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
Mark Palange (Mani) 2a92d622d7 CHOP-257 - programmer XUI for update ready to install. One tip, one alert. Rev. by Brad 2010-12-06 16:42:06 -08:00