Commit Graph

249 Commits (e92d3dcf1013ab340fdef514b41ebf790f79e04c)

Author SHA1 Message Date
Richard Linden af142618f9 Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience 2011-06-23 11:35:14 -07:00
Jonathan Yap ac50481513 STORM-787 Mute Gestures Button 2011-06-12 16:00:33 -04:00
Logan Dethrow 2662c4b679 Merge. Pulling fix for VWR-25862 into bigger cache tree. 2011-06-01 17:05:38 -04:00
Logan Dethrow 4b97f03b04 Revamped viewer cache preference controls.
Implemented improved cache control user interface, changes approved by wolf.
* Moved viewer cache controls from the setup preference panel to advanced
* Changed cache size control slider into a spinner
* Readded a clear cache button along with a cache clear confirmation dialog
* Renamed the reset button to "Default Location" to clarify its function

Related JIRAs:
ER-815
ER-816
ER-818
ER-820
ER-821
ER-831
2011-05-20 16:00:36 -04:00
Don Kjer 0a86e39d90 Merge with viewer-development (mesh) 2011-05-17 21:01:36 +00:00
Leslie Linden a52019d6d1 SH-1521 FIX -- Lighting and Shadows grayed out on mac
* Modified mac feature table to bring it up to date with latest renderer features including deferred rendering
* Changed mac AGL pixel format to no longer allow it to revert to software rendering when shader compilation errors occur.
* Fixed up various GLSL shader compilation warnings and errors that came up as a result of the above changes.
* Changed initial conditions for the "hardware skinning" checkbox on the preferences floater so it can be modified before login on machines that support avatar vertex programs.
* Removed unused avatarAlphaF.glsl files

Reviewed by davep
2011-05-10 14:34:36 -07:00
Logan Dethrow 39ad3f1d88 merge 2011-05-06 15:25:12 -04:00
Logan Dethrow 5c7a906b44 Increased the viewer cache size limit to 10GB. Increased the default to 1GB.
* Changed the hard coded cache limit in llappviewer.cpp to 10GB as well as the
   slider maximum in the preferences menu. * The VFS cache is capped at 1GB due
   to file system limitations. The former 80/20 split between texture/vfs is
   maintained up to 5GB. Above this limit the texture cache is given all
   the additional cache space up to 10GB.
 * Fixed a log message in lltexturecache.cpp that was not showing the correct
   texture size. ER-883
 * Fixed a bug in llfloaterpreference.cpp that caused new cache value to be
   written to the old cache setting. This resulted in the the cache not being
   cleared when the location was set back to the default. ER-882
 * Disabled the "The cache will be cleared on reboot" message that is triggered
   by the reset button in the cache preferences in the case where the cache
   is already located in the default location.  The cache is only cleared when
   its location is changed. This is intended to address resident confusion
   regarding the purpose of the reset button, as demonstrated in VWR-19562.
2011-05-06 15:15:17 -04:00
Dave Parks a25f898703 merge 2011-05-02 14:52:12 -05:00
Don Kjer c14b5c644d Merge with viewer-development 2011-04-26 18:01:18 +00:00
Oz Linden 414e797ef2 merge changes for storm-595 2011-04-25 07:33:15 -04:00
Dave Parks 764412f9b5 merge 2011-04-22 11:50:19 -05:00
Oz Linden b15dca2263 merge changes for storm-1095 2011-04-21 20:23:26 -04:00
Don Kjer 01f4570c79 Merge with viewer-development 2011-04-14 18:27:31 +00:00
Paul ProductEngine 8c5207c555 Fixed win build 2011-04-14 15:38:07 +03:00
Paul ProductEngine 8636ed0db7 merge 2011-04-14 15:16:15 +03:00
Vadim ProductEngine 7577ec25a0 STORM-1095 FIX Chat preferences > font size should increase size of input text in the chat box.
Submitting on behalf of Jonathan Yap.
2011-04-14 00:52:40 +03:00
Seth ProductEngine 73cfc64bee STORM-1145 ADDITIONAL FIX Fixed removing the record of user favorites available at login location menu when user switches off this feature.
User favorite locations record is removed from the settings file each time when user exits the viewer with "ShowFavoritesOnLogin" setting off and his name is found on the record.
2011-04-12 02:09:37 +03:00
Paul ProductEngine c4f03ca949 STORM-595 FIXED (The presentation of IM sessions in message well depends on method that was used for opening IM window)
- Added the callback with the timer on control name "ThrottleBandwidthKBPS" changes. Now message is sending to the simulator in 0.3 sec after LAST variable change.
2011-04-08 19:21:21 +03:00
Leslie Linden 6fe4eaf4a0 SOCIAL-872 FIX -- User can toggle Show Me in Search before logging in which updates local settings file but not the actual value in the database
WEB-3750 Attempted FIX -- Gone Profile

* Check box for "show me in search" privacy setting no longer enabled until login.
* Avatar server update message only sent on status change.

Reviewed by Richard
2011-04-07 16:20:23 -07:00
Richard Linden 1d34e7b90b Automated merge with http://hg.secondlife.com/viewer-development 2011-04-06 15:20:51 -07:00
Richard Linden 75ddf612ad Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-2 2011-04-06 15:15:33 -07:00
Leslie Linden 4dd471d055 WEB-3750 FIX - Gone profile
* Added agent validation around calls to update avatar data
 * Removed references to profile panel save options

 Reviewed by Richard
2011-04-06 14:38:55 -07:00
Dave SIMmONs 37c15d211b Merge 2011-04-05 10:36:41 -07:00
Oz Linden 9f4edab4dd pull latest changes from viewer-autobuild2010 2011-04-01 12:12:22 -04:00
Kelly Washington 0080ed8e29 Merge 2011-03-31 14:07:54 -07:00
Dave Parks 3b5d6eed12 merge 2011-04-19 14:55:11 -05:00
Dave Parks 12b0b52b99 merge 2011-04-19 12:37:27 -05:00
Dave Parks e52613aad6 SH-1318 Add check box for disabling depth of field. 2011-04-07 00:27:48 -05:00
Loren Shih 47781184fc Automated merge up from viewer-development into mesh-development 2011-04-04 10:42:52 -04:00
leyla_linden a44b1ff511 SH-956 Turning off Basic Shaders in Preferences > Graphics does not grey out expected Shadows options in Mesh Viewer
SH-957 Turning off Atmospheric Shaders greys out Lighting and Shadows options in preferences but does not turn off shadows inworld
2011-02-14 16:31:40 -08:00
leyla_linden 27286e4871 SH-942 Deferred rendering options in preferences should be visible even if MeshEnabled is false. 2011-02-10 16:24:52 -08:00
leyla_linden 9cd092544f SH-545 [REGRESSION] Enabled Basic Shaders Can Cause an Unrecoverable System Lock Up
originally done in http://bitbucket.org/leyla/leyla-mesh-development
2011-02-08 15:00:42 -08:00
Oz Linden 634f152004 merge up to latest viewer-development 2011-02-08 11:57:38 -05:00
Loren Shih 3f77074f27 Automated merge up from viewer-development into mesh-development 2011-02-04 11:23:56 -05:00
paul_productengine c07c6cf8f4 STORM-513 FIXED "Allow media to auto - play" check-box is enable after Media check-box was unchecked
- Disabling "Allow Media to auto play" check box only when both "Streaming Music" and "Media" are unchecked
2011-01-27 18:03:00 +02:00
leyla_linden e9fd322feb SH-820 selectively enable/disable mesh preferences options 2011-01-19 11:37:17 -08:00
Oz Linden b01ca1293b merge up to latest viewer-development 2011-01-13 11:14:13 -05:00
Loren Shih fdf19a5268 Automated merge up from viewer-development 2011-01-10 11:20:39 -05:00
Oz Linden e1e38c4cee merge changes for storm-34 2011-01-07 10:39:05 -05:00
Loren Shih 61e3c95dbf Automated merge up from viewer-development 2011-01-07 10:14:33 -05:00
Andrew Productengine c02d6a319f STORM-34 ADDITIONAL_FIX Made saving favorites in file per-account preference instead of per-machine.
- Made changes in code of floater preferences and panel login that were required because of turning the setting per-account.

- Added new method to LLFloaterPreference that looks for current user's record in saved favorites file and removes it.
2010-12-23 18:15:54 +02:00
callum fa776d8054 Merge with tip of viewer-development 2010-12-22 15:22:43 -08:00
Oz Linden ad99134668 Automated merge with file:///Users/oz/Work/viewer-development 2010-12-14 22:59:36 -05:00
Loren Shih 618249155a Automated merge up from viewer-development 2010-12-13 10:08:55 -05:00
prep 064bdb0090 Social-166 2010-12-09 12:59:27 -05:00
Seth ProductEngine c8d1cf82eb STORM-584 ADDITIONAL FIX When the user sets the opacity for the name tag the selected opacity is shown in the color swatch to the left.
Fixed color swatch label and tooltip.
Added toolltip to opacity slider.
2010-12-08 23:43:25 +02:00
Brad Payne (Vir Linden) 1831c1a950 more merge from viewer-development 2010-12-07 16:57:52 -05:00
Brad Payne (Vir Linden) 3c00c1ba45 merge viewer-development into web-profiles 2010-12-07 15:05:57 -05:00
Andrew Productengine d6f8efae24 STORM-34 FIXED Saving of user's favorites into file and showing them in "Start at" combobox on login screen was implemented.
Implementation details:

- File is saved on exit from viewer and not immediately on changes as was written in spec. It is done to make this file consistent with favorites order: order of favorites is saved on exit,
so if favorites info is saved in other moment earlier, crashing viewer or other unexpected way of finishing its work (i.e. via Windows task bar) would cause inconsistence between favorites order
saved per account and one from this new file.

- File is saved in user_settings\stored_favorites.xml.

- If you uncheck the option in Preferences and press OK, the file gets immediately deleted (according to spec).


Issues that require further changes:

- Currently only favorites of last logged in user are shown in login screen. Showing favorites of multiple users will be implemented later when design for it is approved by Esbee.

- Preference is now global for all users, because design states it may be changed before login, and we don't have account info at the moment. But it doesn't seem to be a good idea, so changes in design are needed.

- Currently the way of retrieving SLURLs needs optimization in a separate ticket.

More detailed design approved by Esbee is needed to develop it further, perhaps in new tickets.
2010-12-06 18:05:44 +02:00