Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-10 | SL-18893 Fixes for pull requests #38, #41, and #42 (#46) | Fawrsk | |
Eliminate unnecessary copies, and remove uses of auto | |||
2023-01-05 | SL-18893 Cleanup for loops in llcharacter to use C++11 range based for loops ↵ | Fawrsk | |
(#42) | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-11-08 | CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵ | William Todd Stinson | |
refers to it as Do Not Disturb mode. | |||
2010-12-30 | STORM-955: VWR-24312: Massively duplicated objects | Aleric Inglewood | |
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then). | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-05-27 | EXT-6953 WIP - pre-push cleanup after review. Accumulated EXT-6953 commits ↵ | Brad Payne (Vir Linden) | |
reviewed by Nyx. | |||
2010-05-07 | For EXT-6953: Evaluate and implement Richard's improved default animations. ↵ | Brad Payne (Vir Linden) | |
Cleanup and log spam reduction. | |||
2010-04-29 | For EXT-6953: Evaluate and implement Richard's improved default animations. ↵ | Brad Payne (Vir Linden) | |
New versions of animations fix looping and other problems, reduced log spam. | |||
2010-04-23 | Improved default animations - work in progress | Brad Payne (Vir Linden) | |
2010-04-21 | For EXT-6953: improved default animations. | Brad Payne (Vir Linden) | |
2010-04-20 | For EXT-6953: improved default animations. Moved LLUUID values to .cpp file | Brad Payne (Vir Linden) | |
2009-02-03 | QAR-1177 maint-viewer-12 + uploadfees-viewer combo mergeme | Adam Moss | |
svn merge -r108355:109316 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/maint-viewer-12-uploadfees-qa108314 Whew. | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
2008-06-26 | QAR-628 merge string-cleanup-5 -r 90476:90508 -> release | Steven Bennetts | |
dataserver-is-deprecated | |||
2008-04-30 | svn merge -r 86190:86191 maint-ui-11-merge (EFFECTIVE MERGE: -r 84579:85724 ↵ | James Cook | |
maint-ui-11-qa). | |||
2007-10-04 | Result of svn merge -r71162:71205 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code. | |||
2007-10-04 | Result of svn merge -r70873:71086 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/enable-exceptions into release. | |||
2007-01-02 | Print done when done. | James Cook | |