Age | Commit message (Collapse) | Author |
|
of notifyObservers while updating calling card item.
- added check on whether avatar name exists in Name Cache before using its getter with callback (which raises notifyObservers).
Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/526/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
reviewed by Mani
|
|
reviewed by erica
|
|
Fixed llinfos debug line to give more useful information.
|
|
|
|
Fixed an error in logic - low res textures should be identified by uploadNeeded versus uploadPending.
Also added a llinfos debugging line.
|
|
profile page after Voice chat was disabled in 'Preferences'
There was a missing listener notification when enabling/disabling voice
CR (actualy, took code from) Valeriy ProductEngine
|
|
|
|
or outfit editor is exited.
reviewed and contributed to by Nyx
|
|
Minor optimizations to wind generation. Patch by gigs and aimee, reviewed by merov.
|
|
|
|
|
|
|
|
Critical Inventory loss by Residents
Switched location of Lost&Found versus EmptyTrash items.
|
|
Critical Inventory loss by Residents
Separated Lost&Found from EmptyTrash as specified in EXT design decision.
|
|
|
|
Going through and cleaning up any todos that have "Seraph" attached to it. In this case, did some header file cleanup of llinventorymodelbackgroundfetch and moved some functions protected/const/etc.
|
|
|
|
|
|
Reduced LowResTextures timeout from 3 to 2 minutes.
|
|
|
|
panel.
Also removes some redundant code, and registers UI callbacks for use from XUI.
Reviewed by: Tofu
|
|
|
|
off.
Raise priorities of textures for self avatar to the highest.
|
|
off.
Raise priorities of textures for self avatar to the highest.
|
|
|
|
|
|
|
|
|
|
|
|
Backed out changeset e6feef9704cf to re-introduce Bao's fix
|
|
|
|
in main locale, remove horizontal align in 'de' locale.
For now all locales have the same center aligning with right padding to ignore space under indicator.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/519/
--HG--
branch : product-engine
|
|
Upgrade Darwin libcurl to 7.20.1 and ares to 1.7.1
|
|
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/520
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Friends List.
This patch follows (23f0f13abc8b) and prevent to show two messages about empty Friends list.
Reviewed by Vadim Savchuk.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
LLLineBreakSegment.
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/516/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
LLInventoryFetchItemsObserver
Reason: LLInventoryFetchItemsObserver is used to fetch necessary gesture items. Its logic was based on count of "inventory changed" events. In case of there was too many requests stored item UUIDSs are be removed from queue by mistake - notification can be triggered because some other item is renamed.
This issue can appear wherever LLInventoryFetchItemsObserver is used.
Fix: improved logic to make decision to give up fetching items.
For now it bases on period while waiting items to arrive from server and a number of attempts to repeate waiting.
This is a constants of the LLInventoryFetchItemsObserver (10 times by 10 seconds)
Tested with test case in JIRA (total count of inventory items - 13,888).
Most likely that was a reason of inventory loss (EXT-7503).
Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/507/
--HG--
branch : product-engine
|
|
(panel outfit edit)
extended find wearables of type functor to filter out links
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/522
--HG--
branch : product-engine
|
|
|
|
|