Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-01 | merge changes back from beta branch | Oz Linden | |
2011-01-28 | trivial: remove some debug code. | Xiaohong Bao | |
2011-01-28 | Merge | leyla_linden | |
2011-01-28 | SH-845 FIX - display a message before bailing out if CPU lacks SSE2 support | Brad Payne (Vir Linden) | |
2011-01-27 | STORM-940: use the tip, not the dialog. | Andrew A. de Laix | |
2011-01-27 | more for storm 940: treat the manditory download after login like an ↵ | Andrew A. de Laix | |
optional one. | |||
2011-01-26 | fix for STORM-940: don't show manditory update dialog if already logged in. | Andrew A. de Laix | |
2011-01-26 | for SH-846: design and implement the debug code to locate memory leaking | Xiaohong Bao | |
2011-01-21 | merge | Dave Parks | |
2011-01-21 | SH-534 Fix for various bump map glitches. | Dave Parks | |
2011-01-21 | merge out from viewer-development | Oz Linden | |
2011-01-21 | Automated merge up from viewer-development | Loren Shih | |
2011-01-20 | VWR-24320: remove dump of call stack on clean exit | Aleric Inglewood | |
2011-01-20 | VWR-24317: remove warning re: RenderCubeMap by deferring initialization | Aleric Inglewood | |
2011-01-20 | VWR-24317: clean up incorrect warnings prior to login in log file | Aleric Inglewood | |
2011-01-19 | pull changes back from beta | Oz Linden | |
2011-01-16 | DN-202: Make avatar name caching more aggressive and error handling more uniform | Oz Linden | |
Add logging (mostly at DEBUG level) | |||
2011-01-14 | Automated merge up from viewer-development | Loren Shih | |
2011-01-13 | Pull sync to viewer-development | Merov Linden | |
2011-01-13 | STORM-477 : backout changeset 6f5cb303d3e2 | Merov Linden | |
2011-01-13 | merge up to latest viewer-development | Oz Linden | |
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
2011-01-12 | Merge with viewer-development | Don Kjer | |
2011-01-12 | STORM-477 : pull in viewer-development | Merov Linden | |
2011-01-12 | trivial: fix some mac compiling errors | Xiaohong Bao | |
2011-01-11 | STORM-477 FIXED Re-implemented LLDir::getNextFileInDir() as an iterator object. | Seth ProductEngine | |
- Replaced all existing usages of LLDir::getNextFileInDir() with the new directory iterator object. - Removed platform specific LLDir::getNextFileInDir() implementation. | |||
2011-01-10 | STORM-1126 WIP Windlight Estate Settings port from 1.23: Various changes to ↵ | Celierra Darling | |
allow compilation (resubmitted by Vadim ProductEngine) | |||
2011-01-07 | Merge from viewer-development | Don Kjer | |
2011-01-06 | use the private pool in the texture pipeline | Xiaohong Bao | |
2011-01-06 | removed some debug code, redesigned the hash function, fixed bugs | Xiaohong Bao | |
2011-01-05 | merge | Brad Payne (Vir Linden) | |
2010-12-30 | STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names. | Seth ProductEngine | |
- Added parcel info observer to LLUrlEntryParcel. - Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives. - Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests. | |||
2010-12-29 | merge | Brad Payne (Vir Linden) | |
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-29 | allow run-time query of which timer function is being used | Brad Payne (Vir Linden) | |
2010-12-27 | merge up to latest viewer-development | Oz Linden | |
2010-12-22 | Merge with viewer-development | Don Kjer | |
2010-12-22 | fix for SH-648: Crash on exit in LLViewerFetchedTexture (ref count error) | Xiaohong Bao | |
2010-12-21 | Merge from trunk | Andrew A. de Laix | |
2010-12-21 | Automated merge up from viewer-development | Loren Shih | |
2010-12-17 | Merge from viewer-development post 2.4 release | Monty Brandenberg | |
2010-12-16 | Vary install failed message depending on whether it was required or not. | Andrew A. de Laix | |
2010-12-15 | don't ask before quitting when login or download progress is being shown. | Andrew A. de Laix | |
2010-12-14 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-12-14 | SWAT-352: when loading lleventhost, call apr_dso_error() function. | Nat Goodspeed | |
In addition to its usual apr_sterror() function, APR defines a special function specifically for errors relating to the apr_dso_*() functions. Introduce ll_apr_warn_status() and ll_apr_assert_status() overloads accepting apr_dso_handle_t* to call apr_dso_error() as well as apr_strerror() and log its output. Use new ll_apr_warn_status() in LLAppViewer::loadEventHostModule() for apr_dso_load() and apr_dso_sym() calls. Instead of shorthand ll_apr_assert_status(), use with llassert_always() so check is still performed even in Release build. Add more lleventhost-related debugging output, e.g. full pathname of the DLL. On Mac and Linux, call 'file' command to report nature of the DLL too. | |||
2010-12-13 | Merge from viewer-development | Don Kjer | |
2010-12-13 | Expanded viewer stats recorder to include cache miss type, cache miss ↵ | Don Kjer | |
requests, and update failures | |||
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-11 | ESC-211 ESC-212 Use arrays in payload to grid and compact payload | Monty Brandenberg | |
First, introduced a compact payload format that allows blocks of metrics to be dropped from the viewer->collector payload compressing 1200 bytes of LLSD into about 300, give-or-take. Then converted to using LLSD arrays in the payload to enumerate the regions encountered. This simplifies much data handling from the viewer all the way into the final formatter of the metrics on the grid. |