summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-31merge changes for storm-276Oz Linden
2012-05-31MAINT-639 Fix for random rainbow effects on some prims.Dave Parks
2012-05-31fix DOS line endingsOz Linden
2012-05-31STORM-276 FIXED Line editor misspells are checked every frameKitty Barnett
2012-05-31STORM-276 FIXED "Add to Ignore" doesn't triggerKitty Barnett
2012-05-31STORM-1812 Added teleport started callbackJonathan Yap
2012-05-30Pulling in the new character fields from the CharacterProperties service.Todd Stinson
2012-05-30Cleaning up some unreferenced headers and classes definitions from previous ↵Todd Stinson
refactoring.
2012-05-30First pass at refactoring the pathfinding linksets and pathfinding ↵Todd Stinson
characters classes to reduce code duplication, as both functionalities were heavily duplicated.
2012-05-31STORM-276 Match preferences look to that of the auto-replace functionality ↵Kitty Barnett
in STORM-1738
2012-05-30SH-3039 WIP - track sequence number and other standard fields in avatar ↵Brad Payne (Vir Linden)
appearance metrics
2012-05-30Make sure to not use floaters of different type than LLPreview as LLPreview ↵Nicky
instance.
2012-06-01check mesh repo thread before actively using it.Nicky
2012-06-17Don't reference any LLFace via LLDrawable::getFace whose index is outNicky
of bounds.
2012-07-07Crashfix: During cleanup gAgentAvatarp can already be 0.Nicky
2012-07-08Crashfix: Make sure drawable exists before calling any method on it.Nicky
2012-07-09Crashfix: LLVOAvatar::updateTextures in some odd cases getTE can return 0. ↵Nicky
Safeguard against that.
2012-07-10Crashfix: Don't blindly trust getImage() returns a valid pointer.Nicky
2012-07-12Crashfix: in ll_safe_string not only guard against 0 pointer, but against ↵Nicky
illegal length of buffer too.
2012-07-13Crashfix: In LLAttachmentsMgr::onIdle make sure we've a valid region before ↵Nicky
dereferencing it.
2012-07-13Crashfix: LLVOVolume::calcLOD make sure avatar and avatar->mDrawable are valid.Nicky
2012-07-13Crashfix: Stop notifications when we're about to exit.Nicky
2012-07-14Crashfix: showToastsTop/Bottom, don't iterate over mToastList. The member ↵Nicky
can change during recursive calls, invalidating iterators.
2012-07-19Crashfix; Make sure getImage returns a valid result.Nicky
2012-07-21Crashfix; Guard against 0 pointer in LLRiggedVolume::update.Nicky
2012-07-21Crashfix; Change llassert_always to llassert + llwarns. This way users don't ↵Nicky
get disruptive crashes.
2012-10-22Crashfix; Guard against 0 pointer textures.Nicky
2012-07-24Crashfix; don't crash in ↵Nicky
LLRightClickInventoryFetchDescendentsObserver::execute when there's a 0 pointer for item_array or cat_array.
2012-08-14Make sure only one thread access mPendingLOD at a time.Nicky
2012-08-21Crashfix in animation preview floater.Nicky
2012-08-21Make sure mWearableItem/mNameEditor are valid before dereferencing them.Nicky
2012-08-26Gracefully handle 'Started' status. Ignore it and continue login.Nicky
2012-08-28Don't crash if star_brightness misses in a WL-Param set. Instead warn to log ↵Nicky
and exit the fuction gracefully.
2012-08-28Crashfix; During TP, or shortly after, gAgent.getRegion can be invalid. ↵Nicky
Handle that instead of crashing.
2012-09-01Crashfix; handle errors in release builds more gracefully.Nicky
2012-09-12Possible crash fix in LLAgent::doTeleportViaLocationAnsariel
2012-09-20Crash fix for non finite target in editing motionAnsariel
2012-09-26Add virtual destructor to LLGLFence.Nicky
2012-05-30STORM-1812 First pass at adding teleport started signalJonathan Yap
2012-05-30Merged with viewer-releaseKitty Barnett
2012-05-30merge changes for DRTVWR-159Oz Linden
2012-05-30tag merge of DRTVWR-159Oz Linden
2012-05-30MAINT-616 Fix for mac build.Dave Parks
2012-05-30MAINT-622 Fix for broken alpha masking on avatar clothing when Lighting and ↵Dave Parks
Shadows enabled.
2012-05-30Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-05-30merge changes for storm-1852Oz Linden
2012-05-30merge changes for storm-1858Oz Linden
2012-05-30merge changes for storm-1862Oz Linden
2012-05-30merge changes for storm-1863Oz Linden
2012-05-30STORM-1812 Add debugging lines and call audio_update to try to work around a ↵Jonathan Yap
possible race condition