Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-21 | increment viewer version to 2.6.2 | Oz Linden | |
2011-03-18 | pull back changes made in beta prep | Oz Linden | |
2011-03-17 | Fix CHOP-544. Use cwd when creating a process on windows when the ↵ | Alain Linden | |
llprocesslauncher's working directory is not set. Currently "" will be passed for the working directory which breaks the launching of the updater script. | |||
2011-03-16 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-15 | increment viewer version to 2.6.1 | Oz Linden | |
2011-03-14 | updated version to 2.6.0 | Richard Linden | |
2011-03-14 | Merge with tip of viewer development | callum | |
2011-03-11 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-10 | increment version to 2.5.3 | Oz Linden | |
2011-03-09 | Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) | callum | |
2011-03-09 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-07 | STORM-1045 : pull into viewer-development | Merov Linden | |
2011-03-07 | Update version number to 2.5.2 | Merov Linden | |
2011-03-01 | Set the version to 2.5.1... Yeap! Back from 2.7.0 (not a misprint) | Merov Linden | |
2011-03-01 | SOCIAL-595 FIX Global Volume control does not affect volume of MOAP in ↵ | Richard Linden | |
minimal skin on Windows made slplugin.exe start with correct working directory (llplugin) | |||
2011-02-17 | VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat ↵ | Ardy Lay | |
history * Clean up changes based upon feedback from reviewers. * Improve comment based upon feedback from reviewers. | |||
2011-02-15 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-14 | bump version number to 2.7.0 | Oz Linden | |
2011-02-10 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-09 | SH-920 Wait for threads to shut down before deleting them -- also, fix some ↵ | Dave Parks | |
assertions that were encouraging people to comment out the destruction of LLSignal. | |||
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-28 | trivial: convert to "unix return" | Xiaohong Bao | |
2011-01-26 | add "pause" function for SH-846: design and implement the debug code to ↵ | Xiaohong Bao | |
locate memory leaking | |||
2011-01-26 | for SH-846: design and implement the debug code to locate memory leaking | Xiaohong Bao | |
2011-01-21 | Automated merge up from viewer-development | Loren Shih | |
2011-01-19 | pull changes back from beta | Oz Linden | |
2011-01-15 | renamed temp name flag member in name cache to avoid confusion with similar ↵ | Oz Linden | |
names in other classes | |||
2011-01-14 | Automated merge up from viewer-development | Loren Shih | |
2011-01-10 | Automated merge up from viewer-development | Loren Shih | |
2011-01-10 | Automated merge from mesh-development | Loren Shih | |
2011-01-07 | expose << operator for LLMD5 objects in LL_COMMON_API | Brad Payne (Vir Linden) | |
2011-01-07 | Merge from viewer-development | Don Kjer | |
2011-01-07 | increment minor revision number to make version "2.6.0" | Oz Linden | |
2011-01-06 | BUILDFIX: fixing linux build breakage | Nyx (Neal Orman) | |
cleaning up a bit of syntax that gcc is complaining about. reviewed by bao | |||
2011-01-05 | merge | prep | |
2011-01-05 | merge | Brad Payne (Vir Linden) | |
2011-01-04 | trival: fix compiling errors for Linux. | Xiaohong Bao | |
2011-01-04 | a debug tool to detect LLPointer issues for SH-694: check if there are any ↵ | Xiaohong Bao | |
other LLPointer issues in the mesh model uploading flow and fix them if exist. This debug tool is off by default. To turn it on, set LL_REF_COUNT_DEBUG to be 1 in the header file "llcommon/llrefcount.h". | |||
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-12-29 | merge | Brad Payne (Vir Linden) | |
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-29 | allow run-time query of which timer function is being used | Brad Payne (Vir Linden) | |
2010-12-22 | Merge with viewer-development | Don Kjer | |
2010-12-21 | Merge from trunk | Andrew A. de Laix | |
2010-12-21 | Automated merge up from viewer-development | Loren Shih | |
2010-12-21 | Automated merge from mesh-development | Loren Shih | |
2010-12-20 | merge | Brad Payne (Vir Linden) | |
2010-12-20 | SH-682 FIX, SH-594 FIX - removed mFMP wrapper, added thread checking. Moved ↵ | Brad Payne (Vir Linden) | |
onIdle functions to llcallbacklist. | |||
2010-12-20 | thread safety checking | Brad Payne (Vir Linden) | |