summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-11Automated merge with https://hg.lindenlab.com/merov/viewer-thx1138Xiaohong Bao
2012-04-11merge changes for drtvwr-137Oz Linden
2012-04-10storm-64: One more toast on failure to verify initial image, and changed a ↵Vaalith
bool to enum
2012-04-09FIX VWR-28730 JA terminology consistency fixeli
2012-04-09possible fix for linux build failureBrad Payne (Vir Linden)
2012-04-09merge viewer-release to runwayBrad Payne (Vir Linden)
2012-04-09SH-3064 FIX - added cloud and cloud-or-gray stats to summary metrics. Moved ↵Brad Payne (Vir Linden)
summary metrics out of per-region info. Removed phase stats from avatar appearance change msg.
2012-04-09STORM-64: Added toasts to display critical errors during update cycle.Vaalith Jinn
2012-04-06SH-3060 : Complete new byte range computation, clean up and back pedal on ↵Merov Linden
some changes that didn't pay of.
2012-04-06SH-3060 : Fix kdu unit test I broke while changing mRate init policyMerov Linden
2012-04-06STORM-1837: check for valid png header before attempting to decodeOz Linden
2012-04-05SH-3060 : Implement new byte range computation, cleaned up use of ↵Merov Linden
compression rate as well.
2012-04-05SH-3064 WIP - accumulate stats tied to phase timersBrad Payne (Vir Linden)
2012-04-04SH-3060 : New byte range implementation. Intermediate (not working) state.Merov Linden
2012-04-04SH-3075 : Fix encoding for reversible images and small texturesMerov Linden
2012-04-04formatting fixes (whitespace only)Brad Payne (Vir Linden)
2012-04-04formatting fixes (whitespace only)Brad Payne (Vir Linden)
2012-04-04STORM-1787 remove dead code that causes spurious build log error reportsOz Linden
2012-04-03STORM-1828 Change write to location from LL_PATH_CHARACTER toNicky Perian
LL_PATH_USER_SETTINGS. This will allow a common write location for development and installed configurations. Should correct installed configuration from permission failures on windows systems where writing to the install directory requires elevation of rights to administrator.
2012-04-06merge fix for storm-1833Oz Linden
2012-04-06STORM-1833 Square char is presented in list of recompilation for script with ↵Jonathan Yap
error Subtask of STORM-637
2012-04-03For SH-3071: Increase HTTP concurrency to improve texture fetching performanceXiaohong Bao
2012-04-03For SH-3072: do not pause texture fetching when FPS is low.Xiaohong Bao
2012-04-03fixed integration test bug revealed by mac compiler pickinessBrad Payne (Vir Linden)
2012-04-03merge changes for drtvwr-132Oz Linden
2012-04-02SH-3060 : Preliminary implementation of the new byte range computation, ↵Merov Linden
implement setting to turn it on or off
2012-04-02mergeBrad Payne (Vir Linden)
2012-04-02SH-3041 BUILDFIX fixed a bad function callNyx (Neal Orman)
Had a function call in last checkin that was removed before commit since I thought it was only used in debug code. Adding it back in as its actually used.
2012-04-02mergeBrad Payne (Vir Linden)
2012-04-02SH-3064 WIP - centralized logic for mapping rez status S32 values to stringsBrad Payne (Vir Linden)
2012-04-02sync with viewer-developmenteli
2012-04-02Automated merge with https://bitbucket.org/VirLinden/runwayNyx (Neal Orman)
2012-04-02SH-3041 FIX use server-sent baked texture IDs while waiting for avatar to loadNyx (Neal Orman)
Prevents the avatar's baked texture UUIDs sent by the server's first objectUpdate message from being overwritten until the wearable cache results come back.
2012-04-02merge changes for storm-1823Oz Linden
2012-04-02merge changes for storm-1822Oz Linden
2012-04-02merge changes for storm-1821Oz Linden
2012-04-02merge changes for storm-1816Oz Linden
2012-04-02merge changes for storm-637Oz Linden
2012-03-30SH-3050 : Add a call to set_max_bytes() and some clean upMerov Linden
2012-03-30merge changes for vmrg-229Oz Linden
2012-03-30merge changes for vmrg-233Oz Linden
2012-03-30MAINT-813 FIXED Potential fix for a crash at ↵Vadim ProductEngine
LLViewerRegion::getPosGlobalFromRegion. As far as I can tell, if login fails with the "Region has begun the logout process" message, gAgentAvatarp gets destroyed, which leads to the crash. Adding a check that should prevent it (could not reproduce to make sure).
2012-03-28Added tag 3.3.1-beta1 for changeset 28b95a6a28dcOz Linden
2012-03-27CHOP-854: Use new LLInventoryModel::removeObject() to discard offer.Nat Goodspeed
Introduce new LLInventoryModel::removeCategory() method comparable to removeItem(), but for folder objects (using changeCategoryParent() rather than changeItemParent()). Introduce removeObject() method that calls one of the above, depending on runtime object type.
2012-03-27CHOP-854: Make LLInventoryModel::removeItem() call changeItemParent().Nat Goodspeed
The body of removeItem() was already nearly identical to the body of changeItemParent(); this eliminates the redundancy. Improve logging for changeItemParent().
2012-03-27CHOP-854: move change_(item|category)_parent() into LLInventoryModel.Nat Goodspeed
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review.
2012-03-27merge fix for MAINT-710Oz Linden
2012-03-27Added tag viewer-beta-candidate for changeset 28b95a6a28dcOz Linden
2012-03-27STORM-1828 Set to proper jira issue. Intermittent write to character/new ↵Nicky Perian
archetype.xml from Develop->Avatar-> Character Tests->Apperance To XML. Add explicit outfile.close() method before returning to caller. Add llinfos for file location as a troubleshooting aid.
2012-03-27MAINT-710: Fix for VertexBufferStrider could not find valid vertex data. ↵Oz Linden
(from Firestorm)