Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | merge up to viewer-development | Oz Linden | |
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-08 | automated merge | Loren Shih | |
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 | Added graphics preference setting for physics. | Loren Shih | |
2010-08-26 | fix for VWR-19505 | ZaiLynch | |
2010-08-25 | merge | Dave Parks | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-24 | Moved BreastMotion class to its own separate file out of llvoavatar. | Loren Shih | |
Changed range of some breast motion params. Updated icon. | |||
2010-08-23 | Changed "Range" to "Max Velocity" | Loren Shih | |
Changed logic to reset to user params if velocity is 0. Code cleanup. Took out extraneous "Physics" accordions from previous implementation. | |||
2010-08-23 | Fixed backwards compatibility so that orig Breast params are preserved. | Loren Shih | |
Cleaned up some code. Removed "Add" from right-click when multiwear is not permitted. | |||
2010-08-23 | Created new wearable type. | Loren Shih | |
Added debug setting for disabling physics. Added disable-multiwear and disable-camera-reset to wearabletype. | |||
2010-08-23 | Changed Acceleration to gain. | Loren Shih | |
Changed behavior of gain. Changed names of Driver/Driven params. | |||
2010-08-23 | First pass commit for breast physics. | Loren Shih | |
2010-08-20 | Merge from dessie/viewer-release | Leyla Farazha | |