Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-29 | For EXT-4666: changed LLGestureManager to LLGestureMgr throughout | Brad Payne (Vir Linden) | |
2010-03-29 | For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughout | Brad Payne (Vir Linden) | |
2010-03-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject". | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-23 | Part DEV-47695 route display name changes via sim for rebroadcast to | James Cook | |
nearby avatars for name tag updates and to update cached display name for LSL nonblocking functions | |||
2010-03-16 | Automated merge from viewer/viewer-2-0 | Roxie Linden | |
2010-03-15 | EXT-6010 Appearance reverts to an old outfit while attempting to wear new outfit | Nyx (Neal Orman) | |
Added code to suppress local composite updates while wearables are loaded. This makes sure that we don't update your appearance until all your wearables are added to gAgentWearables. Hackish for 2.0, but will be inherently better for 2.1 code reviewed by vir. | |||
2010-03-10 | Name tag color and position hackery for demo | James Cook | |
2010-03-09 | More name-tag vs. hud-text cleanup | James Cook | |
2010-03-09 | More harmonization of LLHUDNameTag vs. LLHUDText | James Cook | |
Eliminating now-unused code from LLHUDText | |||
2010-03-09 | Break name tag code out into LLHUDNameTag | James Cook | |
Start by duplicating the LLHUDText code, then stripping out functionality that only needs to exist in one place (like force-based juggling of name tag positions) | |||
2010-03-08 | Simplify name tag prefs and put SLID on top of display name | James Cook | |
2010-03-02 | Merge | James Cook | |
2010-02-26 | Removed unnecessary include llhudtext.h from llviewerobject.h | James Cook | |
2010-02-26 | Clean out some dead code | James Cook | |
2010-02-26 | Less ugly name tag fonts and colors | James Cook | |
2010-02-25 | Support multiple fonts, colors and styles in name tags | James Cook | |
Simplified LLHUDText string API to be UTF8 only Added per-text segment font support Changed LLVOAvatar invalidateNameTag to clearNameTag | |||
2010-02-24 | Re-color name tags after display name changes | James Cook | |
2010-02-24 | Hack to refresh name tags when I change my display name. | James Cook | |
Also fixes a crash when turning on display names. | |||
2010-02-24 | Use async display name lookup for name tags, makes them refresh properly ↵ | James Cook | |
when toggling display name feature | |||
2010-02-19 | Avatars with legacy names have special color name tags | James Cook | |
2010-02-19 | Improved support for toggling display names on/off | James Cook | |
Stop pre-populated name cache because we have a web service now for lookup Added mIsLegacy to LLAvatarName so we can colorize those name tags differently | |||
2010-02-18 | Preference to set what fields name tags display, and | James Cook | |
first attempt at "use display names" menu item which doesn't work yet | |||
2010-02-16 | move a particularly spammy INFO. | Tofu Linden | |
2010-02-12 | merge | Brad Payne (Vir Linden) | |
2010-02-12 | Log spam cleanup | Brad Payne (Vir Linden) | |
2010-02-12 | For EXT-5259: Major regression in load time for new users from 1.23 to 2.0. ↵ | Brad Payne (Vir Linden) | |
Moved autopopulate to after avatar appearance resolves | |||
2010-02-11 | Created stub LLAvatarNameCache for display name lookup, as | James Cook | |
well as LLAvatarName base data object. Reviewed with Kelly. | |||
2010-02-11 | Merge | James Cook | |
2010-02-11 | merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Aimee Linden | |
2010-02-11 | EXT-5264 : Debug setting to show in-world voice visualizations while in ↵ | Aimee Linden | |
private voice calls Added ShowVoiceVisualizersInCalls, setting it to true will show voice visualizers, lipsync and voice gestures for people in the same voice session that are also visible in-world. | |||
2010-02-11 | CID-66 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLVOAvatar::parseSkeletonFile(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/newview/llvoavatar.cpp not a bug. | |||
2010-02-10 | Provisional fix for EXT-2939 | Monroe Linden | |
Restored the call to updateMotions(LLCharacter::HIDDEN_UPDATE) in LLVOAvatar::updateCharacter(). Added a specific fast timer for hidden updates in LLCharacter::updateMotions() to assess how much this will impact performance. Reviewed by Richard. | |||
2010-02-10 | merge | Brad Payne (Vir Linden) | |
2010-02-10 | More temporary log messages | Brad Payne (Vir Linden) | |
2010-02-10 | Name tags of friends appear in green. | James Cook | |
Refactored LLVOAvatar idleUpdateNameTag into smaller functions Eliminated unused LLHUDText::setUsePixelSize | |||
2010-02-10 | EXT-5301 log spam when wearing alpha mask | Nyx (Neal Orman) | |
added additional check on no host for texture error so that we don't trigger it for IMG_INVISIBLE. code reviewed by Seraph | |||
2010-02-08 | Converted names build from avatar object LLNameValue pairs to SLID | James Cook | |
Added temporary getDisplayName() to LLCacheName Moved temporary placeholder display names into LLCacheName Eliminated rarely used LLAgentUI::buildName in favor of buildFullName Standardized buildFullName capitalization | |||
2010-01-14 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey | angela | |
2010-01-14 | EXT-3795 First run messages still display (click & drag on map, Build tools ↵ | angela | |
open, movement controlled, etc) | |||
2010-01-12 | Suppress rendering of last name "Resident" to display only SLIDs. | James Cook | |
Reviewed with Huseby | |||
2010-01-12 | EXT-1331 Fix for avatars not rendering after they are loaded until camera is ↵ | Dave Parks | |
moved. | |||
2010-01-11 | Avoid an assertion failure in texture baking. Reviewed by Nyx. Deemed ↵ | Tofu Linden | |
'tiny'... | |||
2009-12-15 | Merge from default branch. | Vadim Savchuk | |
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine | |||
2009-12-14 | Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0. | brad kittenbrink | |
2009-12-14 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-11 | EXT-2718 avatar render cost higher in 2.0 than in 1.23 | Nyx (Neal Orman) | |
previous fix fixed the double-counting of texture costs. resulting ARC was ~99 points higher for most avatars. This patch makes the cost shoot up again, as ARC was improperly computed in 1.23 and before. This makes the cost for an avatar increase 10 points per prim instead of per-attachment, which is how we have documented it. Also used constants to eliminate magic numbers and increased ARC limit from 1024 to 2048. Will request feedback on change from BSI:STU Code reviewed by Bigpapi --HG-- branch : avatar-pipeline | |||
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | EXT-3302 invisible avatar w/ bling crashes mac viewers | Nyx (Neal Orman) | |
not mac-specific. We were treating IMG_INVISIBLE as a baked texture when an avatar used it as a bake. However, some baked textures have 5 channels, IMG_INVISIBLE has 4. Asking KDU to decode the 5th channel of a 4 channel image resulted in a crash. Fix skips the callback for loading morph masks from a bake if the bake image ID is IMG_INVISIBLE. Code reviewed by Seraph --HG-- branch : avatar-pipeline | |||
2010-02-26 | automated merge | Roxie Linden | |