Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-22 | Merge with viewer-development | Don Kjer | |
2011-02-22 | set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking. | Xiaohong Bao | |
2011-02-19 | Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/ | Don Kjer | |
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-02-15 | partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-04 | STORM-610 : Backing out that change (test fail) | Merov Linden | |
2011-02-04 | STORM-610 : Pull into viewer-development | Merov Linden | |
2011-01-28 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-01-28 | pull back fixes from beta | Oz Linden | |
2011-01-28 | Merge | callum | |
2011-01-28 | STORM-927 - FIX - [VWR-24426] SSL Handshake Failed Error when accessing ↵ | callum | |
web-based content on development viewers using recent Webkit 4.7 Also removed refs to debug vars used to specify location of pem file | |||
2011-01-28 | STORM-610 FIXED Changes to water color and density in the Environment Editor ↵ | Vadim ProductEngine | |
now persist between sessions. However they get overriden when you switch water presets in the Advanced Water floater. | |||
2011-01-26 | for SH-846: design and implement the debug code to locate memory leaking | Xiaohong Bao | |
2011-01-24 | fix for SH-445: debug settings -> "CacheNumberOfRegionsForObjects" does not ↵ | Xiaohong Bao | |
limit the number of object cache files | |||
2011-01-21 | Merge | Xiaohong Bao | |
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-21 | merge changes for storm-869 | Oz Linden | |
2011-01-20 | merge changes from viewer-beta | Oz Linden | |
2011-01-20 | VWR-24426: fix SSL handshake error using webkit 4.7 | Kent Quirk | |
2011-01-19 | STORM-869 Minor irregulaties in settings.xml -- remove duplicate entries, ↵ | Jonathan Yap | |
formatting cleanup | |||
2011-01-18 | debug tool to show texture info for SH-659: small textures not loaded. | Xiaohong Bao | |
2011-01-18 | STORM-243 FIXED Disabled the "You just entered a region using a different ↵ | Vadim ProductEngine | |
server version..." pop-up notification. | |||
2011-01-07 | merge changes for storm-34 | Oz Linden | |
2011-01-05 | Merge with viewer-development | callum | |
2010-12-29 | SOCIAL-401 FIX Change default web profiles URL to something closer to what ↵ | callum | |
will be released | |||
2010-12-29 | SH-702 Broken Window: rename shader_heirarchy.txt to shader_hierarchy.txt | Loren Shih | |
Trivial rename (file is an unused doc file). | |||
2010-12-28 | STORM-242 : pull into viewer-development | Merov Linden | |
2010-12-28 | STORM-805 : pull into viewer-development | Merov Linden | |
2010-12-27 | STORM-242 FIXED Fixed incorrect release notes URL in the "You just entered a ↵ | Vadim ProductEngine | |
region using a different server version" notification. | |||
2010-12-23 | STORM-34 ADDITIONAL_FIX Made saving favorites in file per-account preference ↵ | Andrew Productengine | |
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-22 | STORM-810 : Auto update and related changes (integration request from team ↵ | Merov Linden | |
chopper) | |||
2010-12-22 | Merge with tip of viewer-development | callum | |
2010-12-21 | SOCIAL-374 FIX Avatar images not loading on join.secondlife.com in Webkit 4.7 | Monroe Linden | |
Reviewed by Callum | |||
2010-12-21 | Merge from trunk | Andrew A. de Laix | |
2010-12-20 | STORM-805 : Fix the map URL | Merov Linden | |
2010-12-20 | Merge from viewer-development. | Monroe Linden | |
2010-12-10 | Merge from viewer-development | Monroe Linden | |
2010-12-10 | Merge | Mark Palange (Mani) | |
2010-12-09 | change updater settings from check box to drop down menu; add choice of ↵ | Andrew A. de Laix | |
whether to install automatically as well as download automatically (not actually implemented yet). | |||
2010-12-09 | STORM-728 FIXED Fixed crash when choosing to send snapshot by email in ↵ | Vadim ProductEngine | |
mouselook mode. - Fixed dereferencing a NULL pointer. - Added EMAIL SNAPSHOT floater to the list of floaters allowed in mouselook mode. | |||
2010-12-08 | EXP-465 FIX Viewer window does not fill screen on Mac and Linux using ↵ | Richard Linden | |
--fullscreen disabled fullscreen mode for merge to viewer-development | |||
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-07 | lamo programmer ui for setting downloader bandwidth limit. | Andrew A. de Laix | |
2010-12-07 | merge viewer-development into web-profiles | Brad Payne (Vir Linden) | |
2010-12-06 | STORM-34 FIXED Saving of user's favorites into file and showing them in ↵ | Andrew Productengine | |
"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-03 | merge change to default transparency | Oz Linden | |
2010-12-03 | STORM-544 ADDITIONAL FIX Set default transparency for inactive floaters to 65%. | Vadim ProductEngine | |
2010-12-02 | merge | Monroe Linden | |
2010-12-02 | merge | Monroe Linden | |
2010-12-01 | SOCIAL-311 PARTIAL FIX (2) Media browser has too many oddities to be useful ↵ | callum | |
for viewer web apps Latest traunch of fixes to new Web only content floater Also removed line in test app that fails to build - have a note to fix later |