Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-06 | Merge | Don Kjer | |
2012-09-06 | Extracted mWearableDatas from LLAgentWearables into ↵ | Don Kjer | |
llappearance/LLWearableData. Moved LLDriverParam into llappearance | |||
2012-09-05 | SH-3264 Worked to move over mBakedTextureDatas from LLVOAvatar to ↵ | Nyx (Neal Orman) | |
LLAvatarAppearance. Appear to have been able to move over the parts that are common to both the backend and the viewer into LLAvatarAppearance. | |||
2012-09-04 | Split gl-specific LLViewerTexture implementation into llrender/LLGLViewerTexture | Don Kjer | |
2012-09-03 | Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2012-08-14 | Automated merge with https://bitbucket.org/VirLinden/sunshine | Nyx (Neal Orman) | |
2012-08-14 | SH-3310 WIP setting up architecture for switching texture baking on ↵ | Nyx (Neal Orman) | |
per-region basis Set up an architecture to minimize the use of the baked texture debug setting. Instead concentrating on setting a per-region flag at the region handshake point. This should be processed once the new regions are using the updated handshake. The debug setting is being used in this one location as a placeholder. Builds, but not fully tested/commented yet, passing this work off to Vir. | |||
2012-08-08 | merge | Brad Payne (Vir Linden) | |
2012-07-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-07-11 | SH-3258 WIP initial work: refactoring appearance editing mode | Nyx (Neal Orman) | |
Added flags for appearance editing status as well as which textures we should be using at a time. Also refactored so we are not using camera state to track appearance editing mode. Need to add more handling for which textures we actually use. | |||
2012-06-28 | Merge | Dave Parks | |
2012-06-22 | merge | Brad Payne (Vir Linden) | |
2012-06-19 | MAINT-794 Factor out a lot of CPU overhead around updating objects. | Dave Parks | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-04-09 | merge viewer-release to runway | Brad Payne (Vir Linden) | |
2012-04-02 | SH-3041 BUILDFIX fixed a bad function call | Nyx (Neal Orman) | |
Had a function call in last checkin that was removed before commit since I thought it was only used in debug code. Adding it back in as its actually used. | |||
2012-03-21 | SH-3041 WIP Utilizing early object update texture data | Nyx (Neal Orman) | |
Caching the mapping between baked texture hashes and UUIDs should be able to be avoided if the initial texture data sent down is accuate. This patch will use the first objectupdate message sent for your own avatar to set the baked texture UUIDs for your avatar. These appear to match the UUIDs sent from the hash lookup. Testing needed to verify that you can successfully decloud before the server sends you the hash lookup response, if your bakes are cached locally. | |||
2012-03-12 | SH-2970 WIP - send per-appearance-change metrics packet (disabled) | Brad Payne (Vir Linden) | |
2012-03-09 | SH-2970 WIP - more phase tracking | Brad Payne (Vir Linden) | |
2012-03-08 | SH-2970 WIP - more phase tracking | Brad Payne (Vir Linden) | |
2012-03-05 | SH-2970 WIP - simple LLSD metrics for self av | Brad Payne (Vir Linden) | |
2012-02-27 | SH-2689 WIP - tracking cloud/gray/textured state for avs, display with ↵ | Brad Payne (Vir Linden) | |
rendering cost | |||
2012-02-13 | SH-2973 Potential fix for crash in ~LLVOAvatarSelf | Dave Parks | |
2012-02-08 | merge | Brad Payne (Vir Linden) | |
2012-02-03 | EXP-1843 WIP Added an option to output avatar rez timing. | Vadim ProductEngine | |
Use the new "Avatar Rez" debugging tag to see the output. | |||
2011-12-19 | SH-2789 WIP - various fixes to force 16-byte alignment | Brad Payne (Vir Linden) | |
2011-09-22 | SH-2244 Fix "RenderGLCoreProfile" actually make a core profile context and ↵ | Dave Parks | |
modify viewer to run under said context without generating errors. | |||
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
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-05 | Reset joint positions after detaching a rigged model | prep linden | |
2010-09-08 | TEST whitespace change to verify new repository is working | Nyx (Neal Orman) | |
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | merge | Brad Payne (Vir Linden) | |
2010-08-13 | DEV-52580 FIX | Brad Payne (Vir Linden) | |
2010-08-13 | EXT-8650 Can wear multiple copies of no-copy item via object links | Loren Shih | |
* EXT-8688 Automatically detach same object is detected * EXT-8689 Cleanup detachAttachmentIntoInventory code When an object arrives as an attachment, if it's already attached then it's automatically detached. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-24 | EXT-7818 FIXED Click on Take Off on my shoes fro inventory doesn't remove shoe | Loren Shih | |
Added additional logic to tell if you're in edit outfit mode, removed some bad code that was causing removed wearables to never send out an appearance update. | |||
2010-06-03 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
EXT-7626 FIXED LLTexLayer header file cleanup EXT-7628 FIXED Don't cache lower res baked textures Added more information into the texture debug view. Mangled hash when uploading lower res baked textures so they're not cached Lots of superficial cleanup on lltexlayer and associated classes. Removed some unused functions and member variables as well. | |||
2010-05-28 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
Code cleanup. Some minor changes in logic for when low res texture is used. Added more metrics to notifications and texture debug output. | |||
2010-05-27 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
EXT-7526 FIXED Add baked texture information to texture view First attempt at low res textures after timeout. Added debug setting to control whether low res texture timeout is used. Added baked texture load information to texture view debug display. Trivial name changes to some variables. | |||
2010-05-27 | EXT-7392 FIXED hooked up alpha mask checkboxes to the alpha mask wearable | Igor Borovkov | |
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/434/ --HG-- branch : product-engine | |||
2010-05-25 | Fixed compile error in mistakenly-checked-in llvoavatarself.h | Loren Shih | |
2010-05-25 | EXT-7463 FIXED Create instrumentation for tracking COF actions on login | Loren Shih | |
Removed llinfos that was causing excessive spam. | |||
2010-05-25 | EXT-7480 Add debuga bility to set texture discard levels | Loren Shih | |
Added TextureDiscardLevel override for specifying texture discard levels. Aesthetic change to add debug- flag to all avatar debug reporting metrics. | |||
2010-05-19 | automated merge with viewer-public | Nyx Linden | |