Skip to content
Snippets Groups Projects
  1. May 06, 2011
    • Logan Dethrow's avatar
      Increased the viewer cache size limit to 10GB. Increased the default to 1GB. · 5c7a906b
      Logan Dethrow authored
       * 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.
      5c7a906b
  2. Apr 07, 2011
    • Leslie Linden's avatar
      SOCIAL-872 FIX -- User can toggle Show Me in Search before logging in which... · 6fe4eaf4
      Leslie Linden authored
      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
      6fe4eaf4
  3. Apr 06, 2011
    • Leslie Linden's avatar
      WEB-3750 FIX - Gone profile · 4dd471d0
      Leslie Linden authored
       * Added agent validation around calls to update avatar data
       * Removed references to profile panel save options
      
       Reviewed by Richard
      4dd471d0
  4. Jan 27, 2011
  5. Dec 23, 2010
  6. Dec 09, 2010
  7. Dec 08, 2010
  8. Dec 07, 2010
  9. Dec 06, 2010
    • Andrew Productengine's avatar
      STORM-34 FIXED Saving of user's favorites into file and showing them in "Start... · d6f8efae
      Andrew Productengine authored
      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.
      d6f8efae
  10. Nov 22, 2010
  11. Nov 18, 2010
  12. Nov 08, 2010
  13. Oct 26, 2010
  14. Sep 29, 2010
    • Vadim ProductEngine's avatar
      STORM-227 FIXED Made long cache location in Preferences->Setup readable. · 4f3339ff
      Vadim ProductEngine authored
      Changes:
      - The line editor is now scrollable.
      - Its value is duplicated in the tool-tip.
      
      Technical notes:
      If you set the "enabled" param of a line editor to "false", that will disable text selection in the widget.
      However, if a line editor is initially enabled and then gets disabled with setEnabled(FALSE), it will remain selectable.
      It looks like bug, but I'm not going to fix it now to not introduce issues like this one.
      Instead, I'm applying to workaround which is to enable the widget initially and disable later, thus keeping it read-only but selectable.
      4f3339ff
  15. Sep 16, 2010
  16. Aug 26, 2010
  17. Aug 24, 2010
  18. Aug 16, 2010
  19. Aug 13, 2010
  20. Aug 04, 2010
  21. Jul 30, 2010
  22. Jun 22, 2010
  23. Jun 15, 2010
  24. Jun 08, 2010
    • Andrew Dyukov's avatar
      EXT-6655 Fixed Made the default busy message repsonse localizable with already... · ae43801f
      Andrew Dyukov authored
      EXT-6655 Fixed Made the default busy message repsonse localizable with already existing account settings
      
      - The root of busy response problem is that this text is located in non-localizable xml and, to make things worse, may be changed by user. So usual translation approach is little help here. So busy response was set the following way(EXT-5885)- on first run, string was written there from strings xml and was never changed later without direct user actions. So after changin locale message always remained the same.
      
      - To make this string localize each time locale is changed and if it is the same as default message, new setting was added- BusyResponseChanged which is TRUE if user's busy message differ's from default. If it is true, we do nothing when locale changes, otherwise we set default message from current locale as user's busy message.
      
      - Old transitional code from DEV-24146 was removed in this diff including unnecessary "BusyModeResponse2" setting(it is not needed because we'll anyway have to set busy message to default after first run of viewer after this fix and now busy response will be stored in "BusyModeResponse").
      
      Warning! If user modified busy response message before this fix, it will be reset to default after first postfix run.
      
      Reviewed by Richard Linden at https://codereview.productengine.com/secondlife/r/350/
      
      --HG--
      branch : product-engine
      ae43801f
  25. Jun 03, 2010
  26. Jun 02, 2010
  27. May 20, 2010
  28. May 19, 2010
  29. May 12, 2010
  30. May 07, 2010
  31. May 05, 2010
Loading