Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | Hide SLID if it matches display name, leave SLIDs on by default otherwise | James Cook | |
I don't like this, but Crimp and Hamilton want it to address M's concerns about impersonation. | |||
2010-04-12 | DEV-47529 Convert viewer to use final People API lookup URL format | James Cook | |
Reviewed with Simon | |||
2010-04-07 | Automated merge | Roxie Linden | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | SLID goes under display name | James Cook | |
2010-04-07 | Fix bad indentation | James Cook | |
2010-04-07 | PE merge from pe-viewer-trunk | Tofu Linden | |
2010-04-07 | Fixed critical bug EXT-1655 ([BSI] Always flying after pressing "Stand" to ↵ | Eugene Mutavchi | |
stand up from an object) - moved restoring the flying of the agent before calling the mAutoPilotFinishedCallback, to allow finished callback to change it. - fixed LLVOAvatar::sitOnObject() to set mIsSitting = TRUE before stoping the autopilot, like it was in 1.23 version. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/185/ --HG-- branch : product-engine | |||
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-02 | DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunk | Roxie Linden | |
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands | |||
2010-04-01 | Automated Merge | Roxie Linden | |
2010-04-01 | EXT-5168 prefs review: Remove "Small nametags" option | Leyla Farazha | |
reviewed by Richard cc#176 | |||
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
2010-03-29 | Merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
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) | |