Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-05 | merge from viewer-public | Tofu Linden | |
2010-05-04 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Xiaohong Bao | |
2010-05-04 | EXT-7214 : FIXED : Add debug setting to show avatar rez times | Loren Shih | |
Changed from #define to debug setting "DebugAvatarRezTime". | |||
2010-05-04 | DEV-49557 : FIXED : Attachments can show up hanging in space | Loren Shih | |
Adding viewer-side sanity check to make sure attachments have a legal slot. | |||
2010-05-04 | EXT-7194: FIXED: It takes long time to finish downloading baked textures. | Xiaohong Bao | |
2010-05-01 | Rigged attachment integration WIP. | Dave Parks | |
2010-04-22 | Deferred shading for rigged attachments. | Dave Parks | |
2010-04-21 | Rigged attachments FTW! | Dave Parks | |
2010-04-20 | merge | Dave Parks | |
2010-04-20 | Fix for bad if on calling updateMeshData | Dave Parks | |
2010-04-20 | Try to fix a (correct) gcc whine about the child hiding the parent's ↵ | Tofu Linden | |
dirtyMesh() method. What I can't figure out is why gcc doesn't complain in render-pipeline, where the problem is the same. (transplanted from cba9bf2cf5194da14105cc28e792f908ef672864) | |||
2010-04-20 | slightly hairy merge from viewer-trunk | Tofu Linden | |
2010-04-20 | trivial comment fix. | Tofu Linden | |
2010-04-19 | merge | Dave Parks | |
2010-04-19 | Remove foot shadows from llvoavatar and add terse update to ↵ | Dave Parks | |
LLViewerJointMesh::updateFaceData. | |||
2010-04-19 | merge from viewer-trunk | Tofu Linden | |
2010-04-19 | merge from viewer-hotfix | Tofu Linden | |
2010-04-19 | Updated the reverted fix for critical bug EXT-1655 ([BSI] Always flying ↵ | Eugene Mutavchi | |
after pressing "Stand" to stand up from an object), also integrated the fix for EXT-6786 ('Stand' button is corrupted if movement control floater is opened). Added some clarifying comments. Reviewed by Tofu Linden at https://codereview.productengine.com/secondlife/r/253/. --HG-- branch : product-engine | |||
2010-04-17 | merge from viewer-trunk | Tofu Linden | |
2010-04-17 | merge from PE's viewer-trunk | Tofu Linden | |
2010-04-16 | merge | Dave Parks | |
2010-04-16 | EXT-6892 : Add debug setting to show avatar rez times | Loren Shih | |
This pops up a notification whenever another avatar rezzes. Controlled by a #define, currently set to ON. | |||
2010-04-16 | Reverted fix of EXT-1655 (because it causes EXT-6835) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-04-15 | merge from viewer-trunk | Tofu Linden | |
2010-04-15 | merge from viewer-hotfix | Tofu Linden | |
2010-04-15 | EXT-6877 : Show avatar-as-cloud as "Loading..." in nametag | Loren Shih | |
If you or others are a cloud, then your nametag will include a "(Loading...)" string. Note: this required a small bit of code refactor so that you can query if an avatar (yourself or others) is a cloud; this was basically a rename from updateIsFullyLoaded into getIsCloud. | |||
2010-04-15 | More rigged attachments work. | Dave Parks | |
2010-04-12 | Fix for avatars not rendering in non-deferred mode. | Dave Parks | |
2010-04-07 | merge from viewer-trunk | Tofu Linden | |
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-06 | merge | Dave Parks | |
2010-04-06 | Rigged attachments (almost works). | Dave Parks | |
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 | 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-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-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 |