Skip to content
Snippets Groups Projects
  1. Aug 23, 2011
  2. Aug 22, 2011
  3. Aug 12, 2011
  4. Aug 04, 2011
  5. Jul 29, 2011
  6. Jul 13, 2011
  7. Jul 12, 2011
  8. Jun 28, 2011
  9. Jun 12, 2011
  10. Jun 10, 2011
  11. May 20, 2011
    • Logan Dethrow's avatar
      Revamped viewer cache preference controls. · 4b97f03b
      Logan Dethrow authored
      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
      4b97f03b
  12. May 10, 2011
    • Leslie Linden's avatar
      SH-1521 FIX -- Lighting and Shadows grayed out on mac · a52019d6
      Leslie Linden authored
      * 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
      a52019d6
  13. 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
  14. Apr 14, 2011
  15. Apr 13, 2011
  16. Apr 11, 2011
    • Seth ProductEngine's avatar
      STORM-1145 ADDITIONAL FIX Fixed removing the record of user favorites... · 73cfc64b
      Seth ProductEngine authored
      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.
      73cfc64b
  17. Apr 08, 2011
  18. Apr 07, 2011
  19. 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
  20. Mar 28, 2011
  21. Feb 14, 2011
  22. Feb 10, 2011
  23. Feb 08, 2011
  24. Jan 27, 2011
  25. Jan 19, 2011
  26. Dec 23, 2010
  27. Dec 09, 2010
  28. Dec 08, 2010
  29. Dec 07, 2010
  30. 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
  31. Dec 02, 2010
  32. Nov 22, 2010
  33. Nov 18, 2010
  34. Nov 08, 2010
  35. Oct 26, 2010
  36. Oct 13, 2010
Loading