Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-18 | Code cleanup and removed hacky code support for some old legacy rig types | prep linden | |
2011-02-17 | Another part of the pelvis fix. Sh-634 | prep | |
2011-02-16 | Fix for problem with pelvis offset | prep | |
2011-02-16 | Fix for SH-816 | prep | |
2011-02-11 | SH-912 Fix for avatar impostors glitching out at weird angles. | Dave Parks | |
2011-02-10 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-07 | SH-930 FIX revert ARC algorithm for merge to viewer-development | Nyx (Neal Orman) | |
Reverting incomplete changes to ARC so that we don't change RC when we merge down. | |||
2011-01-28 | SH-808 making sure the 10m vs. 64m scale limit switch happens for both the ↵ | leyla_linden | |
spinner and the manipulation tools etc. | |||
2011-01-27 | Renamed function | prep linden | |
2011-01-27 | Renamed function | prep linden | |
2011-01-27 | Optimization so that updateRiggedAttachments is not called every frame - ↵ | prep linden | |
still a WIP. | |||
2011-01-27 | Rebuild attached rigs during attachObject | prep linden | |
2011-01-14 | merge | prep linden | |
2011-01-14 | voice dot is positioned consistently | prep linden | |
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
2011-01-12 | Fix for Sh-780 and tweak for nametag height (Sh-638). | prep linden | |
2011-01-10 | Fix for SH-638 | prep | |
2011-01-05 | Fix for SH-579 | prep | |
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-22 | removing some very old debug spam | Andrew Meadows | |
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-07 | Automated merge up from viewer-development | Loren Shih | |
2010-12-07 | Bug fix. Joint ids were not being reset. The issue was noticeable when you ↵ | prep linden | |
attached and then reattached a rigged mesh with offsets. The reattached mesh would not be offset correctly. | |||
2010-12-06 | Fix for SH-542 | prep | |
2010-12-03 | Fix for SH-479 | prep linden | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-30 | STORM-584 FIXED Chat font colors for "Me" and "Others" used for the bubble ↵ | Seth ProductEngine | |
chat text. Bubble chat color picker now sets the background color for the name tag and bubble chat. Label for the color picker changed to "Bubble chat background" Removed unused "BackgroundChatColor" setting, using "NameTagBackground" instead. | |||
2010-11-21 | Remove dependency on ll_align_malloc/free from avatar. | Dave Parks | |
2010-11-15 | merge | Richard Linden | |
2010-11-12 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2010-11-10 | cleanup | prep | |
2010-11-10 | Bug fix for an avatar that would exhibit floating if pelvis was offset | prep | |
Bug fix for attach/detach so that it will recalculate certain avatar settings based upon bone positions. | |||
2010-11-05 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2010-10-28 | - Pelvis offsets are now preserved | prep | |
- Fix for CTS-261 | |||
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-15 | sync up to viewer-developer | Tofu Buzzard | |
2010-10-13 | Fix for EXP-220 -- Remove voice dot for skylight user | Monroe Linden | |
Reviewed by Richard. | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | Initial work on viewer motion interpolation. Changes include: | Dave SIMmONs | |
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff * | |||
2010-10-10 | VWR-21967 There's lots of ::renderForSelect() code that we don't need any more. | Tofu Linden | |
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline) | |||
2010-10-05 | Reset joint positions after detaching a rigged model | prep linden | |
2010-09-29 | Merge | Leyla Farazha | |
2010-09-27 | merge | Dave Parks | |
2010-09-24 | Added support for joint offsets | prep linden | |
2010-09-22 | SH-188 crash in llvoavatar.cpp | Nyx (Neal Orman) | |
We were using a NULL pointer after checking it was null due to a logic error. Re-shuffled the logic to ensure we would only dereference pointer after it was known to be non-null Code reviewed by Seraph | |||
2010-09-22 | SH-188 FIX crash in llvoavatar.cpp | Nyx (Neal Orman) | |
We were using a NULL pointer after checking it. Did some logic juggling to ensure that we only use the pointer if it is non-null Code reviewed by Seraph (transplanted from a90fe10ddac9545249c6f218af438a36bcbc3162) | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-16 | As a resident, when I elect to see friends names in green, it should also ↵ | Leyla Farazha | |
colour their group tags so that the name tags don't look like crap. This also applies to status message - Away/Busy in nametag | |||
2010-09-16 | Merge | Leyla Farazha | |