Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
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-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-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 | 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-04-25 | Removing windows line endings from .h and .cpp files. | 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-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-13 | PATH-284: Hooking up the characters button to open the characters floater. | Todd Stinson | |
2012-02-09 | PATH-245: Adding initial functionality for rendering debug beacons for ↵ | Todd Stinson | |
selected pathfinding characters. | |||
2012-02-09 | PATH-245: Fixing an issue with character selection. | Todd Stinson | |
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. |