summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingcharacter.cpp
AgeCommit message (Collapse)Author
2012-06-28Cleaning up new files in preparation for merge into viewer-release.Todd Stinson
2012-06-26Updating the header licensing comments.Todd Stinson
2012-06-25PATH-718: Ensuring that the characters panel will work correctly with a ↵Todd Stinson
stubbed physicsextension library.
2012-06-20PATH-738: Removing SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE ifdef.Todd Stinson
2012-06-04BUGFIX: Ensuring that the physics capsule is built for each character.Todd Stinson
2012-06-04BUGFIX: Ensuring that the viewer will still work on regions that have older ↵Todd Stinson
pathfinding server code with the character shape data.
2012-06-01Removed unneeded allocprep linden
2012-05-31WIP:build fixprep linden
2012-05-31WIP:Displaying physics capsule for a character - it is currently disabled.prep
2012-05-30Pulling in the new character fields from the CharacterProperties service.Todd Stinson
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-04-25Removing windows line endings from .h and .cpp files.Todd Stinson
2012-03-27Refactoring the characters floater code.Todd Stinson
2012-02-17PATH-292: Implementing the new freeze/unfreeze functionality on the basic panel.Todd Stinson
2012-02-13Updating the pathfinding character initialization to match the new data type ↵Todd Stinson
for CPU time.
2012-02-07PATH-245: Integrating with the working sim-side cap service.Todd Stinson
2012-02-07PATH-245: Hooking the characters floater up to the character service. Also, ↵Todd Stinson
adding in an additional state to handle the floater when the service does not exist.
2012-02-02PATH-245: First pass at laying out the characters floater. Functionality is ↵Todd Stinson
mostly stubbed in. The data is currently tied to the same cap service as the linkset data, so that will need to change as soon as the new service is available.