summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10-19merge back late fix for MAINT-1753Oz Linden
2012-10-19Added tag 3.4.1-beta9 for changeset 637fe8bbee5eOz Linden
2012-10-19merge changes for DRTVWR-233Oz Linden
2012-10-19tag merge of DRTVWR-233Oz Linden
2012-10-19pull back changes from 3.4.1-beta9Oz Linden
2012-10-19Added tag 3.4.1-beta9 for changeset 9c4519aa5c70Oz Linden
2012-10-19tag merge of DRTVWR-231Oz Linden
2012-10-18MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid ↵William Todd Stinson
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying.
2012-10-17MAINT-1527 Fix for crash on exit when VBO disabledDave Parks
2012-10-16change to force new build numberOz Linden
2012-10-16pull back changes from 3.4.1-beta8Oz Linden
2012-10-15Added tag 3.4.1-beta8 for changeset 1dc94555582fOz Linden
2012-10-15tag merge of DRTVWR-228Oz Linden
2012-10-15MAINT-1721 Fix for crash when clicking "back" button after editing appearance.Dave Parks
Reviewed by VoidPointer
2012-10-15pull back 3.4.1-beta7 fixesOz Linden
2012-10-12Added tag 3.4.1-beta7 for changeset 524da902713eOz Linden
2012-10-12merge changes for DRTVWR-227Oz Linden
2012-10-12tag merge of DRTVWR-227Oz Linden
2012-10-11MAINT-1684: Correcting the calls to ll_aligned_free() which should have ↵William Todd Stinson
actually been to ll_aligned_free_16().
2012-10-11MAINT-1684: Attempt at correcting the linux crash on startup. Replacing the ↵William Todd Stinson
memory allocations and frees in the LLPrivateMemoryPool with aligned memory allocations and frees.
2012-10-10pull back 3.4.1-beta6 fixesOz Linden
2012-10-10Added tag 3.4.1-beta6 for changeset 49ed253c80beOz Linden
2012-10-10tag merge of DRTVWR-179Oz Linden