summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingcharacters.cpp
AgeCommit message (Collapse)Author
2012-05-01Switching the functionality of the linksets and character request handling ↵Todd Stinson
to no longer return values directly, but rather to report status only through the callbacks.
2012-04-25Removing windows line endings from .h and .cpp files.Todd Stinson
2012-04-06Altering the layout of the pathfinding console based on feedback.Todd Stinson
2012-04-05PATH-482: BUGFIX Automatically reloading the character and linksets floaters ↵Todd Stinson
on region crossing.
2012-03-27Refactoring the characters floater code.Todd Stinson
2012-03-08PATH-349: BUGFIX Incorrect ordering of CPU time was only occurring in the ↵Todd Stinson
case that the number of digitis in one of the CPU times exceeded 3 digits. In this scenario, the thousands comma was being inserted, and this comma was disrupting the comparison method. This fix is simply to use the standard integer formatting rather that the locale specific one.
2012-03-01BUGFIX Correcting a problem with the object selection code in the ↵Todd Stinson
pathfinding characters and linksets floaters. The code was not seeing the callback from the object update message of the selection manager.
2012-02-17PATH-310: Switching the cpu time display from milliseconds to microseconds ↵Todd Stinson
to properly indicate the correct values.
2012-02-13Updating the pathfinding character initialization to match the new data type ↵Todd Stinson
for CPU time.
2012-02-13PATH-284: Hooking up the characters button to open the characters floater.Todd Stinson
2012-02-10PATH-245: Adding functionality for returning objects to owner from the ↵Todd Stinson
characters floater.
2012-02-09PATH-245: Adding initial functionality for rendering debug beacons for ↵Todd Stinson
selected pathfinding characters.
2012-02-09PATH-245: Adding proper toggling of the enabled state for the take, take ↵Todd Stinson
copy, and delete buttons.
2012-02-09PATH-245: Basic functionality for take, take copy, and delete.Todd Stinson
2012-02-09PATH-245: Fixing an issue with character selection.Todd Stinson
2012-02-07PATH-245: Disabling character selection through the character floater as it ↵Todd Stinson
is seeming to cause weird artifacts in its current state.
2012-02-07PATH-245: Adding functionality to teleport avatar to the last known position ↵Todd Stinson
of the character. Might still need to refresh the characters current position before teleport, as future enhancement.
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.