| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-14 | merge | Dave Parks | |
| 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-13 | Fix for mesh upload, consolidate generating bad indices, and normal generation. | Dave Parks | |
| 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-26 | Fixed mac build (given LL_MESH_ENABLED set to 0). | Matthew Breindel | |
| 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 | merge | Dave Parks | |
| 2010-06-14 | Builds with LLConvexDecompInter as a static lib. | Dave Parks | |
| 2010-06-14 | merge | Dave Parks | |
| 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-13 | merge | Tofu Linden | |
| 2010-06-11 | Merged from viewer-release | Dessie Linden | |
| 2010-06-11 | Merge | 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-10 | Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵ | Dave Parks | |
| merge fixes. | |||
| 2010-06-07 | Merge with render-pipeline | Dave Parks | |
| 2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
| Backing out this merge that I pushed (prematurely) to the wrong place. | |||
| 2010-08-24 | merge heads. whew. | Tofu Linden | |
| 2010-08-20 | increment patch level so that version is 2.1.2 | Oz Linden | |
| 2010-08-16 | VWR-20670 (SNOW-506) FIXED Protection on LLInstanceTracker base in ↵ | Aimee Linden | |
| LLEventTimer needs to be public for gcc >4.1 | |||
| 2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
| 2010-08-12 | Pulled "dessie/viewer-release" into "dessie/viewer-public". | Christian Goetze (CG) | |
| 2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
| 2010-08-11 | Changed channel info back to Second Life Developer | Dessie Linden | |
| 2010-08-11 | Updated viewer patch number & channel | Dessie Linden | |
| 2010-08-07 | merge from viewer-release | Tofu Linden | |
| 2010-08-06 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
| 2010-08-06 | EXT-8447: FIXED: crash at ↵ | Xiaohong Bao | |
| LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp] | |||
| 2010-08-06 | EXT-8447: FIXED: crash at ↵ | Xiaohong Bao | |
| LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp] | |||
| 2010-08-06 | merge from viewer-release | Tofu Linden | |
| 2010-08-05 | EXT-8309 FIXED Incorrect French date format in place profile and status bar. | Vadim Savchuk | |
| Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ | |||
| 2010-08-05 | EXT-8309 FIXED Incorrect French date format in place profile and status bar. | Vadim Savchuk | |
| Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ --HG-- branch : product-engine | |||
| 2010-08-05 | Merge from default branch | Vadim Savchuk | |
| --HG-- branch : product-engine | |||
