Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-24 | Sh-4321 # Fixes for detach deformations. General code cleanup as well. | prep | |
2013-06-28 | SH-4240 FIX users can set hover height to 0 | Nyx Linden | |
removing minimum height enforcement, as changes are local-only and would not be visible by other users in this repro, unless the user explicitly saved the changes. Since there are many ways to get around the enforcement, and the enforced minimums won't be visible to other users, its simpler to allow users to use the full range of the hover slider. NOTE: this means that a user's avatar can be underground, leading to the camera pointing up at the sky. this is a known issue. | |||
2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
2013-06-20 | merge with release | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-05 | SH-3635 WIP - logging cleanup, moved some big dumps into separate XML files | Brad Payne (Vir Linden) | |
2013-06-03 | NORSPEC-229 Fix for bad binormals on mirrored surfaces (use tangent ↵ | Dave Parks | |
calculator instead of binormal calculator, convert binormal centric code to tangent centric) | |||
2013-05-17 | Simple imposter AV rendering cleanup | simon | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-05-02 | SH-4060 FIX avatar hover being set to minimum at seemingly random times | Nyx Linden | |
avatar hover was being temporarily set to -2.0 for the preview render, which was triggering the minimum enforcement, even when the user's requested value is no where near the minimum. Added a flag to disable the minimum enforcement if we are temporarily changing the value. | |||
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
2013-04-05 | SH-4061 WIP - spelling fix, allow un-set of missing asset flag for textures | Brad Payne (Vir Linden) | |
2013-03-29 | merge | Nyx Linden | |
2013-03-29 | SUN-57 SH-4039 FIX bake fail on non-ssb regions | Nyx Linden | |
We were getting the texture ID from the type,index couple, but were not passing in index, which defaulted to 0. texture ID is available from the texture object itself, so using that and removing the index parameter to prevent future confusion. | |||
2013-03-29 | Merged in Chui beta6+ fixes | prep@lindenlab.com | |
2013-03-28 | MAINT-2426 : Viewer support for new simulator AvatarRenderInfo capability. ↵ | simon | |
Reviewed by Kelly | |||
2013-03-22 | Moved LastUpdateCOF stuff to avatar, so we can track last received for ↵ | Brad Payne (Vir Linden) | |
non-self avs | |||
2013-03-21 | CHUI-871, CHUI-738 : Fixed! Name tags existence was using a bogus test. ↵ | Merov Linden | |
Using a boolean for existence and straight logic, no intermediate string | |||
2013-03-20 | Prototype code for "simple imposter" mode rendering of avatars. | simon | |
Reviewed by Kelly | |||
2013-03-19 | Merge in viewer-beta to get CHUI code | Simon Linden | |
2013-03-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2013-02-26 | SH-3899 WIP - more logging of appearance message info | Brad Payne (Vir Linden) | |
2013-02-25 | SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, ↵ | Brad Payne (Vir Linden) | |
log appearance request results | |||
2013-02-20 | MAINT-2370 Add debug setting "RenderAutoMuteRenderCostLimit" that ↵ | Dave Parks | |
automatically visually mutes avatars above a certain threshold (adjusted by Avatar Mesh Detail Slider) | |||
2013-02-13 | SH-3812 WIP, SH-3852 WIP - some metrics cleanup, added rebake when needed ↵ | Brad Payne (Vir Linden) | |
and sb system is unavailable, to avoid stale appearance problems | |||
2013-02-12 | SH-3852 WIP - added more specific logging of completenesss of texture loading | Brad Payne (Vir Linden) | |
2013-02-07 | SH-3852 WIP - track per-timer stats | Brad Payne (Vir Linden) | |
2013-01-30 | SH-3800 WIP - logic to detect baked textures being sought in the wrong ↵ | Brad Payne (Vir Linden) | |
place, avoid querying textures for which we have no authoritative data where they live | |||
2013-01-28 | SH-3779 WIP, SH-3534 WIP - more bake-status tracking | Brad Payne (Vir Linden) | |
2013-01-23 | SH-3779 WIP - fully parse appearance message before trying to do anything ↵ | Brad Payne (Vir Linden) | |
with it | |||
2013-01-23 | SH-3534 WIP - better encapsulation of mUseServerBakes | Brad Payne (Vir Linden) | |
2013-01-18 | SH-3344 WIP - more texture load monitoring | Brad Payne (Vir Linden) | |
2013-01-07 | SH-3344 WIP - keep avatar local textures flagged no-delete while in use | Brad Payne (Vir Linden) | |
2012-11-20 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-09 | SH-3484 WIP - added additional logging under DebugAvatarCompositeBaked to ↵ | Brad Payne (Vir Linden) | |
try to track down baked texture issues | |||
2012-11-08 | CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵ | William Todd Stinson | |
refers to it as Do Not Disturb mode. | |||
2012-11-01 | misc error detection, debug coloration for avatar meshes | Brad Payne (Vir Linden) | |
2012-09-27 | audited uses of centralBakeVersion vs. isUsingServerBakes | Brad Payne (Vir Linden) | |
2012-09-26 | renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented ↵ | Brad Payne (Vir Linden) | |
some areas we are probably using the function incorrectly | |||
2012-09-13 | Another merge of sunshine -> sunshine-experimental | Don Kjer | |
2012-09-13 | Merge sunshine -> sunshine-experimental | Don Kjer | |
2012-09-13 | more dump capabilities for visual params and textures in avatar and ↵ | Brad Payne (Vir Linden) | |
appearance messages | |||
2012-09-13 | Instantiated bare-bones LLBakingAvatar concrete class (derived from ↵ | Don Kjer | |
LLAvatarAppearance). Moved some LLCharacter funcionality from LLVOAvatar to LLAvatarAppearance. | |||
2012-09-11 | SH-3264 Moved over a few more items to llappearance | Nyx (Neal Orman) | |
moved over: isWearingWearableType wearable::writeToAvatar wearable::mTEMap (stores LocalTextureObject*) more from wearable::import/export wearable::createVisualParams, etc | |||
2012-09-10 | dumpArchetypeXML tweaks, appearance debugging | Brad Payne (Vir Linden) | |