Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-27 | VWR-25861 VWR-25862 Removed LLDir_Mac::deleteFilesInDir() virtual method. | Logan Dethrow | |
The LLDir base class method will now be used instead. The handling of the mask parameter was inconsistent between the two implementations, and the failure to remove the old method was probably just an oversight. | |||
2011-05-26 | FIX INTL-47 Japanese and Italian translation for set19-23, light set1-2 | eli_linden | |
2011-05-26 | merge from viewer-pre-beta | Debi King (Dessie) | |
2011-05-26 | Added tag DRTVWR-59_2.7.0-beta1, 2.7.0-beta1 for changeset 43c7ee846b7e | Debi King (Dessie) | |
2011-05-26 | Added newline at end of header file to fix linux build. | Loren Shih | |
2011-05-26 | FIX DA hardware setting UI, en_xui_change | eli_linden | |
2011-05-26 | EXP-772: If URIs returned by SRV fail, fall back on original URI. | Nat Goodspeed | |
2011-05-26 | EXP-772: If URIs returned by SRV fail, fall back on original URI. | Nat Goodspeed | |
2011-05-27 | STORM-1286 - merge changes for SH-1624 | Debi King (Dessie) | |
2011-05-27 | STORM-1290 - merge changes for INTL-47 | Debi King (Dessie) | |
2011-05-26 | SH-1467 WIP Viewer checks the wrong cap for mesh-ui disable | Loren Shih | |
Fixes that need to go into trunk because certain Mesh UI elements are showing up on DRTSIM-52. These fixes will probably be overwritten by the actual resolution of SH-1467 but I need this workaround now. | |||
2011-05-26 | SH-1669 FIXED Physics properties show up on DRTSIM-52 | Loren Shih | |
2011-05-26 | SH-1668 FIXED Cubes can be scaled to 64^3 | Loren Shih | |
2011-05-26 | SH-1444 FIXED "Allow mesh objects" setting is visible on non-mesh region. | Loren Shih | |
2011-05-26 | Updated links to new version of LLQtWebKit package for Mac with valid ↵ | callum | |
exports file. Addition of Windows version for completenes. No changes. | |||
2011-05-26 | dos2unix fixes for newview files. | Loren Shih | |
2011-05-26 | SH-1527 FIXED Fix for black alpha objects with lighting and shadows enabled ↵ | Loren Shih | |
and no lights around. | |||
2011-05-26 | STORM-1283 - merge changes for VWR-25039, VWR-25044, VWR-25052, INTL-46 | Debi King (Dessie) | |
2011-05-26 | STORM-899 'No attachments worn' text on blank 'Attachments' accordion ↵ | Jonathan Yap | |
remains in English for all locales | |||
2011-05-26 | STORM-1273 Duplicate entries in settings.xml | Jonathan Yap | |
2011-05-25 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-05-25 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-05-25 | EXP-829 FIX Text Box Alignment bug | Richard Linden | |
EXP-755 FIX [PUBLIC] 'Search' and 'World Map' links in Sidebar are unclickable fixed issues with UI scaling and text layout as well as incorrect text editor rect transforms reviewed by Callum | |||
2011-05-25 | Replaced my test page with more generic URL for Web floater test at login page | callum | |
2011-05-25 | Merge | Xiaohong Bao | |
2011-05-25 | fix for SH-1624: Crash during viewer startup: ↵ | Xiaohong Bao | |
LLViewerTextureList::addImageToList | |||
2011-05-25 | merge STORM-1275 | Debi King (Dessie) | |
2011-05-25 | VWR-25862 Potential fix for caches not clearing when they are supposed to. | Logan Dethrow | |
* Removed leading delimiter from filename mask in all calls to LLDir::deleteFilesInDir() that are related to the viewer asset caches (texture, VFS, and VO). | |||
2011-05-25 | WIP INTL-46 partial traditional chinese translation | eli_linden | |
2011-05-25 | FIX VWR-25052 en_xui_change | eli_linden | |
2011-05-25 | FIX VWR-25044 | eli_linden | |
2011-05-25 | FIX VWR-25039 en_xui_change | eli_linden | |
2011-05-25 | merge | Debi King (Dessie) | |
2011-05-25 | Point to updated version of LLQtWebKit that supports local changes., | callum | |
2011-05-25 | Added support for pushing agent global location on grid and agent ↵ | callum | |
orientation out to LLQtWebKit | |||
2011-05-24 | merged .hgtags back from viewer-release | Debi King (Dessie) | |
2011-05-24 | merged .hgtags | Debi King (Dessie) | |
2011-05-24 | merged .hgtags back from viewer-release | Debi King (Dessie) | |
2011-05-24 | merged .hgtags back from viewer-release | Debi King (Dessie) | |
2011-05-24 | Added tag DRTVWR-46_2.6.3-release, 2.6.3-release for changeset 8f2da1701c81 | Debi King (Dessie) | |
2011-05-24 | Added tag DRTVWR-51_2.6.6-release, 2.6.6-release for changeset dac76a711da5 | Debi King (Dessie) | |
2011-05-24 | Merge | Dave SIMmONs | |
2011-05-24 | Added tag DRTVWR-54_2.6.8-release, 2.6.8-release for changeset be2000b946f8 | Debi King (Dessie) | |
2011-05-24 | merge changes for STORM-1277 | Debi King (Dessie) | |
2011-05-24 | merge up to latest viewer-development with mesh changes | Debi King (Dessie) | |
2011-05-23 | CHOP-661: Add information to try to zero in on remaining failures. | Nat Goodspeed | |
Make testrunner.py module interpret $INTEGRATION_TEST_VERBOSE environment variable, setting module global VERBOSE. Enable/disable debug() output based on that variable, defaulting to VERBOSE True. Add debug() output to freeport(), including reporting exceptions. Add debug() output to test_llsdmessage_peer.py, including normal BaseHTTPRequestHandler output: when VERBOSE is set, don't suppress log_request() or log_error() output. Add C++ verbose() function to query $INTEGRATION_TEST_VERBOSE, broken out as two functions so we only have to interpret the value once. Default to 'true'. Move C++ commtest_data::getport(variable) function to global namespace, broken out as two functions to cache the value. Report value received when verbose() returns true. | |||
2011-05-23 | fix VWR-25036 | eli_linden | |
2011-05-23 | FIX VWR-25029 | eli_linden | |
2011-05-23 | FIX VWR-25028 | eli_linden | |
2011-05-23 | FIX VWR-25027 | eli_linden | |