Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2017-05-25 | MAINT-5100 Fixed viewer not finding sky files at login | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-10-17 | Update to build on Xcode 6.0: using an assignment in an expressions without ↵ | callum_linden | |
parens | |||
2014-03-12 | merge with release | Richard Linden | |
2013-11-22 | MAINT-3474 FIXED crash on startup in LLTextureCache::purgeAllTextures(bool) ↵ | maksymsproductengine | |
attempting to delete texture cache | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-11-16 | Some Mac header #defines macros like check and equivalent -- gack!! | Nat Goodspeed | |
Given that third-party libraries (such as Boost) can and do use those names, properly namespace-scoped, it's unpardonable to break any such innocent usage with a macro. Given the pervasiveness of the need, introduce a header file with the requisite #undef directives. | |||
2012-11-12 | First round of fixes to make viewer work with Boost 1.52 | callum_linden | |
2011-07-07 | STORM-1476 FIXED Replaced non-fatal errors in LLDirIterator constructor with ↵ | seth_productengine | |
warnings to avoid viewer crashes. Added exception handling case. | |||
2011-06-21 | CHOP-662 cleanup in response to code review. | Squire | |
2011-06-17 | CHOP-662 - initial fix to problems with regex characters in Group names | Squire | |
causing the LLDirIterator to crash the viewer when opening chat logs | |||
2011-05-17 | STORM-1260 FIXED Replaced llerrs messages with llwarns in directory iterator ↵ | seth_productengine | |
code to avoid viewer halt when a cache dir is not found. | |||
2010-12-17 | STORM-477 WIP Re-implemented LLDir::getNextFileInDir() as an iterator object. | Seth ProductEngine | |
- Added a class implementing directory entries iteration with pattern matching which is used in unit tests instead of LLDir::getNextFileInDir. STORM-550 FIXED Fixed LLDir unit test which failed for some complex wildcard combinations. |