Commit Graph

119 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Loren Shih 8294f69ea3 EXT-7651 FIXED Take out hack in isLocalTextureDataFinal for TextureDiscardLevels
Removed hack (this was just used for debugging avatar rez times).
2010-06-15 17:09:43 -04:00
Leyla Farazha 2cfc9f57bb Merge 2010-06-08 14:54:02 -07:00
Leyla Farazha 56da8017d9 EXT-7210 Baked textures should only be updated when outfit changes are saved or outfit editor is exited.
reviewed and contributed to by Nyx
2010-06-08 14:52:22 -07:00
Xiaohong Bao a5a8308947 more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture off.
Raise priorities of textures for self avatar to the highest.
2010-06-07 15:34:43 -06:00
Xiaohong Bao 80b3884a6a more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture off.
Raise priorities of textures for self avatar to the highest.
2010-06-07 15:34:43 -06:00
Loren Shih e9fdbadea5 EXT-7628 FIXED Don't cache lower res baked textures
Fixed an error in logic - low res textures should be identified by uploadNeeded versus uploadPending.
Also added a llinfos debugging line.
2010-06-07 17:07:28 -04:00
Nyx (Neal Orman) fa5ad6665b Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-06-04 17:36:18 -04:00
Loren Shih 36a10312a5 EXT-7526 WIP Add baked texture information to texture view
More informative logic added in to track when an upload is actually happening.
Did some minor reformatting.
2010-06-04 14:56:24 -04:00
Nyx (Neal Orman) c26eeb6f7a Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-06-04 11:10:15 -04:00
Loren Shih 882d8952da EXT-7504 WIP Force decloud after timeout using lower res textures
Added hack for testing lower texture discard level performance.
Enabled LowResTextures timeout.
2010-06-04 10:25:40 -04:00
Nyx (Neal Orman) 47beb6dc9c AVP-44 WIP Multi-wearables architecture
One step closer to full support of multi-wearables architecture

code will be reviewed before pushing.
2010-06-03 21:09:49 -04:00
Loren Shih 4f95701895 EXT-7504 WIP Force decloud after timeout using lower res textures
EXT-7626 FIXED LLTexLayer header file cleanup
EXT-7628 FIXED Don't cache lower res baked textures

Added more information into the texture debug view.
Mangled hash when uploading lower res baked textures so they're not cached
Lots of superficial cleanup on lltexlayer and associated classes.  Removed some unused functions and member variables as well.
2010-06-03 14:25:32 -04:00
Loren Shih 7efaa216a1 EXT-7504 WIP Force decloud after timeout using lower res textures
Code cleanup.
Some minor changes in logic for when low res texture is used.
Added more metrics to notifications and texture debug output.
2010-05-28 16:45:23 -04:00
Loren Shih 955698c7a6 automated merge 2010-05-28 10:41:17 -04:00
Loren Shih e89611291e EXT-7504 WIP Force decloud after timeout using lower res textures
EXT-7526 FIXED Add baked texture information to texture view

First attempt at low res textures after timeout.
Added debug setting to control whether low res texture timeout is used.
Added baked texture load information to texture view debug display.
Trivial name changes to some variables.
2010-05-27 18:59:28 -04:00
Brad Payne (Vir Linden) 0c7fafb704 merge 2010-05-27 17:05:30 -04:00
Nyx (Neal Orman) 9a0a68aa44 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-27 14:52:46 -04:00
Brad Payne (Vir Linden) 4fdf70d213 merge 2010-05-27 14:31:39 -04:00
Igor Borovkov 423398081b EXT-7392 FIXED hooked up alpha mask checkboxes to the alpha mask wearable
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/434/

--HG--
branch : product-engine
2010-05-27 14:22:49 +03:00
Nyx (Neal Orman) 1084bfef00 EXT-7213 WIP kill old appearance editor and all traces of code
part 2 - correcting a few points that would have broken the build.
Final version will be reviewed before pushing.
2010-05-26 13:27:19 -04:00
Nyx (Neal Orman) 35f585ec7a EXT-7392 WIP correct implementation of isTextureVisible()
This is needed so that we don't duplicate this functionality for EXT-7392.
Its late, so will be reviewed tomorrow (but before code is pushed!)
2010-05-25 19:30:08 -04:00
Loren Shih 00d534d7a7 EXT-7480 Add debuga bility to set texture discard levels
Added TextureDiscardLevel override for specifying texture discard levels.
Aesthetic change to add debug- flag to all avatar debug reporting metrics.
2010-05-25 14:56:45 -04:00
Nyx Linden b9096fc954 automated merge with viewer-public 2010-05-19 19:49:50 -04:00
Nyx Linden 8487341b0f AVP-44 WIP Back-end support for multiwearables
Changed a lot of areas of code that were not dealing with multiwearables properly.
Little functionality changed, as the support mechanisms that were out of date were
subtle, but getting closer to no further areas of code that don't properly support
multi-wearables.

Code reviewed by Vir.
2010-05-19 19:48:23 -04:00
Loren Shih d43ac77d1b AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Fix for ambiguity around LLSD usage.
2010-05-19 13:56:39 -04:00
Loren Shih 0924e3397c AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Added outfit baking notification.
Cleaned up some code around notifications.
Added some more clarity to notification message wording.
2010-05-19 13:54:37 -04:00
Loren Shih c70be25eca Fix for build error (not from my code ;-) ). 2010-05-18 18:28:23 -04:00
Nyx (Neal Orman) 263877fec1 FIX: crash on texture load callback timer.
After reviewing with bao, re-initialize memory to be NULL after delete to ensure that stray callbacks don't try to use it.
2010-05-18 18:03:01 -04:00
Nyx (Neal Orman) 0b5c84df94 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-18 17:44:32 -04:00
Nyx (Neal Orman) b9a8e7f428 crash prevention for viewer debug logging.
Will be code reviewed before push, will be removed before release.

 -Nyx
2010-05-18 17:44:24 -04:00
Loren Shih dd4c0fa417 AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Fix for conditional deletion.
2010-05-18 16:16:10 -04:00
Loren Shih 955473266e AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statistics
Fixed memory leak.
Prettied up formatting for debug readouts.
Added more notifications for rez and cloud time.
2010-05-18 15:15:08 -04:00
Nyx (Neal Orman) b416dcb73b adding verbose logging around your own avatar rez time. Documents load times
for each component texture at each discard level, as well as baked texture
upload times, and reports the timing of each texture to the console when your
avatar sends out its appearance data to the server.

Reviewed by Seraph, will be removed before release.

 -Nyx
2010-05-18 10:20:44 -04:00
Brad Payne (Vir Linden) 6eeb8f8e97 merge 2010-05-14 15:02:21 -04:00
Loren Shih aebb49520b EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType
Change enum naming to use WT_INVALID=255 instead of WT_NONE=255.  Added WT_NONE as -1.
2010-05-13 17:24:54 -04:00
Loren Shih adc0aba2dd EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType
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-11 15:08:29 -04:00
Brad Payne (Vir Linden) 2927ae2fa4 Improved default animations - work in progress 2010-04-26 17:45:32 -04:00
Aimee Linden 5fa00a67af DEV-39786 (SNOW-572 / SNOW-220 / VWR-14712): GL_COLOR_INDEX8_EXT not defined as GL_EXT_paletted_texture is deprecated.
Imported from Snowglobe.
2010-04-24 20:36:42 +01:00
Tofu Linden 12dadac44e merge from viewer-hotfix 2010-04-15 20:35:52 +01:00
Loren Shih 384c954fb7 EXT-6877 : Show avatar-as-cloud as "Loading..." in nametag
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 15:00:13 -04:00
Tofu Linden 10905a7ed1 merge from viewer-hotfix 2010-04-15 10:22:42 +01:00
Dave Parks 6c00473593 Fix for LLVOAvatarSelf calling updateVisualParams every frame -- saves about 2ms per frame.
Reviewed by Nyx
2010-04-14 17:35:06 -05:00
Tofu Linden 03322a8e87 Checker: UNINIT_CTOR
Function: LLVOAvatarSelf::LLVOAvatarSelf(const LLUUID &, unsigned char, LLViewerRegion *)
File: /indra/newview/llvoavatarself.cpp
2010-04-01 17:29:08 +01:00
Loren Shih 909091cc0c EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions
2010-03-30 15:56:15 -04:00
Loren Shih b4cb21e9b3 EXT-6536 : Make LLVOAvatarSelf a singleton
Fix for cleaning up gAgentAvatar on app shutdown.
2010-03-29 13:55:43 -04:00
Loren Shih 0ffc73855b EXT-6536 : Make LLVOAvatarSelf a singleton
Fix for cleaning up gAgentAvatar on app shutdown.
2010-03-29 13:50:37 -04:00
Loren Shih b6e7850c0a Merge 2010-03-29 12:30:09 -04:00
Loren Shih 58d76a9ecf EXT-6536 : Make LLVOAvatarSelf a singleton
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
2010-03-29 12:11:51 -04:00
Loren Shih 94e6e10739 EXT-6536 : Make LLVOAvatarSelf a singleton
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
2010-03-29 12:00:26 -04:00
Brad Payne (Vir Linden) 4ff53b9066 For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughout 2010-03-29 11:02:39 -04:00