Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | merge from viewer-public | Tofu Linden | |
2010-05-27 | merge from viewer-public | Tofu Linden | |
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-20 | Strip out debug code related to toggling display names on/off | James Cook | |
2010-05-20 | merge from viewer-public | Tofu Linden | |
2010-05-20 | merge from viewer-public | Tofu Linden | |
2010-05-19 | Merge pull from dessie/viewer-public | Leyla Farazha | |
2010-05-19 | AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics | Loren Shih | |
Added outfit baking notification. Cleaned up some code around notifications. Added some more clarity to notification message wording. | |||
2010-05-19 | merge from viewer-public | Tofu Linden | |
2010-05-19 | merge from viewer-public | Tofu Linden | |
2010-05-18 | AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics | Loren Shih | |
Added timestamp for avatar rez messages. Added messaging when entering/leaving Edit Appearance Mode. | |||
2010-05-14 | merge | Brad Payne (Vir Linden) | |
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-13 | merge from viewer-public | Tofu Linden | |
2010-05-13 | merge from viewer-public | Tofu Linden | |
2010-05-12 | EXT-7324 : INFRASTRUCTURE: Inventorymodel code cleanup | Loren Shih | |
Superficial header file cleanup Lots of moving functions around and recategorizing in LLInventoryModel.h Removed some obsolete functions, changed scoping of others Moved some static functions from LLInventoryModel into llinventoryfunctions.h | |||
2010-05-12 | merge from viewer-public | Tofu Linden | |
2010-05-12 | merge from viewer-public | Tofu Linden | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-05-11 | EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType | Loren Shih | |
Refactored LLWearableDictionary to look more like LLAssetType/LLFolderType/etc. in terms of code design. This required a lot of superficial changes across many files. Overall functionality has not changed. | |||
2010-05-07 | For EXT-6953: Evaluate and implement Richard's improved default animations. ↵ | Brad Payne (Vir Linden) | |
Cleanup and log spam reduction. | |||
2010-04-26 | DEV-47529 Viewer turns display names on/off based on region capability | James Cook | |
Also refreshes name tags so you can see the state. Reviewed with Kelly. | |||
2010-04-21 | For EXT-6953: improved default animations. | Brad Payne (Vir Linden) | |
2010-04-20 | merge from viewer-trunk | Tofu Linden | |
2010-04-20 | merge from viewer-trunk | Tofu Linden | |
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 | 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. | |||
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. | |||
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. (transplanted from 14545d24820e032279c81cb386dd043eeee625f7) | |||
2010-04-19 | Remove foot shadows from llvoavatar and add terse update to ↵ | Dave Parks | |
LLViewerJointMesh::updateFaceData. (transplanted from 14545d24820e032279c81cb386dd043eeee625f7) | |||
2010-04-19 | Remove foot shadows from llvoavatar and add terse update to ↵ | Dave Parks | |
LLViewerJointMesh::updateFaceData. | |||
2010-04-17 | merge from viewer-trunk | Tofu Linden | |
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-15 | merge from viewer-trunk | 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-06 | Rigged attachments (almost works). | Dave Parks | |
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
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-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-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-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 | 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 | 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-11 | Merge | James Cook | |
2010-02-10 | Name tags of friends appear in green. | James Cook | |
Refactored LLVOAvatar idleUpdateNameTag into smaller functions Eliminated unused LLHUDText::setUsePixelSize | |||
2010-02-05 | EXT-5034 assert triggered for new avatars in LLVOAvatar::restoreMeshData() | Nyx (Neal Orman) | |
We had commented out the word "virtual" in front of the function definition for some reason. one-liner, reviewed by Bigpapi. |