Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-14 | Merged from viewer-release | Dessie Linden | |
2010-07-13 | EXT-7400: FIXED: 2.0.2 texture queue gets jammed; | Xiaohong Bao | |
EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5 | |||
2010-07-06 | Merged from viewer-release after resolving conflicts | Dessie Linden | |
2010-06-29 | For developer Nix builds, default handle signal after crash report. Linux ↵ | Andrew A. de Laix | |
should generate a core dump; Darwin a mac crash report. | |||
2010-06-29 | Generate windows minidump files on crash for developer (not release for ↵ | Andrew A. de Laix | |
download) builds. SL crash reporter still enabled. | |||
2010-06-23 | Merged from viewer-release | Dessie Linden | |
2010-06-23 | Merged from q/viewer-release | Dessie Linden | |
2010-06-22 | Revert to previous implementation of getNodeId. | Andrew A. de Laix | |
2010-06-22 | EXT-7926: Remove unreferenced catch-clause variable (MSVC error). | Nat Goodspeed | |
2010-06-22 | EXT-7926 FIXED Minor typo correction. | Lynx Linden | |
2010-06-22 | EXT-7926 FIXED Fixed crash opening About for non-English locales. | Lynx Linden | |
Calling std::locale("fr_FR.UTF-8") crashes on Linux and Mac. Or rather, it throws an exception when it doesn't know the locale and we didn't handle the exception. I now catch the exception and output an error rather than crash. Note, this happened because of change 703f3bcf7069, which made us actually pass a real locale string instead of just "C". So, we were never actually supporting a locale for LLStringUtil::formatNumber(). There is therefore an open task of making formatNumber() actually respect the locale. I'll report a separate JIRA to capture that task. | |||
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-17 | merge | Dave Parks | |
2010-06-17 | Block installation of exception handler when app is being debugged (Darwin ↵ | Andrew A. de Laix | |
only). Fixes issues with debugging Darwin SL. | |||
2010-06-17 | Fix fast timer view showing incorrect units. | Dave Parks | |
2010-06-15 | Merged from viewer-release | Dessie Linden | |
2010-06-14 | EXT-7524 FIXED Save snapshot to inventory results in crash | Aimee Linden | |
Moved confirmSavingTexture() and onSavingTextureConfirmed() from LLSnapshotLivePreview to LLFloaterSnapshot::Impl so that the notification confirmation completes before LLFloaterSnapshot is closed. | |||
2010-06-14 | EXT-7853: Made LLMutex destructor virtual. | Lynx Linden | |
This fixes a potential resource leak whereby the destructor for LLCondition, which derives from LLMutex, is never called. | |||
2010-06-11 | Merged from viewer-release | Dessie Linden | |
2010-06-11 | Merge | Dessie Linden | |
2010-06-11 | Changed version to 2.1.0.0 | Dessie Linden | |
2010-06-11 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release | Lynx Linden | |
2010-06-10 | Merging latest dessie/viewer-release into brad/viewer-public | Lynx Linden | |
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release | Mark Palange (Mani) | |
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Lynx Linden | |
2010-06-05 | merge from viewer-public | Tofu Linden | |
2010-06-04 | made LLStringUtil::null const | Richard Nelson | |
2010-06-04 | merge from viewer-public | Tofu Linden | |
2010-06-04 | Fix a long-suffering logging unit test failure, re-enable the test. | Tofu Linden | |
This makes logs look less scary on Linux, in-line with other platforms. | |||
2010-06-10 | removing windows lind endings | Leyla Farazha | |
2010-06-10 | llintrin.h include compile fix for building with windows sdk | Leyla Farazha | |
crafted by richard | |||
2010-06-02 | EXT-3780 FIX Fixed CPU MHz to be MHz on all platforms. | palange@pdp47.lindenlab.com | |
2010-06-01 | EXT-3780 - Fixed up linux errs | Mark Palange (Mani) | |
2010-06-01 | Added eol-at-eof | Mark Palange (Mani) | |
2010-06-01 | merge | Mark Palange (Mani) | |
2010-06-01 | EXT-3780 FIX Added llprocessor regression test | Mark Palange (Mani) | |
2010-06-01 | EXT-3780 FIX Re-added LL_X86 and LLX86_64 defines | Mark Palange (Mani) | |
2010-06-01 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-06-01 | Automated merge with http://hg.lindenlab.com/dessie/viewer-public | brad kittenbrink | |
2010-06-01 | merge from viewer-public | Tofu Linden | |
2010-05-29 | FIXED Linux build. | Sergei Litovchuk | |
Added forward specialization of LLStringUtil::format before use in LLStringUtil::formatDatetime. --HG-- branch : product-engine | |||
2010-05-28 | EXT-7013 FIX time formatting function didn't work for some parameters for ↵ | Yuri Chebotarev | |
Japanise (like weekdays). reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/457/ --HG-- branch : product-engine | |||
2010-05-28 | Try using mbstowcs() to convert to std::wstring. | Lynx Linden | |
LLWString cannot be converted to std::wstring, apparently. | |||
2010-05-28 | On Windows, you have to pass the minidump path as a wstring. | Lynx Linden | |
2010-05-28 | Write breakpad minidump files to the SL log directory. | Lynx Linden | |
Also, clean out old minidump files when we start up. | |||
2010-05-27 | EXT-3780 FIX Bug in linux reporting. | Mark Palange (Mani) | |
2010-05-27 | Merge of latest dessie/viewer-public with brad/viewer-public | brad kittenbrink | |
2010-05-27 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-05-27 | Change to Build params to disable server build | Mark Palange (Mani) | |
2010-05-27 | Removed the SyncErrorHandler from llapp and llappviewer*. | Lynx Linden | |
This was only used for the Linux client to dump a stack trace to stack_trace.log, which is no longer needed now that we are using Google Breakpad. I also removed all of the stack printing code from llappviewerlinux.cpp. |