summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-02Stupid windows tricks.Monty Brandenberg
2012-06-02More platform fixes for linux/mac.Monty Brandenberg
2012-06-01MergeMonty Brandenberg
2012-06-01Do some work on BufferArray to make it a bit less naive aboutMonty Brandenberg
chunking data. Remove the stateful use of a seek pointer so that shared read is possible (though maybe not interesting).
2012-06-01Another float/int issue and move the POST priority in line withMonty Brandenberg
what normal requests do...
2012-06-01PATH-668: Eating the escape key in the pathfinding path tool to avoid ↵Todd Stinson
certain bad behaviors.
2012-06-01Adding an automatic refresh to the pathfinding object floaters.Todd Stinson
2012-06-01Platform fixups Linux: unused variables, make error strings constant.Monty Brandenberg
2012-06-01Platform fixups: typedef for priority_queue, more specific comparator functor.Monty Brandenberg
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