summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-25MergeLeyla Farazha
2010-05-25fixed merge problemLeyla Farazha
2010-05-25mergeRichard Linden
2010-05-25DEV-50013 Group chat moderator tooltip shows usernameJames Cook
2010-05-25mergeRichard Linden
2010-05-25MergeEli Linden
2010-05-25EXT-7289 FIX en_xui_changeEli Linden
2010-05-25MergeLeyla Farazha
2010-05-25reverting debug state for sell land buttonLeyla Farazha
2010-05-25LLFloaterAvatarPicker now uses LLAvatarNamesLeyla Farazha
reviewed by James
2010-05-25Mappable Buddies now using new LLAvatarNamesLeyla Farazha
reviewed by James
2010-05-25Report abuse floater updated for display names compatibilityLeyla Farazha
reviewed by James
2010-05-25DEV-50291 Text on Buy Land floater cut off when Display Name user name ↵Leyla Farazha
combination is long
2010-05-25automated mergeLoren Shih
2010-05-25EXT-7463 FIXED Create instrumentation for tracking COF actions on loginLoren Shih
Removed llinfos that was causing excessive spam.
2010-05-25EXT-7480 Add debuga bility to set texture discard levelsLoren Shih
Added TextureDiscardLevel override for specifying texture discard levels. Aesthetic change to add debug- flag to all avatar debug reporting metrics.
2010-05-25MergeJames Cook
2010-05-25DEV-50013 Display names load at startup in local chat/IM historyJames Cook
Had to change the chat log file format to include agent_id. Code will load viewer 2.0 logs, but viewer 2.0 will just discard data from 2.1 logs, which seems OK. Reviewed with Leyla.
2010-05-25DEV-50013 Avatar icons use username for tooltipJames Cook
Reviewed with Leyla.
2010-05-25DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookupsJames Cook
Helps with global finds looking for remaining calls to patch. Reviewed with Leyla.
2010-05-25ND-46735 WIP IT JA linguisticEli Linden
2010-05-25fix for llinitparam logic (using wrong scope for static method)Richard Linden
2010-05-25mergeRichard Linden
2010-05-25VWR-13743 FIXED Change Request: Change double click action for inventory ↵Tofu Linden
wearables DEV-33391 FIXED Change Request: Change double click action for inventory wearables Pulled this from the AvP backlog and implemented it, as it's a pain point from Ben's usability findings. And people loooove this in 3rd party viewers. (transplanted from cd0857d027305aec3dbdfe1940a04f7827e3a656)
2010-05-25Fix linux build from llinitparam problem... probably.Tofu Linden
2010-05-24DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
2010-05-24DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
reviewed by James
2010-05-24DEV-50013 Inventory offer notifications use new name systemJames Cook
Reviewed with Richard
2010-05-24DEV-50013 Add "Reset" button to Set Name dialogJames Cook
Reviewed with Richard
2010-05-24mergeRichard Nelson
2010-05-24mergeRichard Nelson
2010-05-24DEV-50271 WIP SLURL support for non-clickable namesRichard Nelson
fixed merging logic for blockvalues like rect, uiimage, etc
2010-05-24DEV-50013 Use new cache to get legacy name for VivoxJames Cook
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24AVP-92 FIX Avatar appears to be fat when opening the shape editorNyx (Neal Orman)
Wearable editor previews were affecting the in-world avatar and not properly resetting the changed parameters. Since the "body fat" slider is the last in the default tab for the shape editor, this leaves your avatar fat. Reconfigured the code to work through the wearables and most importantly included a call to updateVisualParameters() at the end of the render function. This appears to have fixed the issue - your avatar does not appear affected during the avatar preview generation anymore. Code reviewed by Seraph
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicXiaohong Bao
2010-05-24EXT-7467: FIXED: [DUPLICATED XUI ID] panel_preferences_graphics1.xml has ↵Xiaohong Bao
duplicated string id.
2010-05-24automated mergeLoren Shih
2010-05-24EXT-7463 FIXED Create instrumentation for tracking COF actions on loginLoren Shih
Added more llinfos for tracking COF and InventoryModel changes.
2010-05-24AVP-60 EXT-7366 EXT-7209 WIP Camera views not correct when editing wearableNyx (Neal Orman)
Added code to shift camera focus to appropriate section of the avatar when wearable editor accordion tabs are expanded / collapsed. Known issue: camera does not shift properly when first opening wearable editor. Will implement a selectDefaultSubpart() function later. Code reviewed by Prep
2010-05-24DEV-50271 WIP SLURL support for non-clickable namesRichard Nelson
fixed merging logic for blockvalues like rect, uiimage, etc
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24AVP-91 FIX avatars rebaking on every loginNyx (Neal Orman)
Whitespace change as my last checkin was reviewed and tested to pass. Avatar baked texture hashing now works across logins and uses the correct texture indices. Code reviewed by Vir
2010-05-24MergeEli Linden
2010-05-24ND-46735 WIP IT JA linguisticEli Linden
2010-05-24EXT-7436 FIX pt 2 - added extra check for wearable to prevent log spamNyx (Neal Orman)
Reviewed by Seraph
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24AVP-91 WIP Fix baked texture hashingNyx (Neal Orman)
First pass at fixing baked texture hashing - unified the hash code to one function, made sure all messages pass correct texture indices. Initial code review by Vir
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24EXT-7436 FIX every other login ruthing.Nyx (Neal Orman)
I think this is related - every time you wear one body part or a single piece of clothing, it would remove all body parts, causing you to regenerate defaults which makes you look like ruth. Simple error in logic, body parts should only be replaced if they are being removed. Code reviewed by Seraph