Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2010-09-15 | [STORM-176] Clean up handling of the maximum length of chat messages | Oz Linden | |
2010-09-09 | VWR-22052 FIX tons of processAvatarAppearance spam, may be flooding server | Nyx (Neal Orman) | |
Added a timeout so that we will only send this message a max of once a minute. Investigated cause of server not sending visual params with texture message, it appears it only happens if the sim cannot find the visual params to send. Not sure what causes that condition. Code reviewed by Seraph | |||
2010-09-03 | Merge Zai Lynch's http://bitbucket.org/ZaiLynch/vwr-19505 | Tofu Linden | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-09-01 | CTS-231 WIP create new ARC algorithm to be more accurate and account for meshes | Nyx (Neal Orman) | |
First pass - uses the new algorithm to hopefully be more accurate of render load on low-end machines. Also accounts for mesh complexity, including if a mesh is weighted or non-weighted. Code reviewed by davep | |||
2010-08-26 | fix for VWR-19505 | ZaiLynch | |
2010-08-25 | merge | Dave Parks | |