Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-08-14 | PATH-849: Group objects were losing their [group] identifier following the ↵ | Todd Stinson | |
last commit. This should fix that issue. | |||
2012-08-14 | PATH-849: Refactoring the behavior after loading the owner name of a ↵ | Todd Stinson | |
pathfinding object into the avatar name cache so that each object can simply update its respective row in the scroll list rather than rebuilding from scratch after all names are loaded. | |||
2012-07-24 | Adding a group identifier to the group objects in the pathfinding linksets ↵ | Todd Stinson | |
and characters floaters. | |||
2012-06-29 | PATH-797: BUGFIX Altering how the rows are being added to the scrolllist ↵ | Todd Stinson | |
widget to avoid a regression that occurred after merging from viewer-release recently caused the time to load a large number of elements to increase substainally. | |||
2012-06-28 | Cleaning up new files in preparation for merge into viewer-release. | Todd Stinson | |
2012-06-26 | Updating the header licensing comments. | Todd Stinson | |
2012-06-25 | PATH-718: Ensuring that the characters panel will work correctly with a ↵ | Todd Stinson | |
stubbed physicsextension library. | |||
2012-06-25 | PATH-783: Ensuring that the pathfinding console and pathfinding characters ↵ | Todd Stinson | |
floaters cannot be created through getInstanceHandle(). | |||
2012-06-22 | PATH-764,PATH-765: Adding in a context menu option on right-click of an ↵ | Todd Stinson | |
object to show in the linksets floater if all objects are non-characters, or to show in the characters floater if all objects are characters. | |||
2012-06-20 | PATH-738: Removing SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE ifdef. | Todd Stinson | |
2012-06-15 | BUGFIX: Correcting a behavior where moving the cursor over a selected object ↵ | Todd Stinson | |
inappropriately called updateControls(). Fix was to break the updateControl() functionality into two separate handlers updateControlsOnScrollListChange() and updateControlsOnInWorldSelectionChange(). | |||
2012-06-07 | Physics capsules now inherit the rotations of their parent vo when rendered. ↵ | prep | |
API update. | |||
2012-06-05 | BUGFIX: Correcting an assert behavior where the LLSD returned from calls to ↵ | Todd Stinson | |
convertObjectsIntoScrollListData() should be required to be an array type. | |||
2012-06-05 | Altering the method name. | Todd Stinson | |
2012-06-04 | BUGFIX: Ensuring that the viewer will still work on regions that have older ↵ | Todd Stinson | |
pathfinding server code with the character shape data. | |||
2012-06-04 | PATH-676: Correcting selection behavior so that the first selected object ↵ | Todd Stinson | |
does remain invisible after changing the selection. | |||
2012-06-04 | Some class refactoring. | Todd Stinson | |
2012-06-04 | Ensuring that the scroll list is rebuilt after any missing avatar names are ↵ | Todd Stinson | |
loaded into cache. | |||
2012-06-01 | Migrated restoration of physics capsule into pathing character | prep | |
2012-06-01 | Migrated physics capsule logic into pathing character object | prep | |
2012-05-30 | Cleaning up some unreferenced headers and classes definitions from previous ↵ | Todd Stinson | |
refactoring. | |||
2012-05-30 | First pass at refactoring the pathfinding linksets and pathfinding ↵ | Todd Stinson | |
characters classes to reduce code duplication, as both functionalities were heavily duplicated. | |||
2012-05-01 | Switching 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-25 | Removing windows line endings from .h and .cpp files. | Todd Stinson | |
2012-04-06 | Altering the layout of the pathfinding console based on feedback. | Todd Stinson | |
2012-04-05 | PATH-482: BUGFIX Automatically reloading the character and linksets floaters ↵ | Todd Stinson | |
on region crossing. | |||
2012-03-27 | Refactoring the characters floater code. | Todd Stinson | |
2012-03-08 | PATH-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-01 | BUGFIX 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-17 | PATH-310: Switching the cpu time display from milliseconds to microseconds ↵ | Todd Stinson | |
to properly indicate the correct values. | |||
2012-02-13 | Updating the pathfinding character initialization to match the new data type ↵ | Todd Stinson | |
for CPU time. | |||
2012-02-13 | PATH-284: Hooking up the characters button to open the characters floater. | Todd Stinson | |
2012-02-10 | PATH-245: Adding functionality for returning objects to owner from the ↵ | Todd Stinson | |
characters floater. | |||
2012-02-09 | PATH-245: Adding initial functionality for rendering debug beacons for ↵ | Todd Stinson | |
selected pathfinding characters. | |||
2012-02-09 | PATH-245: Adding proper toggling of the enabled state for the take, take ↵ | Todd Stinson | |
copy, and delete buttons. | |||
2012-02-09 | PATH-245: Basic functionality for take, take copy, and delete. | Todd Stinson | |
2012-02-09 | PATH-245: Fixing an issue with character selection. | Todd Stinson | |
2012-02-07 | PATH-245: Disabling character selection through the character floater as it ↵ | Todd Stinson | |
is seeming to cause weird artifacts in its current state. | |||
2012-02-07 | PATH-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-07 | PATH-245: Integrating with the working sim-side cap service. | Todd Stinson | |
2012-02-07 | PATH-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-02 | PATH-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. |