summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-01EXP-1942: Ensuring that the teleport cancel works in the case of restarting ↵Todd Stinson
a teleport. Also, ensuring to pull down the teleport screen if we time out of a maturity request with a pending teleport queued.
2012-06-01Missed two instances of priority typed as 'float'. Became anMonty Brandenberg
excuse to go through an use a typedef for priority and policy class id.
2012-06-01Add some timers.Dave Parks
2012-06-01Fix for linux build.Dave Parks
2012-06-01Delete a file, edit cmakelists.txt.Monty Brandenberg
2012-06-01Migrated restoration of physics capsule into pathing characterprep
2012-06-01STORM-1870 Avatar tracking beacon doesn't get disabled if ↵Jonathan Yap
DESTINATION_REACHED_RADIUS is reached
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
Identified and reacted to the priority inversion problem we have in texturefetch. Includes the introduction of a priority_queue for the requests that are ready. Start some parameterization in anticipation of having policy_class everywhere. Removed _assert.h which isn't really needed in indra codebase. Implemented async setPriority request (which I hope I can get rid of eventually along with all priorities in this library). Converted to using unsigned int for priority rather than float. Implemented POST and did groundwork for PUT.
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-31PATH-667: Updating to the latest llphysicsextensions pre-built package.Todd Stinson
2012-05-31Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
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 ↵Xiaohong Bao
LLViewerTextureList::removeImageFromList(LLViewerFetchedTexture *) [secondlife-bin llviewertexturelist.cpp]
2012-05-31mergeprep
2012-05-31fixprep
2012-05-31updated physics lib hashesprep
2012-05-31WIP:build fixprep linden
2012-05-31Update to latest llphysics libraryprep
2012-05-31Update to latest llphysics extensions library.prep
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-31Merged with oz_linden/storm-276Kitty Barnett
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-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.