summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2012-06-01Migrated physics capsule logic into pathing character objectprep
2012-06-01MAINT-646 Faster traversal of render batch lists.Dave Parks
2012-06-01EXP-1950: Correcting typo in notification.Todd Stinson
2012-06-01Major steps towards implementing the policy component.Monty Brandenberg
2012-06-01Update to latest llphysics extensions libraryprep
2012-06-01mergeBrad Payne (Vir Linden)
2012-06-01mergeprep linden
2012-06-01Removed unneeded allocprep linden
2012-06-01merge latest fixes from KittyOz Linden
2012-05-31Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-...Todd Stinson
2012-05-31A bit more class clean-up for the LLFloaterPathfindingObjects.Todd Stinson
2012-05-31fix for MAINT-1113: [PUBLIC_JIRA_USERS][crashhunters] crash at LLViewerTextur...Xiaohong Bao
2012-05-31WIP:build fixprep linden
2012-05-31WIP:Displaying physics capsule for a character - it is currently disabled.prep
2012-05-31fix spell checker floater registrationOz Linden
2012-05-31Reloading the the pathfinding object floaters when the god level is changed.Todd Stinson
2012-05-31STORM-276 FIXED Last word in a line editor isn't spell checkedKitty Barnett
2012-05-31merge changes for storm-276Oz Linden
2012-05-31MAINT-639 Fix for random rainbow effects on some prims.Dave Parks
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 r...Todd Stinson
2012-05-30First pass at refactoring the pathfinding linksets and pathfinding characters...Todd Stinson
2012-05-31STORM-276 Match preferences look to that of the auto-replace functionality in...Kitty Barnett
2012-05-30SH-3039 WIP - track sequence number and other standard fields in avatar appea...Brad Payne (Vir Linden)
2012-05-30Make sure to not use floaters of different type than LLPreview as LLPreview i...Nicky
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
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. Sa...Nicky
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 ill...Nicky
2012-07-13Crashfix: In LLAttachmentsMgr::onIdle make sure we've a valid region before d...Nicky
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 can...Nicky
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
2012-10-22Crashfix; Guard against 0 pointer textures.Nicky
2012-07-24Crashfix; don't crash in LLRightClickInventoryFetchDescendentsObserver::execu...Nicky
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
2012-08-28Crashfix; During TP, or shortly after, gAgent.getRegion can be invalid. Handl...Nicky