summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Collapse)Author
2010-07-13EXT-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-13Fix for mesh upload, consolidate generating bad indices, and normal generation.Dave Parks
2010-07-06Merge from dessie/viewer-releaseLeyla Farazha
2010-07-06Merged from viewer-release after resolving conflictsDessie Linden
2010-07-06Merged from viewer-release after resolving conflictsDessie Linden
2010-06-29For 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-29Generate windows minidump files on crash for developer (not release for ↵Andrew A. de Laix
download) builds. SL crash reporter still enabled.
2010-06-26Fixed mac build (given LL_MESH_ENABLED set to 0).Matthew Breindel
2010-06-23Merged from viewer-releaseDessie Linden
2010-06-23Merged from viewer-releaseDessie Linden
2010-06-23Merged from q/viewer-releaseDessie Linden
2010-06-22Revert to previous implementation of getNodeId.Andrew A. de Laix
2010-06-22EXT-7926: Remove unreferenced catch-clause variable (MSVC error).Nat Goodspeed
2010-06-22EXT-7926 FIXED Minor typo correction.Lynx Linden
2010-06-22EXT-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-21Merge from ssh://hg.lindenlab.com/dessie/viewer-releaseLeyla Farazha
2010-06-21Merge from ssh://hg.lindenlab.com/dessie/viewer-releaseLeyla Farazha
2010-06-21Merge with q/viewer-releaseLeyla Farazha
2010-06-17mergeDave Parks
2010-06-17Block installation of exception handler when app is being debugged (Darwin ↵Andrew A. de Laix
only). Fixes issues with debugging Darwin SL.
2010-06-17Fix fast timer view showing incorrect units.Dave Parks
2010-06-15Merged from viewer-releaseDessie Linden
2010-06-15Merged from viewer-releaseDessie Linden
2010-06-14mergeDave Parks
2010-06-14Builds with LLConvexDecompInter as a static lib.Dave Parks
2010-06-14mergeDave Parks
2010-06-14EXT-7524 FIXED Save snapshot to inventory results in crashAimee Linden
Moved confirmSavingTexture() and onSavingTextureConfirmed() from LLSnapshotLivePreview to LLFloaterSnapshot::Impl so that the notification confirmation completes before LLFloaterSnapshot is closed.
2010-06-14EXT-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-13mergeTofu Linden
2010-06-11Merged from viewer-releaseDessie Linden
2010-06-11Merged from viewer-releaseDessie Linden
2010-06-11MergeDessie Linden
2010-06-11MergeDessie Linden
2010-06-11Changed version to 2.1.0.0Dessie Linden
2010-06-11Automated merge with ssh://hg.lindenlab.com/dessie/viewer-releaseLynx Linden
2010-06-10Merging latest dessie/viewer-release into brad/viewer-publicLynx Linden
2010-06-10Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵Dave Parks
merge fixes.
2010-06-07Merge with render-pipelineDave Parks
2010-06-07Automated merge with ssh://hg.lindenlab.com/dessie/viewer-releaseMark Palange (Mani)
2010-06-07Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicLynx Linden
2010-06-05merge from viewer-publicTofu Linden
2010-06-05merge from viewer-publicTofu Linden
2010-06-04made LLStringUtil::null constRichard Nelson
2010-06-04merge from viewer-publicTofu Linden
2010-06-04merge from viewer-publicTofu Linden
2010-06-04Fix 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-04finish conversion to ll_aligned_*() wrappersTofu Linden
2010-06-04lots of _mm_malloc and _mm_free -> ll_aligned_malloc_16 and ll_aligned_free_16Tofu Linden
more to come.
2010-06-10removing windows lind endingsLeyla Farazha
2010-06-10llintrin.h include compile fix for building with windows sdkLeyla Farazha
crafted by richard